Skip to content

Commit 533f445

Browse files
Updated changelog
1 parent ecf00d6 commit 533f445

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 0.6.0 (2020-12-22)
4+
5+
### Breaking changes
6+
7+
- `DFA#clone` has been renamed to `DFA#copy` to be compatible with `NFA#copy`.
8+
- The `source` property of RE AST nodes is now optional. This results in the removal/change of several types and functions. The `Simple` type has been removed; use `NoParent` instead.
9+
10+
### Added
11+
12+
- `JS.toLiteral` now has a `flags` options to force/disallow certain flags and a `fastCharacters` options for up to 10x better performance.
13+
- `JS.toLiteral` now detects builtin assertions.
14+
15+
### Changed
16+
17+
- All DFA and NFA creation methods now have safe defaults and will throw if the FA that is being created is too large. The limit can be controlled using the `maxNodes` option.
18+
19+
320
## 0.5.0 (2020-10-26)
421

522
### Breaking changes

0 commit comments

Comments
 (0)