You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
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.
0 commit comments