Skip to content

Commit d4cf93b

Browse files
Paul LeclercqPaul Leclercq
authored andcommitted
add changelog.md
1 parent 136c7a3 commit d4cf93b

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
-##Change Log
2+
3+
###Version 1.2.0
4+
* Reset method https://github.com/siddii/angular-timer/pull/46
5+
6+
###Version 1.1.9
7+
* Fix for issue https://github.com/siddii/angular-timer/issues/128 (Remove class scoping on `timer` directive)
8+
9+
###Version 1.1.8
10+
* Fix for issue https://github.com/siddii/angular-timer/issues/117 (0 minute display 0 minutes)
11+
12+
###Version 1.1.7
13+
* Fix for https://github.com/siddii/angular-timer/issues/101 (start-time doesn't work in combination with autostart)
14+
15+
###Version 1.1.6
16+
* Added countdown finished callback - https://github.com/siddii/angular-timer/pull/64
17+
18+
###Version 1.1.5
19+
* Fix for - https://github.com/siddii/angular-timer/issues/84
20+
21+
###Version 1.1.4
22+
* CommonJS Compliance - https://github.com/siddii/angular-timer/pull/80
23+
24+
###Version 1.1.3
25+
* Setting `countdownattr` value on `tick` - https://github.com/siddii/angular-timer/pull/78
26+
27+
###Version 1.1.2
28+
* Countdown time max-time-unit for month & year - https://github.com/siddii/angular-timer/pull/74
29+
30+
###Version 1.1.1
31+
* Fix for https://github.com/siddii/angular-timer/issues/73
32+
33+
###Version 1.1.0
34+
* Plural/singular units. PR - https://github.com/siddii/angular-timer/pull/54
35+
* IE8 support. PR - https://github.com/siddii/angular-timer/pull/62
36+
37+
###Version 1.0.12
38+
* `clear` method. Please see this PR - https://github.com/siddii/angular-timer/pull/43
39+
40+
###Version 1.0.11
41+
* `addCDSeconds` method for running countdown timer
42+
43+
###Version 1.0.10
44+
* Minor bug fixes - https://github.com/siddii/angular-timer/issues/33
45+
46+
###Version 1.0.9
47+
* `end-time` attribute
48+
49+
###Version 1.0.8
50+
* Fixing the broken stuff in the last version
51+
52+
###Version 1.0.7
53+
* Ignore `bower_components` folder - https://github.com/siddii/angular-timer/issues/30
54+
* Templates doesn't work with angular 1.2.0 - https://github.com/siddii/angular-timer/issues/29
55+
56+
###Version 1.0.6
57+
* Removing `node_modules` folder. Fix for - https://github.com/siddii/angular-timer/issues/26
58+
59+
###Version 1.0.5
60+
* Performance Optimization. Please see - https://github.com/siddii/angular-timer/pull/25
61+
62+
###Version 1.0.4
63+
* 'auto-start' attribute name change to 'autostart' in support of Angular 1.2. See #14
64+
65+
###Version 1.0.3
66+
* Successful Bower integration!

0 commit comments

Comments
 (0)