Skip to content

Releases: bwrrp/xspattern.js

3.1.0

02 Feb 13:58
Compare
Choose a tag to compare
  • Update to Unicode 15.0.0

Full Changelog: 3.0.0...3.1.0

3.0.0

23 Jun 11:56
Compare
Choose a tag to compare
  • 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

17 Jun 07:51
Compare
Choose a tag to compare
  • Update dependencies to their latest versions - no functional changes

Full Changelog: 2.0.0...2.0.1

2.0.0

07 Feb 16:21
Compare
Choose a tag to compare

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

08 May 13:14
Compare
Choose a tag to compare

This is a patch release to add a "types" property to the package.json, which is required for some tools to correctly detect the TypeScript typings introduced in 1.2.0.

1.2.0

08 May 12:36
Compare
Choose a tag to compare

This release contains no functional changes. It does add TypeScript typings and API documentation.

1.1.0

13 Mar 09:38
Compare
Choose a tag to compare

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.

1.0.0

08 Nov 10:31
Compare
Choose a tag to compare

Initial stable release. Have fun!