Releases: bwrrp/xspattern.js
Releases · bwrrp/xspattern.js
3.1.0
3.0.0
- Fix ESM usage in node. This is only a breaking change because it renames the UMD module file provided for older CJS environments.
Full Changelog: 2.0.1...3.0.0
2.0.1
- Update dependencies to their latest versions - no functional changes
Full Changelog: 2.0.0...2.0.1
2.0.0
Breaking: rename bundles - this package now contains xspattern.umd.js for UMD / CommonJS environments, and xspattern.esm.js for environments that support ECMAScript modules. Most bundlers and environments should automatically select an appropriate version but some may need configuration changes to account for the new filenames.
1.2.1
1.2.0
1.1.0
This release brings support for the XPath flavor of regular expressions, thanks to the efforts of @DrRataplan!
Note that not all XPath-specific features are currently supported. Please refer to #9 to check what works and the progress made on implementing the remaining features.