diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-04-12 00:22:31 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-04-12 00:22:31 -0500 |
| commit | f2a4303543b0b0c1a62681c74244176aa778f417 (patch) | |
| tree | f95798bb6a0e62d39e4f9a8c234791fd3971a6f3 /CHANGELOG.md | |
| parent | d063bd00f11577e700c848d220ac6505921632ab (diff) | |
| parent | 100b8422835fc876c8cff2c2960b63e95a01b744 (diff) | |
Merge branch 'release/2.0.0'2.0.0
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..890dcac --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,57 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [2.0.0] - 2017-04-12 +### Added +- Adds hapi eslint config +- Adds travis integration +- This CHANGELOG +- A contributing file + +### Changed +- Uses webpack to generate the bundle +- Converts tests to lab +- Converts to use only commonJS + +## [1.0.0] - 2016-03-28 +### Changed +- Converts to ES6 + +## [v0.1.7] - 2014-08-20 +### Changed +- Renames add to addComponent + +## [v0.1.6] - 2014-08-12 +### Changed +- Makes component class extendable + +## [v0.1.5] - 2014-08-12 +### Added +- Separates minimized from non-minimized JS distribution + +### Changed +- Fixes class based lookup of node collections + +## [v0.1.4] - 2014-08-12 +### Added +- Adds component accessor + +### Changed +- Fixes check of component existence +- Fixes check for duplicate additions +- Stores components as an array + +## v0.1.3 - 2014-08-11 +### Added +- Initial Release + +[Unreleased]: https://github.com/serpentity/serpentity/compare/master...develop +[v0.1.4]: https://github.com/serpentity/serpentity/compare/v0.1.3...v0.1.4 +[v0.1.5]: https://github.com/serpentity/serpentity/compare/v0.1.4...v0.1.5 +[v0.1.6]: https://github.com/serpentity/serpentity/compare/v0.1.5...v0.1.6 +[v0.1.7]: https://github.com/serpentity/serpentity/compare/v0.1.6...v0.1.7 +[1.0.0]: https://github.com/serpentity/serpentity/compare/v0.1.7...1.0.0 +[2.0.0]: https://github.com/serpentity/serpentity/compare/1.0.0...2.0.0 |