4.0.0-rc1 (2022-12-12)
- avoids exceptions raising if isErr(null) (44f4afd)
- fixes padding issue (6c3a8d2)
- hot: avoids issues while using as esmodule (eb225d5)
- skips lib check (651bbe4)
- adds
err
factory (35c625d) - Adds DateRange.t type (60c129c)
- adds extra overloads (d2fd2c3)
- adds filterMap, filterReduce, reduce (b33b616)
- adds fn overloading (31b9954)
- adds guard, inRange (c369610)
- adds inverted range (ceedf45)
- adds mapfilter (27f95bd)
- adds more overloads for cmp and eq (f0d2a3a)
- adds overloads for cmp/eq (3d559cd)
- adds partition (15e3365)
- adds prefix/suffix fns (7a38a2f)
- adds Range type (bb840ea)
- adds Set data type (fd1f5ad)
- adds Str fns (000a124)
- adds str.reverse (e3e2e7f)
- adds zip fn (327ad12)
- initial migration to 4.0 (7a7ea2b)
- makes predicate fn linear up to 10 arguments (44ced02)
- Sequence.make can accept an array as only argument (ddc41b5)
4.0.0-rc1 (2022-12-12)
- avoids exceptions raising if isErr(null) (44f4afd)
- fixes padding issue (6c3a8d2)
- hot: avoids issues while using as esmodule (eb225d5)
- skips lib check (651bbe4)
- adds
err
factory (35c625d) - Adds DateRange.t type (60c129c)
- adds extra overloads (d2fd2c3)
- adds filterMap, filterReduce, reduce (b33b616)
- adds fn overloading (31b9954)
- adds guard, inRange (c369610)
- adds inverted range (ceedf45)
- adds mapfilter (27f95bd)
- adds more overloads for cmp and eq (f0d2a3a)
- adds overloads for cmp/eq (3d559cd)
- adds partition (15e3365)
- adds prefix/suffix fns (7a38a2f)
- adds Range type (bb840ea)
- adds Set data type (fd1f5ad)
- adds Str fns (000a124)
- adds str.reverse (e3e2e7f)
- adds zip fn (327ad12)
- initial migration to 4.0 (7a7ea2b)
- makes predicate fn linear up to 10 arguments (44ced02)
- Sequence.make can accept an array as only argument (ddc41b5)
2.19.0 (2021-05-17)
- adds obj.flattern (fd34c3a)
2.18.0 (2021-05-16)
2.17.0 (2021-05-13)
- adds fnbinary case in multi (2dfd78d)
2.16.0 (2021-05-07)
2.15.0 (2021-04-12)
- adds str and num sort fns (be51d2b)
2.14.3 (2021-04-05)
2.14.2 (2021-04-03)
2.14.1 (2021-04-03)
2.14.0 (2021-03-21)
2.14.0 (2021-03-21)
2.13.1 (2021-03-17)
- fixes typo (63326ce)
2.13.0 (2021-03-16)
- adds obj.omit (5865c20)
2.13.0 (2021-03-16)
- adds callfnwith (1d01ad1)
- adds either.fromfunction (f9ffd07)
- adds multi conditional fn (128b690)
- adds random and range fns (784decf)
- adds wait fn (f9aceea)
2.12.1 (2021-03-15)
- fixes typings (8e0d43c)
2.12.0 (2021-03-12)
- adds branch fn (5ef41f6)
2.11.0 (2021-03-12)
2.10.0 (2021-03-11)
- fixes pipe types (9393122)
2.9.2 (2021-03-08)
2.9.1 (2021-03-08)
- fixes return type (920a582)
2.9.0 (2021-02-25)
- adds isnotempty (2ea0e73)
2.8.1 (2021-02-19)
2.8.0 (2021-02-19)
- adds array.fromfunctions (c19c014)
2.7.0 (2021-02-15)
2.6.0 (2021-02-09)
- adds compare predicates (9f6c419)
2.5.0 (2021-02-04)
- adds pipeasync fn (480becd)
2.4.3 (2021-02-04)
- fixes union types (16ea627)
2.4.2 (2021-02-03)
2.4.1 (2021-02-01)
- moves template to returned fn (ef4de8b)
2.4.0 (2021-01-28)
- adds derivable, adds some docs (89659fb)
2.3.0 (2021-01-25)
- adds takefirst, takelast and shuffle (949977e)
2.2.0 (2021-01-25)
- adds array.random (7e36330)
2.1.2 (2021-01-24)
2.1.1 (2021-01-24)
2.1.0 (2021-01-22)
- corrects implementation (3a82df8)
1.6.1 (2020-01-10)
- adds GetSet (d5cc00e)
1.5.2 (2019-12-18)
- fixes mapOrElse typing (bfed50b)
1.5.1 (2019-11-21)
- adds exec and execAsync (f1621b9)
- adds Maybe (18f8e4d)
- adds Mediator (75b2051)
- adds or and orThen either methods (3c8f481)
- adds queue and stack (42b88f3)
- Err can accept an error (6349a61)
1.2.0 (2019-08-08)
1.1.2 (2019-07-31)
1.1.1 (2019-07-31)
- adds andThen (0ee19b3)
- adds Either (7994b91)
- adds expect (fb38992)
- adds expectErr (44c9609)
- adds flattern (ad5e392)
- adds okOr (778db5c)
- adds okOrElse (8bc3a65)
- adds or (ab69f51)
- adds orElse (8c505c7)
- adds transpose (f94bddf)
- adds TryCatch (6ee1d54)
- adds unwrap (e0ca437)
- adds unwrapErr (b3890cc)
- adds unwrapOr (d3fd93b)
- adds unwrapOrElse (e4a1856)