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 ## [Unreleased] - 2017-04-10
9 - Adds hapi eslint config
13 - Uses webpack to generate the bundle
16 - Converts tests to lab
17 - Converts to use only commonJS
22 ## [1.0.0] - 2016-03-28
26 ## [v0.1.7] - 2014-08-20
28 - Renames add to addComponent
30 ## [v0.1.6] - 2014-08-12
32 - Makes component class extendable
34 ## [v0.1.5] - 2014-08-12
36 - Separates minimized from non-minimized JS distribution
39 - Fixes class based lookup of node collections
41 ## [v0.1.4] - 2014-08-12
43 - Adds component accessor
46 - Fixes check of component existence
47 - Fixes check for duplicate additions
48 - Stores components as an array
50 ## v0.1.3 - 2014-08-11
54 [Unreleased]: https://github.com/serpentity/serpentity/compare/master...develop
55 [v0.1.4]: https://github.com/serpentity/serpentity/compare/v0.1.3...v0.1.4
56 [v0.1.5]: https://github.com/serpentity/serpentity/compare/v0.1.4...v0.1.5
57 [v0.1.6]: https://github.com/serpentity/serpentity/compare/v0.1.5...v0.1.6
58 [v0.1.7]: https://github.com/serpentity/serpentity/compare/v0.1.6...v0.1.7
59 [1.0.0]: https://github.com/serpentity/serpentity/compare/v0.1.7...1.0.0