From 64862f90469955827d30e2002c17f8bec9db5ae1 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 21 Apr 2018 02:49:52 -0500 Subject: Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 890dcac..4cb78ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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 + ## [2.0.0] - 2017-04-12 ### Added - Adds hapi eslint config @@ -55,3 +60,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 -- cgit From 2dd44b59990463db7b9796e012c7259200c0948a Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 21 Apr 2018 03:13:22 -0500 Subject: Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cb78ef..3a172a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - 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 -- cgit