Skip to content

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fefit committed May 21, 2023
1 parent e97aa94 commit 36bd3c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ jest.config.js
.eslintrc.js

# husky
.husky/
.husky/

# git action
.github/
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

The changelog of the reregexp library.

## [1.6.1] - 2023-05-21

### Added

- Add ESM module export support.

## [1.6.0] - 2022-05-09

### Added

- 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.
- 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.

## [1.5.0] - 2021-05-19

### Added
Expand Down

0 comments on commit 36bd3c4

Please sign in to comment.