Skip to content

v2.19.0

Choose a tag to compare

@byroot byroot released this 06 Mar 08:14
· 25 commits to master since this release

What's Changed

  • Fix allow_blank parsing option to no longer allow invalid types (e.g. load([], allow_blank: true) now raise a type error).
  • Add allow_invalid_escape parsing option to ignore backslashes that aren't followed by one of the valid escape characters.

Full Changelog: v2.18.1...v2.19.0