1 | ## Changelog
|
2 |
|
3 | ### v3.0.0
|
4 |
|
5 | **Breaking changes**
|
6 |
|
7 | - Snapdragon was updated to 0.12. Other packages that integrate `extglob` need to also use snapdragon 0.12.
|
8 | - Minimum Node.JS version is now version 4.
|
9 |
|
10 |
|
11 | ### v2.0.0
|
12 |
|
13 | **Added features**
|
14 |
|
15 | - Adds [.capture](readme.md#capture) method for capturing matches, thanks to [devongovett](https://github.com/devongovett)
|
16 |
|
17 |
|
18 | ### v1.0.0
|
19 |
|
20 | **Breaking changes**
|
21 |
|
22 | - The main export now returns the compiled string, instead of the object returned from the compiler
|
23 |
|
24 | **Added features**
|
25 |
|
26 | - Adds a `.create` method to do what the main function did before v1.0.0
|
27 |
|
28 | **Other changes**
|
29 |
|
30 | - adds `expand-brackets` parsers/compilers to handle nested brackets and extglobs
|
31 | - uses `to-regex` to build regex for `makeRe` method
|
32 | - improves coverage
|
33 | - optimizations |
\ | No newline at end of file |