Skip to content

Commit

Permalink
Replaced Native Object.observe with object.observe module to suppor…
Browse files Browse the repository at this point in the history
…t observe in Node >= v6.0.0
  • Loading branch information
adamhalasz committed Apr 29, 2016
1 parent 4fd95a6 commit ea38539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## v0.10.5 ** - 2016 April 29
- `Error.stack` not always present on Error in controllers/router.js by @demarius
- `initialized` is not constant in index.js (es6, strict mode fix)
- Replaced Native Object.observe with `object.observe` module to support observe in Node >= v6.0.0

## v0.10.4 ** - 2016 March 10
- Check if path contains query in Signal#redirect by @demarius
Expand Down
1 change: 1 addition & 0 deletions controllers/construct.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

var merge = require('merge')
var clone = require('clone')
require('object.observe')

// ===========================================================================
// Exports
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"ip": "^0.3.3",
"merge": "^1.2.0",
"nextjs": "0.0.3",
"object.observe": "^0.2.6",
"path-to-regexp": "^1.0.1",
"sugar": "^1.4.1"
},
Expand Down

0 comments on commit ea38539

Please sign in to comment.