Releases: codpro2005/ts-regexp
Releases · codpro2005/ts-regexp
0.1.5
- 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
- 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
Added missing index.d.ts
and index.d.mts
dist files
0.1.2
- 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
Fixed runtime issue in Examples section
0.1.0
Initial release