Skip to content

Releases: masala/masala-parser

ts update

05 Jun 12:14
Compare
Choose a tag to compare
v0.8.1

v0.8.1 second commit :)

v 0.8.0 - available for real project

15 May 09:36
ed334be
Compare
Choose a tag to compare

For the first time, Masala Parser should be solid and stable enough for real projects.

0.6 release

11 Nov 06:23
e39d4de
Compare
Choose a tag to compare

0.5 -> 0.6

Response

  • Added response.isCompleted()

Parser

  • flatmap() renamed to flatMap()

Flow Bundle

  • F.lazy(parser, params, self ) accepts a third this parameter
  • F.sequence() is deprecated

Added to the FlowBundle

  • F.startsWith(value)
  • F.moveUntil(string|stopParser)
  • F.dropTo(string|stopParser)

then.drop release

23 May 19:17
Compare
Choose a tag to compare
  • Better publishing. Access directly to the compiled file, not the browserified bundle
  • Use the drop() improvement
  • Better performances

v0.3.0

28 Mar 06:23
Compare
Choose a tag to compare

#1 Split libraries
#2 Markdown parser

v0.1.2

22 Aug 06:59
Compare
Choose a tag to compare

Changes:
#1 Default index value is 0 when such index is not specified in the initial parse action.
#2 Npmjs keywords defined

v0.1.1

20 Aug 09:14
Compare
Choose a tag to compare

Changes:
#1 Review process used when publishing the package in npmjs

v0.1.0

19 Aug 05:47
Compare
Choose a tag to compare

This is the First release of the javascript parser combinator library