Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
589 bytes
|
Line | |
---|
1 | ## 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 |
---|
Note:
See
TracBrowser
for help on using the repository browser.