Closed raido closed 4 years ago
Travis failed because transitive package seems to have dropped Node 6 support.
I switched Travis from Node 6 -> 8.
We should drop Node <= 6 and release v7 of this package, after releasing v6.2.6 with this PR and backporting all the way to Ember.js v3.12 LTS over here - https://github.com/emberjs/ember.js/blob/master/package.json#L140
Since Ember.js side uses caret for router_js version ,then simply yarn upgrade router_js
would be enough but I am happy to open PR and explicitly set version to v6.2.6.
And then for Ember canary include v7 of this package.
Any updates on this?
@rwjblue ping :)
Thank you @raido!
Closes: https://github.com/tildeio/router.js/issues/291
It seems with Babel polyfill included
Object.isFrozen
vsObject.isExtensible
has different meaning:This change was tested on:
See screenshots below:
IE 9:
IE 10:
Chrome v27