2 All notable changes to this project will be documented in this file.
4 The format is based on [Keep a Changelog](http://keepachangelog.com/)
5 and this project adheres to [Semantic Versioning](http://semver.org/).
7 ## [3.0.0] - 2020-03-09
11 - Use Apache-2.0 license
12 - References to github corrected to point to gitlab
14 ## [2.1.0] - 2017-04-12
17 - nodeAdded and nodeRemoved events
20 - getNodes returns entire nodeCollection instead of its node property
21 - NodeCollection is iterable now
23 ## [2.0.0] - 2017-04-12
25 - Adds hapi eslint config
26 - Adds travis integration
31 - Uses webpack to generate the bundle
32 - Converts tests to lab
33 - Converts to use only commonJS
35 ## [1.0.0] - 2016-03-28
39 ## [v0.1.7] - 2014-08-20
41 - Renames add to addComponent
43 ## [v0.1.6] - 2014-08-12
45 - Makes component class extendable
47 ## [v0.1.5] - 2014-08-12
49 - Separates minimized from non-minimized JS distribution
52 - Fixes class based lookup of node collections
54 ## [v0.1.4] - 2014-08-12
56 - Adds component accessor
59 - Fixes check of component existence
60 - Fixes check for duplicate additions
61 - Stores components as an array
63 ## v0.1.3 - 2014-08-11
67 [Unreleased]: https://gitlab.com/serpentity/serpentity/compare/master...develop
68 [v0.1.4]: https://gitlab.com/serpentity/serpentity/compare/v0.1.3...v0.1.4
69 [v0.1.5]: https://gitlab.com/serpentity/serpentity/compare/v0.1.4...v0.1.5
70 [v0.1.6]: https://gitlab.com/serpentity/serpentity/compare/v0.1.5...v0.1.6
71 [v0.1.7]: https://gitlab.com/serpentity/serpentity/compare/v0.1.6...v0.1.7
72 [1.0.0]: https://gitlab.com/serpentity/serpentity/compare/v0.1.7...1.0.0
73 [2.0.0]: https://gitlab.com/serpentity/serpentity/compare/1.0.0...2.0.0
74 [2.1.0]: https://gitlab.com/serpentity/serpentity/compare/2.0.0...2.1.0
75 [3.0.0]: https://gitlab.com/serpentity/serpentity/compare/2.1.0...3.0.0