Skip to content

Commit 36bd3c4

Browse files
committed
docs: add changelog
1 parent e97aa94 commit 36bd3c4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.npmignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ jest.config.js
2727
.eslintrc.js
2828

2929
# husky
30-
.husky/
30+
.husky/
31+
32+
# git action
33+
.github/

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@
22

33
The changelog of the reregexp library.
44

5+
## [1.6.1] - 2023-05-21
6+
7+
### Added
8+
9+
- Add ESM module export support.
10+
511
## [1.6.0] - 2022-05-09
612

713
### Added
814

9-
- Add `charactersOfAny` config, you can either set a global config with the static property `ReRegExp.charactersOfAny` or with a `ParserConf` for an instance `new ReRegExp(context, { charactersOfAny })`, it let you can define which characters can be generated by a `.` character class.
15+
- Add `charactersOfAny` config, you can either set a global config with the static property `ReRegExp.charactersOfAny` or with a `ParserConf` for an instance `new ReRegExp(context, { charactersOfAny })`, it let you can define which characters can be generated by a `.` character class.
16+
1017
## [1.5.0] - 2021-05-19
1118

1219
### Added

0 commit comments

Comments
 (0)