Anton
Anton
I don't got it. Why? mb pushState option can resolve the problem? #90
All fine, we can reopen it if we need.
Yes, I think it's a good idea. I like the option to pass `history.state` to `page.start()`. But I need a some time to understand what to do with the idea.
ping @hheiskanen
@kethinov haha! Github works pretty well for me, but if GitHub will be blocked I have VPN :D
@hheiskanen @daddybh Can we move decoding to [external plugin](https://github.com/visionmedia/page.js#available-plugins)?
Ok, I'm going to merge it to fix #189. Can you add some tests?
@daddybh can you check current master branch? Is the problem resolved?
@daddybh In `1.6.0` you can use [`decodeURLComponents`](https://github.com/visionmedia/page.js#pageoptions) option to disable url decoding
oh, better late than never :D I have an idia with auth middleware like passport.js, that extend `ctx`: ``` js // auth middleware page(function (ctx, next) { ctx.auth = function...