You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.1 KiB

4 years ago
  1. ## History
  2. ### key
  3. Changelog entries are classified using the following labels _(from [keep-a-changelog][]_):
  4. - `added`: for new features
  5. - `changed`: for changes in existing functionality
  6. - `deprecated`: for once-stable features removed in upcoming releases
  7. - `removed`: for deprecated features removed in this release
  8. - `fixed`: for any bug fixes
  9. - `bumped`: updated dependencies, only minor or higher will be listed.
  10. ### [3.0.0] - 2017-04-11
  11. 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.
  12. ### [1.0.1] - 2016-12-12
  13. **Added**
  14. - Support for windows path edge cases where backslashes are used in brackets or other unusual combinations.
  15. ### [1.0.0] - 2016-12-12
  16. Stable release.
  17. ### [0.1.0] - 2016-10-08
  18. First release.
  19. [Unreleased]: https://github.com/jonschlinkert/micromatch/compare/0.1.0...HEAD
  20. [0.2.0]: https://github.com/jonschlinkert/micromatch/compare/0.1.0...0.2.0
  21. [keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog