axefrog / cycle-router5

A router driver for Cycle.js, wrapping the router5 library
29 stars 4 forks source link

router5 1.0.0 #9

Open troch opened 8 years ago

troch commented 8 years ago

Hi Nathan,

router5 1.0.0 has been released and I think it will be easier to integrate with cycle-js, if you are still working on it. To summarise what is new in 1.0.0:

https://github.com/router5/router5/blob/master/CHANGELOG.md http://router5.github.io/docs/migration.html

axefrog commented 8 years ago

Ah nice, thanks for letting me know. I'm currently sidetracked on another project, but when I get back I will be investigating what staltz and the others achieved with their routing solution. At that point I'll judge whether or not to continue with cycle-router5 or to deprecate it.

troch commented 8 years ago

OK just let me know, I can definitely help you bringing it forward. If you decide to deprecate it, I might be interested in taking ownership.

axefrog commented 8 years ago

@troch I apologise, I never got back to you. I haven't got time to work on this project right now, but I also haven't yet determined whether it's something I want to continue with or not. If you like, I can put you on as a contributor, or you're welcome to submit pull requests if you'd like to push it forward.

troch commented 8 years ago

Yes, I am interested. Don't think I'll have the time before the new year though.

axefrog commented 8 years ago

No worries, let me know.

troch commented 8 years ago

Finally found some time, I have been working on it, developing an example alongside to try to validate it: https://github.com/router5/examples/tree/master/apps/cycle

troch commented 8 years ago

@axefrog so I finalised something. Have you determined if it is something you want to keep getting involved with? I would prefer to have control over it: being able to push to it without having to open PRs, and being able to publish new versions. Let me know!

axefrog commented 8 years ago

Sorry I totally missed this notification. I'm happy to release it into your custody :)

troch commented 8 years ago

Thanks, that's great :)

axefrog commented 8 years ago

If you give me a link to the correct repo, I'll add a link on the readme so that yours should be used, rather than mine.