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.0.0] - 2017-04-12
9 - Adds hapi eslint config
10 - Adds travis integration
15 - Uses webpack to generate the bundle
16 - Converts tests to lab
17 - Converts to use only commonJS
19 ## [1.0.0] - 2016-03-28
23 ## [v0.1.7] - 2014-08-20
25 - Renames add to addComponent
27 ## [v0.1.6] - 2014-08-12
29 - Makes component class extendable
31 ## [v0.1.5] - 2014-08-12
33 - Separates minimized from non-minimized JS distribution
36 - Fixes class based lookup of node collections
38 ## [v0.1.4] - 2014-08-12
40 - Adds component accessor
43 - Fixes check of component existence
44 - Fixes check for duplicate additions
45 - Stores components as an array
47 ## v0.1.3 - 2014-08-11
51 [Unreleased]: https://github.com/serpentity/serpentity/compare/master...develop
52 [v0.1.4]: https://github.com/serpentity/serpentity/compare/v0.1.3...v0.1.4
53 [v0.1.5]: https://github.com/serpentity/serpentity/compare/v0.1.4...v0.1.5
54 [v0.1.6]: https://github.com/serpentity/serpentity/compare/v0.1.5...v0.1.6
55 [v0.1.7]: https://github.com/serpentity/serpentity/compare/v0.1.6...v0.1.7
56 [1.0.0]: https://github.com/serpentity/serpentity/compare/v0.1.7...1.0.0
57 [2.0.0]: https://github.com/serpentity/serpentity/compare/1.0.0...2.0.0