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 e49d1e0 commit b2446e8Copy full SHA for b2446e8
CHANGES.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [Unreleased]
+## Unreleased
4
* Add symbolic operators to Parser, Extractor and Interpolator
5
* `<~>` and `<|>` as aliases for `andThen` and `orElse`, respectively
6
* `~>` and `<~` as specializations of `andThen` when one side or the other is Unit
@@ -22,5 +22,5 @@
22
* `Repeated.quotedFromSplicesUsingBuilder` to splice the SplicePieces together using a arbitrary Builder
23
* Fix scalajs sourcemaps to point at github-hosted files instead of a local file that almost certainly does not exist
24
25
-## [0.1.0] 2024-02-01
+## [0.1.0](https://github.com/rayrobdod/string-context-parser-combinator/releases/tag/0.1.0) – 2024-02-01
26
Initial tagged version
0 commit comments