You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,21 @@
6
6
7
7
-[ ] Use [**Function Types**](https://www.typescriptlang.org/docs/handbook/functions.html) for handlers and callbacks instead of generic **Function** type.
8
8
9
-
-[] Update **Prettier** rules:
9
+
-[x] Update **Prettier** rules:
10
10
11
11
-[x]**printWidth** should be around **140** characters per line.
12
12
13
-
-[] Find a way to keep a new line between **@inject** anotation and property declarations.
13
+
-[x] Find a way to keep a new line between **@inject** anotation and property declarations.
14
14
15
15
-[x] Improve Code Coverage to reach 100%.
16
16
17
-
## RobotlegsJS-SignalCommandMap 0.1.0
17
+
## RobotlegsJS-SignalCommandMap 0.2.0
18
+
19
+
### v0.2.0
18
20
19
-
### v0.1.1
21
+
- Update @robotlegsjs/core to version 0.2.0 (see #67).
22
+
23
+
- Update @robotlegsjs/signals to version 0.2.0 (see #66).
20
24
21
25
- Update TypeScript Compiler Options (see #55, $64).
22
26
@@ -32,14 +36,12 @@
32
36
33
37
- Update codeclimate settings (see #43).
34
38
35
-
- Update @robotlegsjs/core to version 0.1.3 (see #41).
36
-
37
-
- Update @robotlegsjs/signals to version 0.2.0 (see #66).
0 commit comments