All Versions
10
Latest Version
Avg Release Cycle
107 days
Latest Release
1680 days ago
Changelog History
Changelog History
-
v3.1.0 Changes
August 09, 2020π Changes:
S.env
now includes$.Buffer
(#689)- β¬οΈ
sanctuary-def
dependency upgraded from0.21.1
to0.22.0
(#689)
β Additions:
S.reduce_
(#682)S.fromLeft
andS.fromRight
(#683)
-
v3.0.0 Changes
January 19, 2020π Changes:
- β¬οΈ
sanctuary-def
dependency upgraded from0.20.1
to0.21.1
(#666, #677) - β¬οΈ
sanctuary-either
dependency upgraded from1.2.0
to2.1.0
(#666, #670) - β¬οΈ
sanctuary-maybe
dependency upgraded from1.2.0
to2.1.0
(#666, #671) - β¬οΈ
sanctuary-pair
dependency upgraded from1.2.0
to2.1.0
(#666, #672) - β¬οΈ
sanctuary-show
dependency upgraded from1.0.0
to2.0.0
(#665) - β¬οΈ
sanctuary-type-classes
dependency upgraded from11.0.0
to12.1.0
(#666, #667) - β¬οΈ
sanctuary-type-identifiers
dependency upgraded from2.0.1
to3.0.0
(#666)
Generalizations:
β Additions:
- β¬οΈ
-
v2.0.2 Changes
January 13, 2020π Changes:
- β οΈ bower.json has been removed (#658)
- repository now includes dist/bundle.js (#641)
- π heading identifiers in the readme are now prefixed with
section:
to avoid collisions (#663)
-
v2.0.1 Changes
November 03, 2019 -
v2.0.0 Changes
April 27, 2019π Changes:
- π± β οΈ
S.encase
now returns a value of typeEither Error b
(#620) - π± β οΈ
S.alt
now takes the βdefaultβ argument first (#625) - β¬οΈ
sanctuary-def
dependency upgraded from0.19.0
to0.20.0
(#626) - β¬οΈ
sanctuary-either
dependency upgraded from1.1.0
to1.2.0
(#638) - β¬οΈ
sanctuary-maybe
dependency upgraded from1.1.0
to1.2.0
(#639) - β¬οΈ
sanctuary-pair
dependency upgraded from1.1.0
to1.2.0
(#637) - β¬οΈ
sanctuary-type-classes
dependency upgraded from10.0.0
to11.0.0
(#621)
Specializations:
S.takeWhile
andS.dropWhile
are now specialized to Array (#619)
Generalizations:
S.take
andS.drop
are no longer specialized to Array (#627)S.takeLast
andS.dropLast
are no longer specialized to Array (#630)
Removals:
- π± β οΈ
-
v1.0.0 Changes
March 09, 2019π Changes:
- π
S.parseDate
inconsistencies are now documented (#600) - β¬οΈ
sanctuary-def
dependency upgraded from0.18.1
to0.19.0
(#594) - β¬οΈ
sanctuary-either
dependency upgraded from1.0.0
to1.1.0
(#597) - β¬οΈ
sanctuary-maybe
dependency upgraded from1.0.0
to1.1.0
(#598) - β¬οΈ
sanctuary-pair
dependency upgraded from1.0.0
to1.1.0
(#599) - β¬οΈ
sanctuary-type-classes
dependency upgraded from9.0.0
to10.0.0
(#594)
β Additions:
- π
-
v0.15.1 Changes
February 17, 2019 -
v0.15.0 Changes
February 16, 2019π Changes:
- π± β οΈ
S.filter
now requires Filterable rather than Applicative, Foldable, and Monoid (#475) - π± β οΈ
S.takeWhile
andS.dropWhile
now require Filterable rather than Foldable and Alternative (#475) - π± β οΈ
S.is
now takes a sanctuary-defType
value (#513) - π± β οΈ
S.slice
,S.at
,S.head
,S.last
,S.tail
,S.init
,S.take
,S.takeLast
,S.drop
, andS.dropLast
can no longer operate on strings (#516) - π± β οΈ
S.unfoldr
,S.pairs
, andS.fromPairs
now work withPair a b
values rather thanArray2 a b
values (#557) - π± βΌοΈ Sanctuary functions must now be applied to arguments one at a time, as in
S.add (2) (2)
(#520) S.env
is now a reference to the environment ofS
(#524)- 0οΈβ£ type checking is now disabled for the default Sanctuary module when
process.env.NODE_ENV
is'production'
(#512) sanctuary-either
,sanctuary-maybe
,sanctuary-pair
, andsanctuary-show
are now dependencies- β¬οΈ
sanctuary-def
dependency upgraded from0.14.0
to0.18.1
- β¬οΈ
sanctuary-type-classes
dependency upgraded from7.1.1
to9.0.0
Generalizations:
S.pipe
is no longer specialized to Array (#473)S.justs
,S.lefts
, andS.rights
are no longer specialized to Array (#490)S.mapMaybe
is no longer specialized to Array (#491)S.flip
is no longer specialized to Function (#534)
Removals:
S.pluck
(#484)S.filterM
(#475)S.__
(#499)S.A
(#500)S.lt_
,S.lte_
,S.gt_
,S.gte_
,S.sub_
,S.div_
, andS.pow_
(#501)S.toString
(#543)
β Additions:
- π± β οΈ
-
v0.14.1 Changes
December 23, 2017π Changes:
- π fixed webpack compatibility (#470)