Skip to content

Releases: michalusio/Parser

v1.2.6

01 Feb 22:09

Choose a tag to compare

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

11 Jan 21:14

Choose a tag to compare

What's Changed

  • Bumped all dev packages to newest versions

  • Fixed breaking CodeCov checks

  • Improved the ParseError's pretty message format

  • Added stri parser - case-insensitive string parser

  • Added recoverBySkippingChars and recoverByAddingChars recovery parsers

  • Added token parser for retrieving position information

  • Added lookaround parser for lookahead checks

  • Added eof parser 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.

01 Sep 10:46

Choose a tag to compare

Full test coverage reached

30 Aug 00:38

Choose a tag to compare

Expanded the README

28 Aug 01:03

Choose a tag to compare

v1.0.5

1.0.5

Adding tests

28 Aug 00:26

Choose a tag to compare

Added CI building, linting and testing.
Added tests using mocha.
Right now tests are made for seq, str and regex.

Added README.md

26 Aug 21:49

Choose a tag to compare

Also changed the dist folder being published as an inner folder.

First release of the package

26 Aug 21:29

Choose a tag to compare

v1.0.0

Added npmignore for publishing