Skip to content

Parsley 4.0.4

Compare
Choose a tag to compare
@j-mie6 j-mie6 released this 13 Jan 22:42
· 156 commits to master since this release
a78130a

This releases fixes a potential issue with parsers that stack-overflow during construction: instead of trying to recover from this fatal state, it is now allowed to crash. When a parser stack overflows during construction it must be made stack-safe by calling .overflows() on the parser before calling either .force() or .parse

What's Changed

  • Move host by @j-mie6 in #142
  • Remove StackOverflowError catching, use explicit overflows instead by @j-mie6 in #144

Full Changelog: v4.0.3...4.0.4