Releases: callstack/ts-regex-builder
Releases · callstack/ts-regex-builder
v1.2.1
1.2.1 (2024-02-16)
Fixes
- add missing exports by @mdjastrzebski in #63
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.1.0
v1.0.1
1.0.1 (2024-01-22)
Other
- chore: update repo reference by @mdjastrzebski in #51
- chore: remove peer deps by @mdjastrzebski in #53
- docs: update README.md by @mdjastrzebski in #52
Full Changelog: v1.0.0...v1.0.1
v1.0.0
1.0.0 (2024-01-22)
Improvements
- refactor(rfc): abbreviate
charClass
andcharRange
by @mdjastrzebski in #40 - refactor(rfc): options args order by @mdjastrzebski in #41
- refactor: rename types by @mdjastrzebski in #43
- refactor: further renaming by @mdjastrzebski in #45
- refactor: simplify exact repeat quantifier by @mdjastrzebski in #46
- refactor: rename
optionally
tooptional
by @mdjastrzebski in #48
Bugfixes
- fix: char class
^-
edge case by @mdjastrzebski in #42
Others
- docs: api docs by @mdjastrzebski in #47
- docs: more examples by @mdjastrzebski in #49
- docs: proof-read docs by @mdjastrzebski in #50
Full Changelog: v0.8.2...v1.0.0
Release 0.8.2
0.8.2 (2023-12-28)
Other
- refactor: improve tests by @mdjastrzebski in #37
- chore: declare no side effects by @mdjastrzebski in #38
- refactor: regex sequence and min docs by @mdjastrzebski in #39
Full Changelog: v0.8.1...v0.8.2
Release 0.8.1
What's Changed
Fixes
- fix: character class escaping by @mdjastrzebski in #35
Full Changelog: v0.8.0...v0.8.1
Release 0.8.0
What's Changed
Features
- feat:
choiceOf
component by @mdjastrzebski in #10 - feat:
repeat
quantifier by @okwasniewski in #11 - feat: add basic character classes by @jaworek in #13
- chore: setup codecov by @mdjastrzebski in #19
- feat: escape special characters by @mdjastrzebski in #20
- feat:
anyOf
component by @mdjastrzebski in #21 - feat: base (non-named) capture by @mdjastrzebski in #24
- feat: support core regex flags by @mdjastrzebski in #26
- feat:
inverted
character class by @mdjastrzebski in #27 - feat:
characterClass
&characterRange
by @mdjastrzebski in #29 - feat: base anchors by @mdjastrzebski in #32
Others
- refactor: rename
RegexComponent
toRegexElement
by @mdjastrzebski in #12 - docs: project guidelines by @mdjastrzebski in #15
- refactor: optimize grouping by @mdjastrzebski in #23
- refactor: reorganize files by @mdjastrzebski in #25
- refactor:
toHavePattern
&toMatchGroups
matchers by @mdjastrzebski in #30 - refactor: migrate component signatures to use array for multiple items by @mdjastrzebski in #31
- refactor: open element types by @mdjastrzebski in #33
- refactor: remove
one
component by @mdjastrzebski in #34
New Contributors
Full Changelog: v0.1.0...v0.8.0