Releases: streetsidesoftware/GenSequence
Releases · streetsidesoftware/GenSequence
v7.0.0
7.0.0 (2024-02-27)
⚠ BREAKING CHANGES
- Drop support for CommonJS (#487)
- Drop support for Node 16 (#485)
Features
v6.0.0
6.0.0 (2023-08-24)
⚠ BREAKING CHANGES
- Drop support for Node 14 (#380)
Features
v5.0.2
5.0.2 (2023-02-28)
Bug Fixes
- Do not package redundant
.js
and .d.ts
files (cd5afd0)
v5.0.1
5.0.1 (2023-02-28)
Bug Fixes
- do not package
.tsbuildInfo
(4ae236f)
v5.0.0
5.0.0 (2023-02-28)
⚠ BREAKING CHANGES
Features
v4.0.3
4.0.3 (2022-12-08)
Bug Fixes
v4.0.2
4.0.2 (2022-08-30)
Bug Fixes
v4.0.1
4.0.1 (2022-08-30)
Bug Fixes
- clean up the async reducers (#21) (0bf7525)
- correctly handle
undefined
initial value. (0bf7525)
- Sequence is type compatible with Sequence
(#25) (2834953)
- Update Publication Process (483732c)
- Update Typescript (#228) (ae21653)
Miscellaneous Chores
Minor update
Operators min
and max
were added thanks to @sea1jxr