-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release from current master? #40
Comments
Those are both breaking changes, existing users may be relying on the current route ordering. They were part of the planned 0.2 release (#28), but given I'm no longer part of the org I'm not sure if there's anyone pushing to get that complete. |
Thanks, that makes sense. Are all of those changes required for a 2.0 release, if it's been almost a year without any progress? I'm happy to help move that forward, but it would be great to have a release of some sort in the mean time with the changes that already exist in master so tide users no longer experience unexpected behavior |
http-rs/tide#607 won't work for us, so probably releasing a 0.2 is okay -- it's been a while since we put out a release anyway. If we expect more breaking changes to come through, we can publish a 0.3 with them. |
Hi! I was investigating a tide routing issue (http-rs/tide#593) and discovered that it's resolved on master but not in 0.1.13.
It must have been a subtle bug, because it doesn't seem like any of the changes between master and 0.1.13 directly address this.This is a route-recognizer test case that fails in 0.1.13 but passes in master:
As a side note, it also seems that there's a breaking change regarding anonymous wildcards. This test case passes in 0.1.13, but fails on master:
I don't think this regression is especially important for tide, but it would be very nice to have a release with the first fix.
Thanks!
The text was updated successfully, but these errors were encountered: