File tree 3 files changed +33
-29
lines changed
3 files changed +33
-29
lines changed Original file line number Diff line number Diff line change 9
9
! package.json
10
10
! protractor.conf.js
11
11
! README.md
12
+ ! CHANGELOG.md
12
13
! tsconfig.json
13
14
! tslint.json
14
15
! LICENSE
Original file line number Diff line number Diff line change
1
+ ## Change Log
2
+
3
+ ### [ 1.0.10] ( https://github.com/georgipeltekov/ngx-file-drop/compare/v1.0.9...v1.0.10 ) (2017-06-21)
4
+ * Check subscription exists before unsubscribing
5
+
6
+ ### [ 1.0.9] ( https://github.com/georgipeltekov/ngx-file-drop/compare/v1.0.4...v1.0.9 ) (2017-06-06)
7
+ * Add onFileOver and onFileLeave functions
8
+
9
+ ### 1.0.8 (2017-06-03)
10
+ * Remove some not needed dependencies
11
+
12
+ ### 1.0.7 (2017-06-01)
13
+ * Fix typos in Readme
14
+
15
+ ### 1.0.5 (2017-05-01)
16
+ * Add Travis CI
17
+ * Update Readme.md
18
+
19
+ ### [ 1.0.4] ( https://github.com/georgipeltekov/ngx-file-drop/tree/v1.0.4 ) (2017-05-28)
20
+ * Add LICENSE
21
+ * Add DEMO
22
+
23
+ ### 1.0.3 (2017-05-28)
24
+ * Update npm support
25
+
26
+ ### 1.0.1 (2017-05-27)
27
+ * Doc update
28
+ * Style changes
29
+
30
+ ### 1.0.0 (2017-05-25)
31
+ * Initial release
Original file line number Diff line number Diff line change @@ -120,32 +120,4 @@ customstyle | Custom style class name to be used | customstyle="my-style"
120
120
121
121
## Change Log
122
122
123
- ### 1.0.10
124
- * Check subscription exists before unsubscribing
125
-
126
- ### 1.0.9
127
- * Add onFileOver and onFileLeave functions
128
-
129
- ### 1.0.8
130
- * Remove some not needed dependencies
131
-
132
- ### 1.0.7
133
- * Fix typos in Readme
134
-
135
- ### 1.0.5
136
- * Add Travis CI
137
- * Update Readme.md
138
-
139
- ### 1.0.4
140
- * Add LICENSE
141
- * Add DEMO
142
-
143
- ### 1.0.3
144
- * Update npm support
145
-
146
- ### 1.0.1
147
- * Doc update
148
- * Style changes
149
-
150
- ### 1.0.0
151
- * Initial release
123
+ [ CHANGELOG] ( /CHANGELOG )
You can’t perform that action at this time.
0 commit comments