Skip to content

Releases: wimpyprogrammer/regex-to-strings

2.1.0

13 Dec 05:31
Compare
Choose a tag to compare

Bump dependencies.

Drop support for Node <12, mirroring ESLint 8.

Full Changelog: 2.0.3...2.1.0

2.0.3

28 Mar 15:32
Compare
Choose a tag to compare

Republish 2.0.2 with TypeScript definitions.

Fix release workflow to ensure package includes TypeScript definitions.

Full Changelog: 2.0.2...2.0.3

2.0.2

16 Mar 01:43
Compare
Choose a tag to compare

Update all dependencies to latest.

Migrate CI to GitHub Actions.

Full Changelog: 2.0.1...2.0.2

2.0.1

20 Dec 05:56
Compare
Choose a tag to compare

Fix npm package build to remove dependency on missing regeneratorRuntime polyfill. Fix #9.

Full Changelog: 2.0.0...2.0.1

2.0.0

26 Sep 06:17
Compare
Choose a tag to compare

Fully support Windows-1252 extended ASCII characters. Previously, extended ASCII characters worked in patterns like /ñ/ but were ignored in patterns like /[ñ]/ and /\D/.

Full Changelog: 1.1.0...2.0.0

1.1.0

02 Sep 01:05
Compare
Choose a tag to compare

Bump dependencies.

Drop support for Node <10, mirroring Jest.

Full Changelog: 1.0.0...1.1.0

1.0.0

02 Sep 01:03
Compare
Choose a tag to compare