Version 2.0.0
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: