Skip to content

Commit 4c702af

Browse files
committed
Updated version and changelog
1 parent 6e075d6 commit 4c702af

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGE LOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)