Skip to content

Releases: acd02/utils

v8.0.0

19 Feb 21:00
Compare
Choose a tag to compare
  • feat: rename "when" to "maybe" 6c4f7f8

v7.1.0...v8.0.0

v7.1.0

24 Apr 15:00
Compare
Choose a tag to compare

Added

  • flatMap method on when function

v7.0.1...v7.1.0

v7.0.1

21 Apr 16:52
Compare
Choose a tag to compare

Security

  • update npm packages

v7.0.0...v7.0.1

v7.0.0

22 Feb 13:59
Compare
Choose a tag to compare

Changed

  • remove ResultBox type

v6.0.0...v7.0.0

v6.0.0

05 Jan 16:53
Compare
Choose a tag to compare

Removed

  • "array", "function", "object", "predicate" modules a354886

v5.1.2...v6.0.0

v5.1.2

15 Dec 20:28
Compare
Choose a tag to compare

Fixed

  • refine "getOrElse" type definition 39dafc6

v5.1.1...v5.1.2

v5.1.1

24 Nov 16:18
Compare
Choose a tag to compare

Fixed

  • handle booleans inside "isEmpty" 10bc628

v5.1.0

12 Nov 18:10
Compare
Choose a tag to compare

Changed

  • move "when" and "result" to their own modules

Should have been a major update since it introduces breaking changes (regarding how modules are imported), but oh well 😊

v5.0.0

12 Nov 15:19
Compare
Choose a tag to compare

Added

  • "result" function

Removed

  • "curry" function

v4.0.0

11 Nov 10:19
Compare
Choose a tag to compare

Added

  • "tap" function
  • add "fold" method inside "when" function

Changed

  • update "getOrElse" method inside "when" function

Fixed

  • "whenAll" overload typings