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 ## [2.1.0] - 2017-04-12
10 - nodeAdded and nodeRemoved events
13 - getNodes returns entire nodeCollection instead of its node property
14 - NodeCollection is iterable now
16 ## [2.0.0] - 2017-04-12
18 - Adds hapi eslint config
19 - Adds travis integration
24 - Uses webpack to generate the bundle
25 - Converts tests to lab
26 - Converts to use only commonJS
28 ## [1.0.0] - 2016-03-28
32 ## [v0.1.7] - 2014-08-20
34 - Renames add to addComponent
36 ## [v0.1.6] - 2014-08-12
38 - Makes component class extendable
40 ## [v0.1.5] - 2014-08-12
42 - Separates minimized from non-minimized JS distribution
45 - Fixes class based lookup of node collections
47 ## [v0.1.4] - 2014-08-12
49 - Adds component accessor
52 - Fixes check of component existence
53 - Fixes check for duplicate additions
54 - Stores components as an array
56 ## v0.1.3 - 2014-08-11
60 [Unreleased]: https://github.com/serpentity/serpentity/compare/master...develop
61 [v0.1.4]: https://github.com/serpentity/serpentity/compare/v0.1.3...v0.1.4
62 [v0.1.5]: https://github.com/serpentity/serpentity/compare/v0.1.4...v0.1.5
63 [v0.1.6]: https://github.com/serpentity/serpentity/compare/v0.1.5...v0.1.6
64 [v0.1.7]: https://github.com/serpentity/serpentity/compare/v0.1.6...v0.1.7
65 [1.0.0]: https://github.com/serpentity/serpentity/compare/v0.1.7...1.0.0
66 [2.0.0]: https://github.com/serpentity/serpentity/compare/1.0.0...2.0.0
67 [2.1.0]: https://github.com/serpentity/serpentity/compare/2.0.0...2.1.0