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: HISTORY.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,11 @@
4
4
5
5
### v0.1.1
6
6
7
-
- Fixes compatibility in test suite with Flix 0.34.0 (version 0.1.0 was compatible with a newer version of Flix which is not yet released)
7
+
- Fixes compatibility in test suite with Flix 0.34.0 (version 0.1.0 was compatible with a newer version of Flix which is not yet released).
8
+
9
+
### v0.1.2
10
+
11
+
*This release is mostly just to fix compatibility with the Flix community build. See [https://github.com/flix/flix/pull/5235](https://github.com/flix/flix/pull/5235)*
12
+
13
+
- All functions do not carry the last parameter, and instead return a lambda to make the API more readable.
14
+
- Includes basic parser combinators so one should be able to write a few useful grammars with the library.
0 commit comments