]> git.r.bdr.sh - rbdr/serpentity/blame_incremental - CHANGELOG.md
Update changelog
[rbdr/serpentity] / CHANGELOG.md
... / ...
CommitLineData
1# Changelog
2All notable changes to this project will be documented in this file.
3
4The format is based on [Keep a Changelog](http://keepachangelog.com/)
5and 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### Changed
13- getNodes returns entire nodeCollection instead of its node property
14- NodeCollection is iterable now
15
16## [2.0.0] - 2017-04-12
17### Added
18- Adds hapi eslint config
19- Adds travis integration
20- This CHANGELOG
21- A contributing file
22
23### Changed
24- Uses webpack to generate the bundle
25- Converts tests to lab
26- Converts to use only commonJS
27
28## [1.0.0] - 2016-03-28
29### Changed
30- Converts to ES6
31
32## [v0.1.7] - 2014-08-20
33### Changed
34- Renames add to addComponent
35
36## [v0.1.6] - 2014-08-12
37### Changed
38- Makes component class extendable
39
40## [v0.1.5] - 2014-08-12
41### Added
42- Separates minimized from non-minimized JS distribution
43
44### Changed
45- Fixes class based lookup of node collections
46
47## [v0.1.4] - 2014-08-12
48### Added
49- Adds component accessor
50
51### Changed
52- Fixes check of component existence
53- Fixes check for duplicate additions
54- Stores components as an array
55
56## v0.1.3 - 2014-08-11
57### Added
58- Initial Release
59
60[Unreleased]: https://github.com/serpentity/serpentity/compare/master...develop
61[v0.1.4]: https://github.com/serpentity/serpentity/compare/v0.1.3...v0.1.4
62[v0.1.5]: https://github.com/serpentity/serpentity/compare/v0.1.4...v0.1.5
63[v0.1.6]: https://github.com/serpentity/serpentity/compare/v0.1.5...v0.1.6
64[v0.1.7]: https://github.com/serpentity/serpentity/compare/v0.1.6...v0.1.7
65[1.0.0]: https://github.com/serpentity/serpentity/compare/v0.1.7...1.0.0
66[2.0.0]: https://github.com/serpentity/serpentity/compare/1.0.0...2.0.0
67[2.1.0]: https://github.com/serpentity/serpentity/compare/2.0.0...2.1.0