Skip to content

Commit 94194d4

Browse files
committed
chore: release v0.4.0
1 parent d2bd601 commit 94194d4

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11

22

3+
## [0.4.0](https://github.com/danielroe/magic-regexp/compare/0.3.0...0.4.0) (2022-07-25)
4+
5+
🎉 Massive thanks to @didavid61202 for lots of great contributions in this release! 🎉
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* do not create wrap single chars in parentheses (#27)
10+
* `word` has been renamed to `wordChar`
11+
12+
### Features
13+
14+
* add `wordBoundary` helper input ([#20](https://github.com/danielroe/magic-regexp/issues/20)) ([040c940](https://github.com/danielroe/magic-regexp/commit/040c940cdaa0488d9b105641b3e1b9d5a8682445))
15+
* add chained input `and.referenceToGroup` ([#21](https://github.com/danielroe/magic-regexp/issues/21)) ([a18fccb](https://github.com/danielroe/magic-regexp/commit/a18fccbadf9f755d8b00f1e6ee8278402b6a683b))
16+
* do not create wrap single chars in parentheses ([#27](https://github.com/danielroe/magic-regexp/issues/27)) ([a02645b](https://github.com/danielroe/magic-regexp/commit/a02645b736661c37e95dab55a0f6dfcf2a9bf2e0))
17+
* **types:** respect global flag for .match and .matchAll types ([#29](https://github.com/danielroe/magic-regexp/issues/29)) ([2211a83](https://github.com/danielroe/magic-regexp/commit/2211a83bcf33a37967791e86ae152dfec9cca105))
18+
* update `IfSingle` and `wrap` to not wrap wrapped input ([#33](https://github.com/danielroe/magic-regexp/issues/33)) ([cd233ab](https://github.com/danielroe/magic-regexp/commit/cd233abbb7a918b4cecac113a13b84264750bccd))
19+
20+
21+
### Bug Fixes
22+
23+
* order of generic types for param of `createInput` ([#31](https://github.com/danielroe/magic-regexp/issues/31)) ([545d725](https://github.com/danielroe/magic-regexp/commit/545d7254bc2a46a5e26993705672015446db2053))
24+
* rename `word` to `wordChar` and add semantic `word` helper ([#23](https://github.com/danielroe/magic-regexp/issues/23)) ([033ee5c](https://github.com/danielroe/magic-regexp/commit/033ee5c0db512dc80a1f40e34f989cbaac0c819d))
25+
* **types:** include flags in generated RegExp type ([c78c4e1](https://github.com/danielroe/magic-regexp/commit/c78c4e1b9b313980cd7162eb82e474b5acf648e3))
26+
* **types:** infer group names from param with `Input` type ([#32](https://github.com/danielroe/magic-regexp/issues/32)) ([6131ac6](https://github.com/danielroe/magic-regexp/commit/6131ac605d4af213477500dc79f794f10f8687f6))
27+
328
## [0.3.0](https://github.com/danielroe/magic-regexp/compare/0.2.3...0.3.0) (2022-07-20)
429

530

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magic-regexp",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "A compiled-away, type-safe, readable RegExp alternative",
55
"repository": "danielroe/magic-regexp",
66
"license": "MIT",

0 commit comments

Comments
 (0)