Skip to content

1.10.0

Compare
Choose a tag to compare
@rgrinberg rgrinberg released this 25 Aug 21:08
· 283 commits to master since this release

CHANGES:

  • Add the [:alpha:] character class in Re.Perl (#169)
  • Double asterisk (**) in Re.Glob (#172)
    Like * but also match / characters when pathname is set.
  • Double asterisk should match 0 or more directories unless in trailing
    position. (#192, fixes #185)