3.0.1
: added Eyeglass support and fixed a minor issue insl-walk()
3.0.0
: using@error
instead of@warn
, restructuration of structure and tests2.2.5
: changing C-style comments to inline comments2.2.4
: fixing a documentation error2.2.3
: adding examples to documentation2.2.2
: fixing a bug with aliases forsl-to-list()
and moved all comments to C-like2.2.1
: improvingsl-to-list()
's performance2.2.0
:- adding
sl-range()
,sl-is-single()
,sl-has-values()
,sl-has-multiple-values()
- updating
sl-sum()
andsl-to-map()
- making the whole library depending on most of the previously created helpers
- making most functions returning
list
type, even when returning a single value
- adding
2.1.1
: fixing a tiny issue with dependency checker inpreprend()
2.1.0
: addingsl-is-empty()
,sl-to-list()
andsl-comma-list()
2.0.0
:- adding
sl-to-map()
,sl-every()
andsl-some()
- adding and improved tests
- prefixing all functions with
sl-
- fixing an issue with
random-value()
sometimes failing - changing all
false
returns intonull
in case of error - removing Compass dependency
- adding
1.1.0
: addingwalk()
andtail()
, updated backward loops and fixed broken tests1.0.0
: moving code base to Sass 3.3 + adding a Grunt workflow- adding
explode
- making use of
list-separator()
andset-nth()
- updating
sort()
to make it able to sort strings - removing all notion of recursion for sake of simplicity
- making
count-values()
return a map - minor fixes and improvements
- improving overall performances
- adding
0.4.9
: removingcompact()
alias forpurge()
(ref #23)0.4.8
: addingshuffle()
0.4.7
: dramatically improvingsort()
performances and removing all its dependencies0.4.6
: fixing an issue when passing an empty list tochunk()
and improved code quality0.4.5
: makingsort()
able to return in descending order0.4.4
: fixing a typo inpurge()
0.4.3
: improvinginsert-nth()
,prepend()
,replace-nth()
andreplace()
to prevent from adding empty lists0.4.2
: improvinginsert-nth()
and cleaning some indentation issues0.4.1
: improvingintersection()
perf0.4.0
: addingintersection()
0.3.5
: improvingdebug()
,to-string()
andchunk()
0.3.4
: fixing a minor issue ininsert-nth()
,replace-nth()
andprepend()
0.3.3
: removing dependence topurge()
from all functions; fixed an issue withsort()
; fixed an issue with error messages0.3.2
: removing dependence topurge()
fromreplace()
0.3.1
: adding aliases and cleanedto-string()
0.3.0
: addingcontains()
,flatten()
,union()
0.2.4
: improvingdebug()
0.2.3
: fixing important issues with comments0.2.2
: moving all comments to invisible0.2.1
: fixing an issue withrandom-value()
0.2.0
: addingrandom-value()
0.1.4
: fixing an issue withsort()
,is-symmetrical()
0.1.3
: fixing an issue withsort()
0.1.2
: improvingdebug()
0.1.1
: initial commit