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 43e6937 commit 78494acCopy full SHA for 78494ac
CHANGES.md
@@ -1,3 +1,12 @@
1
+# 0.9.0
2
+
3
+* Add a labelled function to create custom patterns (#114)
4
+* Add support for union operation for two routers (#115, @Chattered)
5
+* Use dune language 2.0 (#116)
6
+* Support wildcard pattern at the end of a route (#118, #129, @Lupus)
7
+* Add map and path prefix to route targets (#121, @Chattered)
8
+* Make ksprintf visible in the public api (#123, @Chattered)
9
10
# 0.8.0
11
12
* Improve trailing slash handling. Instead of separate `nil` and `trail` constructors, all routes end with `nil`.
0 commit comments