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 from12.0.0
to12.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)
- ๐ Full ruby