Releases: codpro2005/ts-regexp
Releases · codpro2005/ts-regexp
0.2.1
Whoops, some potential ideas leaked 👀
0.2.0
What's Changed
- Feature: allow type-only processing of capture groups by @Raiondesu in #18
New Contributors
- @Raiondesu made their first contribution in #18
Full Changelog: v0.1.5...v0.2.0
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