Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
objectivehtml committed Oct 7, 2014
1 parent 6e075d6 commit 4c702af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGE LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# FlipClock.js

#### 0.7.1
##### 10/06/2014

- (Bug Fix) Fixed an issue that would cause a JS error if the FlipClock.Time object wasn't instantiated with any options
- (Bug Fix) Fixed an issue with the minimumDigits property not being set
- (Bug Fix) Fixed an issue with the minimumDigits property not being set when a clock face was reset
- (Bug Fix) Removed more leaky abstractions within the TwentyFourHourClock face
- (Bug Fix) Removed unnecessary minimumDigits property
- (Bug Fix) Removed the way lists were instantiated. The minimumDigits property was removed, as it's not necessary
- (Bug Fix) Fixed a type that would cause the clock to improperly reset
- (Bug Fix) Updated code comments
- (Refactored) Removed minimumDigit property, which was a leaky abstraction
- (Example) Added new example to show a clock with a minimum number of digits

#### 0.7.0
##### 10/06/2014

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flipclock",
"version": "0.7.0",
"version": "0.7.1",
"homepage": "https://github.com/objectivehtml/FlipClock",
"authors": [
"Objective HTML",
Expand Down

0 comments on commit 4c702af

Please sign in to comment.