2015-08-01 16:22:05 +00:00
|
|
|
# Change Log
|
|
|
|
|
|
|
|
## [unreleased]
|
2015-08-02 14:20:52 +00:00
|
|
|
|
|
|
|
## [0.2.1]
|
2015-08-02 14:08:00 +00:00
|
|
|
* Fix `Object.isFrozen` breaking on non-freezables in PhantomJS. (https://github.com/aaronjensen/updeep/issues/1)
|
2015-08-01 16:22:05 +00:00
|
|
|
|
2015-08-02 07:42:02 +00:00
|
|
|
## [0.2.0]
|
|
|
|
* Freeze objects returned by default. It doesn't actually make sense to return
|
|
|
|
unfrozen objects, as the original object could be mutated and it would
|
|
|
|
affect the new object. Object freezing is disabled if `NODE_ENV` is
|
|
|
|
`"production'`.
|
|
|
|
* Update README with example for `reject`.
|
|
|
|
|
2015-08-01 17:10:27 +00:00
|
|
|
## [0.1.3]
|
2015-08-02 14:08:00 +00:00
|
|
|
* Update README.
|
2015-08-01 17:10:27 +00:00
|
|
|
|
2015-08-01 16:24:53 +00:00
|
|
|
## [0.1.2]
|
2015-08-02 14:08:00 +00:00
|
|
|
* Fix package description.
|
2015-08-01 16:24:53 +00:00
|
|
|
|
2015-08-01 16:22:05 +00:00
|
|
|
## [0.1.1]
|
2015-08-02 14:08:00 +00:00
|
|
|
* Update README and description.
|
2015-08-01 16:22:05 +00:00
|
|
|
|
|
|
|
## 0.1.0
|
|
|
|
* Initial release
|
|
|
|
|
2015-08-02 14:20:52 +00:00
|
|
|
[unreleased]: https://github.com/aaronjensen/updeep/compare/v0.2.1...HEAD
|
|
|
|
[0.2.0]: https://github.com/aaronjensen/updeep/compare/v0.2.0...v0.2.1
|
2015-08-02 07:42:02 +00:00
|
|
|
[0.2.0]: https://github.com/aaronjensen/updeep/compare/v0.1.3...v0.2.0
|
2015-08-01 17:11:09 +00:00
|
|
|
[0.1.3]: https://github.com/aaronjensen/updeep/compare/v0.1.2...v0.1.3
|
|
|
|
[0.1.2]: https://github.com/aaronjensen/updeep/compare/v0.1.1...v0.1.2
|
2015-08-01 16:22:05 +00:00
|
|
|
[0.1.1]: https://github.com/aaronjensen/updeep/compare/v0.1.0...v0.1.1
|