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 589B

12345678910111213141516171819202122232425
  1. ## Changelog
  2. ### v2.0.0
  3. **Added features**
  4. - Adds [.capture](readme.md#capture) method for capturing matches, thanks to [devongovett](https://github.com/devongovett)
  5. ### v1.0.0
  6. **Breaking changes**
  7. - The main export now returns the compiled string, instead of the object returned from the compiler
  8. **Added features**
  9. - Adds a `.create` method to do what the main function did before v1.0.0
  10. **Other changes**
  11. - adds `expand-brackets` parsers/compilers to handle nested brackets and extglobs
  12. - uses `to-regex` to build regex for `makeRe` method
  13. - improves coverage
  14. - optimizations