Skip to content

Commit

Permalink
Moved release history to separate file, added license info to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mwittig committed Apr 9, 2016
1 parent 0aba06b commit a39ab68
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 16 deletions.
23 changes: 23 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Release History

* 20150426, V0.0.1
* Initial Version
* 20150510, V0.0.2
* Improved and simplified synchronization of command sequences
* Added repeat mode to send each sequences multiple times
* 20150901, V0.0.3
* Corrected commands, added RGBW night mode, and cleanup - big thanks to @dotsam for his contribution!
* Revised license information to provide a SPDX 2.0 license identifier according to npm v2.1 guidelines
on license metadata - see also https://github.com/npm/npm/releases/tag/v2.10.0
* 20151219, V0.0.4
* New example code for RGBW and WW/CW bulbs
* Revised README
* 20160305, V0.0.5
* Replaced deprecated use of Promise.settle()
* Added baseline for automated builds and tests (travis, istanbul, coveralls)
* Added some tests cases
* 20160409, V0.0.6
* Dependency update
* Made "lodash.flattendeep" a "devDependency" as it should
* Moved release history to separate file
* Added license info to README
23 changes: 7 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,10 @@ See also example code provided in the `examples` directory of the package.

## History

* 20150426, V0.0.1
* Initial Version
* 20150510, V0.0.2
* Improved and simplified synchronization of command sequences
* Added repeat mode to send each sequences multiple times
* 20150901, V0.0.3
* Corrected commands, added RGBW night mode, and cleanup - big thanks to @dotsam for his contribution!
* Revised license information to provide a SPDX 2.0 license identifier according to npm v2.1 guidelines
on license metadata - see also https://github.com/npm/npm/releases/tag/v2.10.0
* 20151219, V0.0.4
* New example code for RGBW and WW/CW bulbs
* Revised README
* 20160305, V0.0.5
* Replaced deprecated use of Promise.settle()
* Added baseline for automated builds and tests (travis, istanbul, coveralls)
* Added some tests cases
See [Release History](https://github.com/mwittig/node-milight-promise/blob/master/HISTORY.md).

## License

Copyright (c) 2015-2016, Marcus Wittig and contributors. All rights reserved.

[MIT License](https://github.com/mwittig/node-milight-promise/blob/master/LICENSE)

0 comments on commit a39ab68

Please sign in to comment.