2020-04-20 17:17:11 +02:00
## History
2020-04-07 16:12:08 +02:00
2020-04-20 17:17:11 +02:00
### key
2020-04-07 16:12:08 +02:00
2020-04-20 17:17:11 +02:00
Changelog entries are classified using the following labels _(from [keep-a-changelog][]_ ):
2020-04-07 16:12:08 +02:00
2020-04-20 17:17:11 +02:00
- `added` : for new features
- `changed` : for changes in existing functionality
- `deprecated` : for once-stable features removed in upcoming releases
- `removed` : for deprecated features removed in this release
- `fixed` : for any bug fixes
- `bumped` : updated dependencies, only minor or higher will be listed.
2020-04-07 16:12:08 +02:00
2020-04-20 17:17:11 +02:00
### [3.0.0] - 2017-04-11
2020-04-07 16:12:08 +02:00
2020-04-20 17:17:11 +02:00
TODO. There should be no breaking changes. Please report any regressions. I will [reformat these release notes ](https://github.com/micromatch/micromatch/pull/76 ) and add them to the changelog as soon as I have a chance.
2020-04-07 16:12:08 +02:00
2020-04-20 17:17:11 +02:00
### [1.0.1] - 2016-12-12
2020-04-07 16:12:08 +02:00
**Added**
- Support for windows path edge cases where backslashes are used in brackets or other unusual combinations.
2020-04-20 17:17:11 +02:00
### [1.0.0] - 2016-12-12
2020-04-07 16:12:08 +02:00
Stable release.
2020-04-20 17:17:11 +02:00
### [0.1.0] - 2016-10-08
2020-04-07 16:12:08 +02:00
First release.
[Unreleased]: https://github.com/jonschlinkert/micromatch/compare/0.1.0...HEAD
[0.2.0]: https://github.com/jonschlinkert/micromatch/compare/0.1.0...0.2.0
[keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog
2020-04-20 17:17:11 +02:00