558430272668c085f4cda0c04c33d34ef2ad77dd739f1f56086bc9657fb5c9cb4260c7cb798dc55af60039111c95d625d61074645e0dadd09d244fa0c803e9 589 B

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