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