]> git.r.bdr.sh - rbdr/serpentity/blame - CHANGELOG.md
Rewrite using modules
[rbdr/serpentity] / CHANGELOG.md
CommitLineData
b3b840f8
RBR
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
64862f90
BB
7## [2.1.0] - 2017-04-12
8### Added
9- Events dependency
10- nodeAdded and nodeRemoved events
11
2dd44b59
BB
12### Changed
13- getNodes returns entire nodeCollection instead of its node property
14- NodeCollection is iterable now
15
c755bac7 16## [2.0.0] - 2017-04-12
b3b840f8
RBR
17### Added
18- Adds hapi eslint config
c755bac7 19- Adds travis integration
b3b840f8
RBR
20- This CHANGELOG
21- A contributing file
b3b840f8
RBR
22
23### Changed
c755bac7 24- Uses webpack to generate the bundle
b3b840f8
RBR
25- Converts tests to lab
26- Converts to use only commonJS
27
b3b840f8
RBR
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
c755bac7 66[2.0.0]: https://github.com/serpentity/serpentity/compare/1.0.0...2.0.0
64862f90 67[2.1.0]: https://github.com/serpentity/serpentity/compare/2.0.0...2.1.0