diff options
| author | Ben Beltran <ben@nsovocal.com> | 2018-04-21 03:26:19 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2018-04-21 03:26:19 -0500 |
| commit | 0ac5b46bdc5086ded3a93d3a7d68ca5ff77cddeb (patch) | |
| tree | 802c11608da9140e3567baba2a8aa06127552a96 /CHANGELOG.md | |
| parent | f2a4303543b0b0c1a62681c74244176aa778f417 (diff) | |
| parent | 564951b9b728e9e2a4c46a571867faa28fd396a8 (diff) | |
Merge branch 'hotfix/2.1.0'2.1.0
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 890dcac..3a172a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [2.1.0] - 2017-04-12 +### Added +- Events dependency +- nodeAdded and nodeRemoved events + +### Changed +- getNodes returns entire nodeCollection instead of its node property +- NodeCollection is iterable now + ## [2.0.0] - 2017-04-12 ### Added - Adds hapi eslint config @@ -55,3 +64,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). [v0.1.7]: https://github.com/serpentity/serpentity/compare/v0.1.6...v0.1.7 [1.0.0]: https://github.com/serpentity/serpentity/compare/v0.1.7...1.0.0 [2.0.0]: https://github.com/serpentity/serpentity/compare/1.0.0...2.0.0 +[2.1.0]: https://github.com/serpentity/serpentity/compare/2.0.0...2.1.0 |