1 |
3a515b92
|
cagy
|
## Changelog
|
2 |
|
|
|
3 |
|
|
### v2.0.0
|
4 |
|
|
|
5 |
|
|
**Added features**
|
6 |
|
|
|
7 |
|
|
- Adds [.capture](readme.md#capture) method for capturing matches, thanks to [devongovett](https://github.com/devongovett)
|
8 |
|
|
|
9 |
|
|
|
10 |
|
|
### v1.0.0
|
11 |
|
|
|
12 |
|
|
**Breaking changes**
|
13 |
|
|
|
14 |
|
|
- The main export now returns the compiled string, instead of the object returned from the compiler
|
15 |
|
|
|
16 |
|
|
**Added features**
|
17 |
|
|
|
18 |
|
|
- Adds a `.create` method to do what the main function did before v1.0.0
|
19 |
|
|
|
20 |
|
|
**Other changes**
|
21 |
|
|
|
22 |
|
|
- adds `expand-brackets` parsers/compilers to handle nested brackets and extglobs
|
23 |
|
|
- uses `to-regex` to build regex for `makeRe` method
|
24 |
|
|
- improves coverage
|
25 |
|
|
- optimizations
|