-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved release history to separate file, added license info to README
- Loading branch information
Showing
2 changed files
with
30 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters