We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57b713 commit d3a75e4Copy full SHA for d3a75e4
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 0.9.1 (2021-07-26)
4
+
5
+### Fixed
6
7
+- Fixed that some ENFA operations created unnecessary states.
8
+- Fixed internal functions used to traverse graphs. This fixes the bug that some `FAIterators` functions had trouble with falsy state values.
9
10
+### Improved
11
12
+- `JS.toLiteral`: The heuristic used to decide flags has been improved to prevent unnecessary `i` flags.
13
14
15
## 0.9.0 (2021-07-15)
16
17
### Breaking changes
0 commit comments