]> git.r.bdr.sh - rbdr/serpentity/blame - CHANGELOG.md
Emit events
[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
c755bac7 7## [2.0.0] - 2017-04-12
b3b840f8
RBR
8### Added
9- Adds hapi eslint config
c755bac7 10- Adds travis integration
b3b840f8
RBR
11- This CHANGELOG
12- A contributing file
b3b840f8
RBR
13
14### Changed
c755bac7 15- Uses webpack to generate the bundle
b3b840f8
RBR
16- Converts tests to lab
17- Converts to use only commonJS
18
b3b840f8
RBR
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
c755bac7 57[2.0.0]: https://github.com/serpentity/serpentity/compare/1.0.0...2.0.0