]>
Commit | Line | Data |
---|---|---|
91b4af41 BB |
1 | # Changelog |
2 | All notable changes to this project will be documented in this file. | |
3 | ||
4 | The format is based on [Keep a Changelog](http://keepachangelog.com/) | |
5 | and this project adheres to [Semantic Versioning](http://semver.org/). | |
6 | ||
efbd8a43 BB |
7 | ## [1.0.2] - 2017-08-30 |
8 | ### Changed | |
9 | - Fix CI | |
10 | ||
476dd67e BB |
11 | ## [1.0.1] - 2017-08-28 |
12 | ### Changed | |
13 | - Fix executable | |
14 | ||
908fa079 | 15 | ## 1.0.0 - 2017-08-28 |
91b4af41 BB |
16 | ### Added |
17 | - JSDoc gerneration | |
18 | - Eslint config | |
19 | - Websocket server | |
20 | - Mindwave integration | |
21 | - Support for tmnt strategy (default) | |
22 | - This CHANGELOG | |
23 | - A Readme | |
24 | ||
25 | [Unreleased]: https://github.com/rbdr/sorting-hat/compare/master...develop | |
476dd67e | 26 | [1.0.1]: https://github.com/rbdr/sorting-hat/compare/1.0.0...1.0.1 |
efbd8a43 | 27 | [1.0.2]: https://github.com/rbdr/sorting-hat/compare/1.0.1...1.0.2 |