]> git.r.bdr.sh - rbdr/serpentity/blob - CHANGELOG.md
Bump version
[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.1.0] - 2017-04-12
8 ### Added
9 - Events dependency
10 - nodeAdded and nodeRemoved events
11
12 ## [2.0.0] - 2017-04-12
13 ### Added
14 - Adds hapi eslint config
15 - Adds travis integration
16 - This CHANGELOG
17 - A contributing file
18
19 ### Changed
20 - Uses webpack to generate the bundle
21 - Converts tests to lab
22 - Converts to use only commonJS
23
24 ## [1.0.0] - 2016-03-28
25 ### Changed
26 - Converts to ES6
27
28 ## [v0.1.7] - 2014-08-20
29 ### Changed
30 - Renames add to addComponent
31
32 ## [v0.1.6] - 2014-08-12
33 ### Changed
34 - Makes component class extendable
35
36 ## [v0.1.5] - 2014-08-12
37 ### Added
38 - Separates minimized from non-minimized JS distribution
39
40 ### Changed
41 - Fixes class based lookup of node collections
42
43 ## [v0.1.4] - 2014-08-12
44 ### Added
45 - Adds component accessor
46
47 ### Changed
48 - Fixes check of component existence
49 - Fixes check for duplicate additions
50 - Stores components as an array
51
52 ## v0.1.3 - 2014-08-11
53 ### Added
54 - Initial Release
55
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