Skip to content

Commit 9f54eba

Browse files
author
Georgi Peltekov
committed
update doc
1 parent 7ddcf30 commit 9f54eba

File tree

3 files changed

+33
-29
lines changed

3 files changed

+33
-29
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
!package.json
1010
!protractor.conf.js
1111
!README.md
12+
!CHANGELOG.md
1213
!tsconfig.json
1314
!tslint.json
1415
!LICENSE

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

README.md

+1-29
Original file line numberDiff line numberDiff line change
@@ -120,32 +120,4 @@ customstyle | Custom style class name to be used | customstyle="my-style"
120120

121121
## Change Log
122122

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)

0 commit comments

Comments
 (0)