1 |
3a515b92
|
cagy
|
## History
|
2 |
|
|
|
3 |
|
|
### key
|
4 |
|
|
|
5 |
|
|
Changelog entries are classified using the following labels _(from [keep-a-changelog][]_):
|
6 |
|
|
|
7 |
|
|
- `added`: for new features
|
8 |
|
|
- `changed`: for changes in existing functionality
|
9 |
|
|
- `deprecated`: for once-stable features removed in upcoming releases
|
10 |
|
|
- `removed`: for deprecated features removed in this release
|
11 |
|
|
- `fixed`: for any bug fixes
|
12 |
|
|
- `bumped`: updated dependencies, only minor or higher will be listed.
|
13 |
|
|
|
14 |
|
|
### [1.1.0] - 2017-04-11
|
15 |
|
|
|
16 |
|
|
**Fixed**
|
17 |
|
|
|
18 |
|
|
- adds support for unclosed quotes
|
19 |
|
|
|
20 |
|
|
**Added**
|
21 |
|
|
|
22 |
|
|
- adds support for `options.noglobstar`
|
23 |
|
|
|
24 |
|
|
### [1.0.4] - 2017-04-06
|
25 |
|
|
|
26 |
|
|
Housekeeping updates. Adds documentation section about escaping, cleans up utils.
|
27 |
|
|
|
28 |
|
|
### [1.0.3] - 2017-04-06
|
29 |
|
|
|
30 |
|
|
This release includes fixes for windows path edge cases and other improvements for stricter adherence to bash spec.
|
31 |
|
|
|
32 |
|
|
**Fixed**
|
33 |
|
|
|
34 |
|
|
- More windows path edge cases
|
35 |
|
|
|
36 |
|
|
**Added**
|
37 |
|
|
|
38 |
|
|
- Support for bash-like quoted strings for escaping sequences of characters, such as `foo/"**"/bar` where `**` should be matched literally and not evaluated as special characters.
|
39 |
|
|
|
40 |
|
|
### [1.0.1] - 2016-12-12
|
41 |
|
|
|
42 |
|
|
**Added**
|
43 |
|
|
|
44 |
|
|
- Support for windows path edge cases where backslashes are used in brackets or other unusual combinations.
|
45 |
|
|
|
46 |
|
|
### [1.0.0] - 2016-12-12
|
47 |
|
|
|
48 |
|
|
Stable release.
|
49 |
|
|
|
50 |
|
|
### [0.1.0] - 2016-10-08
|
51 |
|
|
|
52 |
|
|
First release.
|
53 |
|
|
|
54 |
|
|
[Unreleased]: https://github.com/jonschlinkert/nanomatch/compare/0.1.0...HEAD
|
55 |
|
|
[0.2.0]: https://github.com/jonschlinkert/nanomatch/compare/0.1.0...0.2.0
|
56 |
|
|
|
57 |
|
|
[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog
|