Socket
Socket
Sign inDemoInstall

parsimmon

Package Overview
Dependencies
0
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1235Next

0.9.0

Diff

Changelog

Source

0.9.0 (2016-07-07)

  • BREAKING: P.regex throws on regexps with flags other than imu now.
wavebeem
published 0.8.1 •

Changelog

Source

0.8.1 (2016-06-30)

  • Optimizes internal set union function, which should result in slightly faster parsing
wavebeem
published 0.8.0 •

Changelog

Source

0.8.0 (2016-06-28)

  • The .expected array on parse results is now unique and sorted
  • Updated Mocha and Chai versions
  • Updated README a bit (mostly line wrapping stuff)
wavebeem
published 0.7.2 •

Changelog

Source

0.7.2 (2016-06-26)

  • No API changes
  • Switches to npm-based task running
  • Switches to UMD-based code
wavebeem
published 0.7.1 •

Changelog

Source

0.7.1 (2016-06-04)

  • Documentation updates
  • Adds line/column information to P.index and .mark()
  • Adds additional type assertions
jayferd
published 0.7.0 •

Changelog

Source

0.7.0 (???)

This release may have been unpublished or something, I'm not exactly sure.

jayferd
published 0.6.0 •

Changelog

Source

0.6.0 (2015-02-24)

  • add a second optional argument to regex() indicating group selection
  • eliminates pjs dependency
  • add seqMap, oneOf, and noneOf
jayferd
published 0.5.1 •

Changelog

Source

0.5.1 (2014-06-25)

  • Added .custom, .test, and .takeWhile for folks who don't like to use regexes.
jayferd
published 0.5.0 •

Changelog

Source

0.5.0 (2014-06-15)

  • Added .desc() for custom parse error messages
jayferd
published 0.4.0 •

Changelog

Source

0.4.0 (2014-04-18)

  • BREAKING: deprecated use of .then(function(result) { ... }). Use chain instead.
  • BREAKING: errors are no longer thrown on invalid parses. Instead, .parse(str) returns an object with a status tag, indicating whether the parse was successful.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc