]> git.r.bdr.sh - rbdr/serpentity/blobdiff - CHANGELOG.md
Bump version, require node 13, use cjs webpack
[rbdr/serpentity] / CHANGELOG.md
index 890dcac9edb67aa2eb6e92406b4e58ae9af83ea3..463119384865983bf6063d076a594abeeaca009e 100644 (file)
@@ -4,6 +4,33 @@ 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/).
 
+
+## [3.0.2] - 2020-03-09
+### Changed
+- Remove browserslist config as it was having even more trouble with parcel
+- Use CJS for webpack
+- Require node 13
+
+## [3.0.1] - 2020-03-09
+### Changed
+- Use default config for browserslist as it was having trouble with parcel
+
+## [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
@@ -48,10 +75,14 @@ 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
-[2.0.0]: https://github.com/serpentity/serpentity/compare/1.0.0...2.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
+[3.0.1]: https://gitlab.com/serpentity/serpentity/compare/3.0.0...3.0.1
+[3.0.2]: https://gitlab.com/serpentity/serpentity/compare/3.0.1...3.0.2