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
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,19 @@
8
8
9
9
### v0.1.2
10
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)*
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
12
13
13
- All functions do not carry the last parameter, and instead return a lambda to make the API more readable.
14
14
- Includes basic parser combinators so one should be able to write a few useful grammars with the library.
15
15
16
16
### v0.1.3
17
-
*This release is just to fix compatibility with an upcoming version of the Flix packager. See [https://github.com/flix/flix/issues/5134](https://github.com/flix/flix/issues/5134)*
17
+
18
+
*This release is just to fix compatibility with an upcoming version of the Flix packager. See [https://github.com/flix/flix/issues/5134](https://github.com/flix/flix/issues/5134).*
19
+
20
+
### v0.1.4
21
+
22
+
*This release is mostly just to fix compatibility with the latest Flix compiler.*
23
+
24
+
- Removes use of `new` keyword.
25
+
- Removes use of `foreach` loop.
26
+
- Updated namespaces to use new `mod` keyword and qualified tags.
0 commit comments