|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +### Breaking changes |
| 11 | + |
| 12 | +### New Features |
| 13 | +- Added Eslint and Travis ci |
| 14 | + |
| 15 | +### Patches |
| 16 | +- Readme improvements |
| 17 | +- Badges for npm versions and build status |
| 18 | + |
| 19 | +## [1.1.0] - 2019年03月29日 |
| 20 | + |
| 21 | +### Added |
| 22 | + |
| 23 | +- README.md added because NPM packages doesn't read README.adoc |
| 24 | +- Public API to use the package `dsa.js` |
| 25 | +- This changelog |
| 26 | + |
| 27 | +### Changed |
| 28 | + |
| 29 | +- Updated dependencies (removed lodash since is not needed) |
| 30 | + |
| 31 | +### Removed |
| 32 | + |
| 33 | +- |
| 34 | + |
| 35 | +## [1.0.0] - 2019年03月29日 |
| 36 | + |
| 37 | +### Added |
| 38 | + |
| 39 | +- Started the project |
| 40 | +- Book released |
| 41 | +- npm package published |
| 42 | + |
| 43 | +### Changed |
| 44 | + |
| 45 | +- |
| 46 | + |
| 47 | +### Removed |
| 48 | + |
| 49 | +- |
| 50 | + |
| 51 | + |
| 52 | +[Unreleased]: https://github.com/amejiarosario/dsa.js/compare/1.1.0...HEAD |
| 53 | +[1.1.0]: https://github.com/amejiarosario/dsa.js/compare/1.0.0...1.1.0 |
| 54 | +[1.0.0]: https://github.com/amejiarosario/dsa.js/releases/tag/1.0.0 |
0 commit comments