Releases: norskeld/sigma
Releases · norskeld/sigma
v3.3.0
3.3.0 (2023-01-15)
Features
v3.2.0
3.2.0 (2023-01-15)
Features
- parsers/regexp: add injection of global flag if it's not present (#61) (90f86d3)
v3.1.4
3.1.4 (2023-01-14)
Bug Fixes
- types: fix toUnion signature to correctly infer type (4dca5e0)
v3.1.3
3.1.3 (2023-01-05)
Bug Fixes
- parsers/noneOf: halt at reaching eoi (06779bd)
- parsers/oneOf: halt at reaching eoi (b20f2a2)
v3.1.2
3.1.2 (2023-01-05)
Bug Fixes
- combinators/many: fix an edge case when combined with
noneOf
(4630bf4)
v3.1.1
3.1.1 (2022-10-25)
Bug Fixes
- vitest: fix coverage collection (91a1f9b)
v3.1.0
3.1.0 (2022-10-08)
Bug Fixes
Features
- build: finalize tsup setup with multiple options for build (d9a54a8)
- build: introduce tsup, simplify build, make package a module (e803455)
- chore: cleanup packages and files (6cd7146)
- vitest: add vitest, aliasing, cleanup uvu deps (a4883a3)
v3.0.0
3.0.0 (2022-10-02)
Code Refactoring
- change the output type from to
number
for number parsers (24406ab)
BREAKING CHANGES
- The output type of number parsers has changed from
string
to number
, i.e. these parsers now have the type of Parser<number>
instead of Parser<string>
.
v2.9.0
2.9.0 (2022-07-12)
Features
- tsdoc: add tsdocs for parsers (c78d57a)
- tsdoc: add tsdocs to combinators (5220e26)
- tsdoc: final touches (3233440)