Onur Yıldırım
Onur Yıldırım
@JRJurman sorry for the late reply. How and what does facebook append as query-string? That's weird. And yes that's intentional ([see this line](https://github.com/onury/docma/blob/master/lib/web/DocmaWeb-SPA.js#L122)) because same URL with a query-string actually...
Ok. Thanks for the info. I'll look into this.
I'm not sure about this. Javascript has no type called `object`. _(Don't confuse `typeof x === 'object'` meta comparison with `Object`.)_ What if you use `object` as a type definition...
Will consider this in the future. Thanks.
I think, a cancel method is very fundamental for this library. Is there any news on this? Thanks.
@matthewp It's simple: ```js page('(/)?products', (context, next) => { console.log(context); }); page('(/)?', (context, next) => { console.log(context); }); ```
Right. thanks @dustingraham
I cannot use a non-LTS Node version. But I updated node to latest LTS v4.4.7 And updated NPM to latest v3.10.3 result is the same.
I run it with `sudo`. ``` sudo npm install devtool -g ``` same result.
I think; - `[PLANNED]` belongs to a file such as todo - `[Unreleased]` should not be in the change-log of a **master** branch. Only bec. the development should be done...