Skip to content

Releases: bigslycat/igogo

v1.9.0

26 Feb 22:17
Compare
Choose a tag to compare

1.9.0 (2020-02-26)

Features

  • package: add ES module build (647f3e9)

v1.8.2

26 Feb 21:47
Compare
Choose a tag to compare

1.8.2 (2020-02-26)

Bug Fixes

  • package: fix potential security vulnerabilities (05de62d)

v1.8.1

26 Feb 21:39
Compare
Choose a tag to compare

1.8.1 (2020-02-26)

Bug Fixes

  • package: fix potential security vulnerabilities (1337c32)
  • package: fix security vulnerabilities (26a1adc)

v2.0.0

31 Oct 20:38
Compare
Choose a tag to compare

2.0.0 (2019-10-31)

Code Refactoring

  • Either: switch interface to object literal (1ee233e)
  • Maybe: switch interface to object literal (fd7cd09)

BREAKING CHANGES

  • Either: The Either interface is replaced by an object literal, which does not apply the "extends" and "implements" operators.
  • Maybe: The Maybe interface is replaced by an object literal, which does not apply the "extends" and "implements" operators.

v1.8.0

02 Jul 04:21
Compare
Choose a tag to compare

1.8.0 (2019-07-02)

Features

  • Either: implement Iterator interface (0b30161)
  • Maybe: implement Iterator interface (d87a2fb)

v1.7.2

13 Jun 15:11
Compare
Choose a tag to compare

1.7.2 (2019-06-13)

Bug Fixes

  • package: fix security alerts (4204459)

v1.7.1

23 Mar 16:48
Compare
Choose a tag to compare

1.7.1 (2019-03-23)

Bug Fixes

  • package: update core-js to version 3.0.0 (8b66a9c)

v1.7.0

16 Mar 11:05
Compare
Choose a tag to compare

1.7.0 (2019-03-16)

Features

  • add constructor fromFalsy (553fb5c)
  • add types for fromFalsy function (b5f1880)

v1.6.0

21 Feb 07:40
Compare
Choose a tag to compare

1.6.0 (2019-02-21)

Features

  • Either: add match method (68a5114)

v1.5.0

21 Feb 06:40
Compare
Choose a tag to compare

1.5.0 (2019-02-21)

Features

  • Maybe: add match method (2cdf299)