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
12 ## [2.0.0] - 2017-04-12
14 - Adds hapi eslint config
15 - Adds travis integration
20 - Uses webpack to generate the bundle
21 - Converts tests to lab
22 - Converts to use only commonJS
24 ## [1.0.0] - 2016-03-28
28 ## [v0.1.7] - 2014-08-20
30 - Renames add to addComponent
32 ## [v0.1.6] - 2014-08-12
34 - Makes component class extendable
36 ## [v0.1.5] - 2014-08-12
38 - Separates minimized from non-minimized JS distribution
41 - Fixes class based lookup of node collections
43 ## [v0.1.4] - 2014-08-12
45 - Adds component accessor
48 - Fixes check of component existence
49 - Fixes check for duplicate additions
50 - Stores components as an array
52 ## v0.1.3 - 2014-08-11
56 [Unreleased]: https://github.com/serpentity/serpentity/compare/master...develop
57 [v0.1.4]: https://github.com/serpentity/serpentity/compare/v0.1.3...v0.1.4
58 [v0.1.5]: https://github.com/serpentity/serpentity/compare/v0.1.4...v0.1.5
59 [v0.1.6]: https://github.com/serpentity/serpentity/compare/v0.1.5...v0.1.6
60 [v0.1.7]: https://github.com/serpentity/serpentity/compare/v0.1.6...v0.1.7
61 [1.0.0]: https://github.com/serpentity/serpentity/compare/v0.1.7...1.0.0
62 [2.0.0]: https://github.com/serpentity/serpentity/compare/1.0.0...2.0.0
63 [2.1.0]: https://github.com/serpentity/serpentity/compare/2.0.0...2.1.0