File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# FlipClock.js
22
3+ #### 0.7.1
4+ ##### 10/06/2014
5+
6+ - (Bug Fix) Fixed an issue that would cause a JS error if the FlipClock.Time object wasn't instantiated with any options
7+ - (Bug Fix) Fixed an issue with the minimumDigits property not being set
8+ - (Bug Fix) Fixed an issue with the minimumDigits property not being set when a clock face was reset
9+ - (Bug Fix) Removed more leaky abstractions within the TwentyFourHourClock face
10+ - (Bug Fix) Removed unnecessary minimumDigits property
11+ - (Bug Fix) Removed the way lists were instantiated. The minimumDigits property was removed, as it's not necessary
12+ - (Bug Fix) Fixed a type that would cause the clock to improperly reset
13+ - (Bug Fix) Updated code comments
14+ - (Refactored) Removed minimumDigit property, which was a leaky abstraction
15+ - (Example) Added new example to show a clock with a minimum number of digits
16+
317#### 0.7.0
418##### 10/06/2014
519
Original file line number Diff line number Diff line change 11{
22 "name" : " flipclock" ,
3- "version" : " 0.7.0 " ,
3+ "version" : " 0.7.1 " ,
44 "homepage" : " https://github.com/objectivehtml/FlipClock" ,
55 "authors" : [
66 " Objective HTML" ,
You can’t perform that action at this time.
0 commit comments