Releases: bigslycat/igogo
Releases · bigslycat/igogo
v1.9.0
1.9.0 (2020-02-26)
Features
- package: add ES module build (647f3e9)
v1.8.2
1.8.2 (2020-02-26)
Bug Fixes
- package: fix potential security vulnerabilities (05de62d)
v1.8.1
1.8.1 (2020-02-26)
Bug Fixes
- package: fix potential security vulnerabilities (1337c32)
- package: fix security vulnerabilities (26a1adc)
v2.0.0
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
1.8.0 (2019-07-02)
Features
- Either: implement Iterator interface (0b30161)
- Maybe: implement Iterator interface (d87a2fb)
v1.7.2
1.7.2 (2019-06-13)
Bug Fixes
- package: fix security alerts (4204459)
v1.7.1
1.7.1 (2019-03-23)
Bug Fixes
- package: update core-js to version 3.0.0 (8b66a9c)
v1.7.0
1.7.0 (2019-03-16)
Features
- add constructor fromFalsy (553fb5c)
- add types for fromFalsy function (b5f1880)
v1.6.0
1.6.0 (2019-02-21)
Features
v1.5.0
1.5.0 (2019-02-21)
Features