Releases: michalusio/Parser
Releases · michalusio/Parser
v1.2.6
What's Changed
- Bump package dev dependencies
- 100% mutation tests coverage
- Added a readymade JSON parser
Full Changelog: v1.2.0...v1.2.6
v1.2.0
What's Changed
-
Bumped all dev packages to newest versions
-
Fixed breaking CodeCov checks
-
Improved the
ParseError's pretty message format -
Added
striparser - case-insensitive string parser -
Added
recoverBySkippingCharsandrecoverByAddingCharsrecovery parsers -
Added
tokenparser for retrieving position information -
Added
lookaroundparser for lookahead checks -
Added
eofparser for checking for end of text -
Added
any(str/stri)fusion which creates a search tree from the checked strings, drastically improving performance for this kind of match tree.
Improved the performance of str and regex operators. Added smoke tests.
Full test coverage reached
v1.0.6 1.0.6
Expanded the README
v1.0.5 1.0.5
Adding tests
Added CI building, linting and testing.
Added tests using mocha.
Right now tests are made for seq, str and regex.
Added README.md
Also changed the dist folder being published as an inner folder.
First release of the package
v1.0.0 Added npmignore for publishing