regexp-examples v1.5.1 Release Notes

Release Date: 2020-01-09 // over 4 years ago
  • ๐Ÿ‘€ Resolve deprecation warnings when using this gem with ruby 2.7 - See #37

    Thanks @taichi-ishitani


Previous changes from v1.5.0

    • ๐Ÿ’Ž 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)