]> git.r.bdr.sh - rbdr/serpentity/blob - CHANGELOG.md
Merge branch 'release/2.0.0' into develop
[rbdr/serpentity] / CHANGELOG.md
1 # Changelog
2 All notable changes to this project will be documented in this file.
3
4 The format is based on [Keep a Changelog](http://keepachangelog.com/)
5 and this project adheres to [Semantic Versioning](http://semver.org/).
6
7 ## [2.0.0] - 2017-04-12
8 ### Added
9 - Adds hapi eslint config
10 - Adds travis integration
11 - This CHANGELOG
12 - A contributing file
13
14 ### Changed
15 - Uses webpack to generate the bundle
16 - Converts tests to lab
17 - Converts to use only commonJS
18
19 ## [1.0.0] - 2016-03-28
20 ### Changed
21 - Converts to ES6
22
23 ## [v0.1.7] - 2014-08-20
24 ### Changed
25 - Renames add to addComponent
26
27 ## [v0.1.6] - 2014-08-12
28 ### Changed
29 - Makes component class extendable
30
31 ## [v0.1.5] - 2014-08-12
32 ### Added
33 - Separates minimized from non-minimized JS distribution
34
35 ### Changed
36 - Fixes class based lookup of node collections
37
38 ## [v0.1.4] - 2014-08-12
39 ### Added
40 - Adds component accessor
41
42 ### Changed
43 - Fixes check of component existence
44 - Fixes check for duplicate additions
45 - Stores components as an array
46
47 ## v0.1.3 - 2014-08-11
48 ### Added
49 - Initial Release
50
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