diff --git a/README.md b/README.md index 9348230..f01ebc1 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ func Must(err error) { ``` #### Tree swapping -Fox also enables you to replace the entire tree in a single atomic operation using the `Store` and `Swap` methods. +Fox also enables you to replace the entire tree in a single atomic operation using the `Use` and `Swap` methods. Note that router's options apply automatically on the new tree. ````go package main @@ -500,6 +500,10 @@ BenchmarkGorillaMux_GithubAll 562 21108 BenchmarkPat_GithubAll 550 2117715 ns/op 1410624 B/op 22515 allocs/op ``` +## Road to v1 +- [Update route syntax](https://github.com/tigerwill90/fox/pull/10#issue-1643728309) +- [Route overlapping](https://github.com/tigerwill90/fox/pull/9#issue-1642887919) + ## Contributions This project aims to provide a lightweight, high performance and easy to use http router. It purposely has a limited set of features and exposes a relatively low-level api. The intention behind these choices is that it can serve as a building block for more "batteries included" frameworks. Feature requests and PRs along these lines are welcome.