Skip to content

Releases: webmozarts/glob

3.2.0

23 Dec 10:01
Compare
Choose a tag to compare
  • added support for ? which matches any character
  • added support for character classes [abc] which match any of the specified
    characters
  • added support for inverted character classes [^abc] which match any but
    the specified characters

3.1.1

24 Aug 13:32
Compare
Choose a tag to compare
  • fixed minimum versions in composer.json

3.1.0

21 Aug 21:08
Compare
Choose a tag to compare
  • added TestUtil class
  • fixed normalizing of slashes on Windows

3.0.0

11 Aug 14:25
Compare
Choose a tag to compare
  • RecursiveDirectoryIterator now inherits from \RecursiveDirectoryIterator
    for performance reasons. Support for seek() was removed on PHP versions
    < 5.5.23 or < 5.6.7
  • made Glob final

2.0.1

28 May 13:13
Compare
Choose a tag to compare
  • upgraded to webmozart/path-util 2.0

2.0.0

06 Apr 12:27
Compare
Choose a tag to compare
  • restricted ** to be used within two separators only: /**/. This improves
    performance while maintaining equal expressiveness
  • added support for stream wrappers

1.0.0

19 Mar 11:18
Compare
Choose a tag to compare
  • added support for sets: {ab,cd}

1.0.0-beta3

19 Mar 11:18
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release
  • fixed installation on Windows

1.0.0-beta2

22 Jan 11:43
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release
  • implemented Ant-like globbing: * does not match directory separators
    anymore, but ** does
  • escaping must now be explicitly enabled by passing the flag Glob::ESCAPE
    to any of the Glob methods
  • fixed: replaced fatal error by InvalidArgumentException when globs are
    not absolute

1.0.0-beta

21 Jan 15:54
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release
Released version "1.0.0-beta"