Changelog of @hackage/substring-parser 0.3.0.0

0.3.0.0

  • Add: takeMatch function to make the given parser match partially, by returning the prefixed string with parsed value

0.2.0.0

  • Fix: forgot to specify exposed-modules.
  • Fix: returns the source text if parser doesn't match.

0.1.0.0

  • Initial release.