]> git.r.bdr.sh - rbdr/serpentity/blobdiff - CHANGELOG.md
Update license and changelog
[rbdr/serpentity] / CHANGELOG.md
index 87ecdd644f4ad8484e111c5a19732b23988d973d..b1c155a5c09e2e47899a8c19e3e3da11716a23bb 100644 (file)
@@ -4,21 +4,34 @@ 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/).
 
-## [Unreleased] - 2017-04-10
+## [3.0.0] - 2020-03-09
+### Changed
+- Use module syntax
+- Update dependencies
+- Use Apache-2.0 license
+- References to github corrected to point to gitlab
+
+## [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
-- Adds travis
+- Adds travis integration
 - This CHANGELOG
 - A contributing file
-- Uses webpack to generate the bundle
 
 ### Changed
+- Uses webpack to generate the bundle
 - Converts tests to lab
 - Converts to use only commonJS
 
-### Removed
-- Dist files
-
 ## [1.0.0] - 2016-03-28
 ### Changed
 - Converts to ES6
@@ -51,9 +64,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 ### Added
 - Initial Release
 
-[Unreleased]: https://github.com/serpentity/serpentity/compare/master...develop
-[v0.1.4]: https://github.com/serpentity/serpentity/compare/v0.1.3...v0.1.4
-[v0.1.5]: https://github.com/serpentity/serpentity/compare/v0.1.4...v0.1.5
-[v0.1.6]: https://github.com/serpentity/serpentity/compare/v0.1.5...v0.1.6
-[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
+[Unreleased]: https://gitlab.com/serpentity/serpentity/compare/master...develop
+[v0.1.4]: https://gitlab.com/serpentity/serpentity/compare/v0.1.3...v0.1.4
+[v0.1.5]: https://gitlab.com/serpentity/serpentity/compare/v0.1.4...v0.1.5
+[v0.1.6]: https://gitlab.com/serpentity/serpentity/compare/v0.1.5...v0.1.6
+[v0.1.7]: https://gitlab.com/serpentity/serpentity/compare/v0.1.6...v0.1.7
+[1.0.0]: https://gitlab.com/serpentity/serpentity/compare/v0.1.7...1.0.0
+[2.0.0]: https://gitlab.com/serpentity/serpentity/compare/1.0.0...2.0.0
+[2.1.0]: https://gitlab.com/serpentity/serpentity/compare/2.0.0...2.1.0
+[3.0.0]: https://gitlab.com/serpentity/serpentity/compare/2.1.0...3.0.0