Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@bikallem bikallem released this 14 Jul 19:58
· 1 commit to master since this release

CHANGES:

  • Add unsafe_take_cstruct_exact and unsafe_take_cstruct_ne parsers.
  • PARSER.parse function now takes ?pos parameter and returns pos along with the parsed value. This allows creating pull based parsers.
  • Expose Promise module.