Skip to content

Releases: codpro2005/ts-regexp

0.1.5

07 Sep 17:42
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release
  • Fix: Resolved a bug where a regex with duplicate named capturing groups wasn't typed correctly
  • Chore: Updated project description, refactored source code (mainly renaming)

0.1.4

24 Aug 22:02
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
  • Fixed: Resolved a bug where unnamed capture groups weren't distributed correctly in StrictRegExpExecArray<T>.
  • Docs: Updated README.
  • Chore: Minor refactoring and metadata adjustment.

0.1.3

11 Aug 21:35
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

Added missing index.d.ts and index.d.mts dist files

0.1.2

11 Aug 21:23
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

⚠️ Deprecated - Missing TypeScript declaration files. Please use v0.1.3 or later.

  • Fixed: Resolved a bug where alternation triggered "TS2589: Type instantiation is excessively deep and possibly infinite" compiler error.
  • Docs: Updated project description and README.

0.1.1

23 Jul 06:05
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Fixed runtime issue in Examples section

0.1.0

23 Jul 06:03
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial release