-
Notifications
You must be signed in to change notification settings - Fork 595
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] 4.0 tracker #204
Comments
migration note: old: |
oh yeah, we've got a preliminary release branch up on |
If I'm starting a new project would it be better to use the 4.0.0 branch or the older one? |
Either one should work; biggest blocker right now is docs tbh - there's a On Tue, Nov 8, 2016 at 2:28 PM pyros2097 [email protected] wrote:
|
|
Major release, routing edition
Programmatic navigation is essential. But to achieve it we need to have breaking changes. And if we're going to break things, we might as well go all out again. So this issue is here to track the changes for the
4.0.0
release. All patches will be merged into the 4 branch, so that should provide an accurate representation of where things are at. Feedback and testing at any stage would be very welcome!Changes
sheet-router
to be lisp-like | issue | pull-requestsheet-router
to add thunking | issue | pull-requestwayfarer
to add awalk
function | issue | pull-requestsheet-router
to expose thewalk
function | issue | pull-requestchoo
to use thewalk
function | pull-requestsheet-router
| issue | pull-requestsheet-router
to handle hashes by default | issuelocation
state to exposesearch
parameters (query strings) | issuestate
anddata
argument order | issueapp.start()
toapp = choo()
migration-
ormigrations/
See Also
The text was updated successfully, but these errors were encountered: