updeep-remeda/CHANGELOG.md

29 lines
822 B
Markdown
Raw Normal View History

2015-08-01 16:22:05 +00:00
# Change Log
## [unreleased]
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]
* Update README
2015-08-01 16:24:53 +00:00
## [0.1.2]
* Fix package description
2015-08-01 16:22:05 +00:00
## [0.1.1]
* Update README and description
## 0.1.0
* Initial release
2015-08-02 07:42:02 +00:00
[unreleased]: https://github.com/aaronjensen/updeep/compare/v0.2.0...HEAD
[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