Skip to content

Full ruby v2.6.3 support

Compare
Choose a tag to compare
@tom-lord tom-lord released this 13 Jul 09:54
· 19 commits to master since this release
  • Full ruby v2.6.3 support. (There were a few minor bugs introduced by the unicode version bump from 12.0.0 to 12.1.0.
  • Dropped support for ruby v2.0.0 - v2.3.x.
  • Fixed ability to generate examples for patterns like: /__xxx__/.
  • Added support for unicode range generation, e.g. /[\u4e00-\u9fa5]{2,4}/.random_example (@xiejiangzhi)