forked from shokai/node-philips-hue
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHistory.txt
More file actions
56 lines (31 loc) · 839 Bytes
/
Copy pathHistory.txt
File metadata and controls
56 lines (31 loc) · 839 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
=== 1.1.8 2016-04-07
* bugfix in README #11
* thank you for contributing @secesh
=== 1.1.7 2016-02-06
* check API response and throw Error
=== 1.1.6 2016-02-06
* add Hue#request({path:, method:, data:}) method
=== 1.1.0 2016-02-04
* monorepo #9
* separate CLI package
=== 1.0.2 2016-01-31
* removed unnecessary console.log message
=== 1.0.1 2016-01-31
* bugfixed CLI
=== 1.0.0 2016-01-31
* switched from callback interface to Promise
* renamed functions
- "loadConfigFile" -> "login"
- "lights" -> "getLights"
=== 0.2.0 2016-01-30
* rewrite coffee-script -> ES6(babel)
=== 0.1.2 2015-05-01
* moved coffee-script into devDependencies
=== 0.1.1 2015-03-05
* add tests
=== 0.1.0 2015-03-01
* add method hue.loadConfigFile(path, callback)
=== 0.0.2 2015-03-01
* fix README
=== 0.0.1 2015-03-01
* first release