Dieses Repository beinhaltet HTML- und Javascript Code zur einer NotizenWebApp auf Basis von Web Storage. Zudem sind Mocha/Chai Tests im Browser enthalten. https://meinenotizen.netlify.app/
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.

CHANGELOG.md 1.5KB

4 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. ### [1.1.0] - 2017-04-11
  11. **Fixed**
  12. - adds support for unclosed quotes
  13. **Added**
  14. - adds support for `options.noglobstar`
  15. ### [1.0.4] - 2017-04-06
  16. Housekeeping updates. Adds documentation section about escaping, cleans up utils.
  17. ### [1.0.3] - 2017-04-06
  18. This release includes fixes for windows path edge cases and other improvements for stricter adherence to bash spec.
  19. **Fixed**
  20. - More windows path edge cases
  21. **Added**
  22. - 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.
  23. ### [1.0.1] - 2016-12-12
  24. **Added**
  25. - Support for windows path edge cases where backslashes are used in brackets or other unusual combinations.
  26. ### [1.0.0] - 2016-12-12
  27. Stable release.
  28. ### [0.1.0] - 2016-10-08
  29. First release.
  30. [Unreleased]: https://github.com/jonschlinkert/nanomatch/compare/0.1.0...HEAD
  31. [0.2.0]: https://github.com/jonschlinkert/nanomatch/compare/0.1.0...0.2.0
  32. [keep-a-changelog]: https://github.com/olivierlacan/keep-a-changelog