Skip to content

Tags: nick-jones/globby

Tags

v0.3.0

Target Phlexy v0.1, removing the need for minimum stability of "dev".

v0.2.9

No need to allow HHVM failures

v0.2.8

General tidy up, rearranged classes.

v0.2.7

Do not run checks against the function test script.

v0.2.6

Only look at the "lib" directory for code coverage.

v0.2.5

Tokenizer now handles cases where right square bracket ("]") is the f…

…irst character of a range within a character class. Previously the "special" state for handling an initial character of "]" only recognised T_GROUP_CHARACTER.

v0.2.4

Updating the project description

v0.2.3

Renaming Pattern::getRegex() to Pattern::toRegex()

From the interface perspective this language makes more sense; the regex value is not obviously
a property. Additionally, the method /does/ do conversion, it's not simply an accessor (though
it happens to exhibit accessor like behaviour because of the caching of the result.)

v0.2.2

Improving composer install information detailed in the README

v0.2.1

Name listed in composer.json must be lowercase to keep Packagist happy.