blob: db1f6196d722972cd1b7c947638a1f5ee1c6aace (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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/).
## [1.0.2] - 2017-08-30
### Changed
- Fix CI
## [1.0.1] - 2017-08-28
### Changed
- Fix executable
## 1.0.0 - 2017-08-28
### Added
- JSDoc gerneration
- Eslint config
- Websocket server
- Mindwave integration
- Support for tmnt strategy (default)
- This CHANGELOG
- A Readme
[Unreleased]: https://github.com/rbdr/sorting-hat/compare/master...develop
[1.0.1]: https://github.com/rbdr/sorting-hat/compare/1.0.0...1.0.1
[1.0.2]: https://github.com/rbdr/sorting-hat/compare/1.0.1...1.0.2
|