
- FLIPCLOCK JQUERY FACE INSTALL
- FLIPCLOCK JQUERY FACE GENERATOR
- FLIPCLOCK JQUERY FACE UPDATE
(Bug Fix) Removed more leaky abstractions within the TwentyFourHourClock face. (Bug Fix) Fixed an issue with the minimumDigits property not being set when a clock face was reset. (Bug Fix) Fixed an issue with the minimumDigits property not being set. (Bug Fix) Fixed an issue that would cause a JS error if the FlipClock.Time object wasn't instantiated with any options. (Example) Added Twelve Hour Clock example without seconds. (Example) Added twenty four hour clock without seconds. (Refactor) Added param to the getTime and getMilitaryTime methods to hide the seconds from being returned. (Bug Fix) Fixed an issue with the time being overridden upon inheritance in the TwentyFourHour clock face. (Bug Fix) Made it so the TwelveHourClock and TwentyFourHourClock faces can use the showSeconds parameter. (Bug Fix) Fixed an issue that would prevent the seconds from showing on the TwentyFourHourClock face. FLIPCLOCK JQUERY FACE INSTALL
(Feature) Published to NPM and can be installed with npm install flipclock. (Bug Fix) Fixed a typo in the definition of the (unused by default) method getWeeks. (Bug Fix) Fixed typo in the definition of getWeeks, preventing its usage. (Bug Fix) Merge pull request #156 from laureanoendeiza/patch-1. (Bug Fix) Fixed typo in the definition of getWeeks, preventing its usage. (Bug Fix) Merge pull request #150 from charlesbaynham/Fix-modulus-for-getWeeks. Updated face.js, the "factory" was not being passed into the constructor, instead a typo was "factor". (Bug Fix) Fixed constructor bug passing "factory". (Bug Fix) Merge pull request #160 from rustygreen/patch-1. (Example) Added new interval callback example.
(Bug Fix) Recompiled build and version. (Bug Fix) Fixed a Grunt compiling error and had to repackage the release (again). (Examples) Updated example to match all the new code changes. (Bug Fix) Removed leaky abstractions in FlipClock.Face. (Bug Fix) Removed leaky abstractions in FlipClock.List. (Bug Fix) Removed leaky abstractions in FlipClock.Time. (Bug Fix) Removed leaky abstractions in FlipClock.Timer. (API) Renamed Twenty Four Hour Clock source file. (API) Added new event handling to all application objects instead of using callbacks in properties. (API) Added FlipClock.Divider class to handle the dividers instead of using strings and jQuery. (API) Added new EnglishAlphaFace to handle alphabetical clocks. (API) Added new FlipClock.Event classes to facilitate event handling. No longer passing the object to child classes as a property (API) Drastically simplified the FlipClock.Factory object. (API) Added new FlipClock.ListItem class handle all the list items instead of using jQuery and strings. (API) Added FlipClock.NumericList for numeric based clocks. (API) Added FlipClock.Translator classes to provide an abstraction for translating strings in FlipClock. FLIPCLOCK JQUERY FACE GENERATOR
(API) Added new Flipclock.Uuid generator classes which is used for "cid", a unique id assigned to all objects created by FlipClock. FLIPCLOCK JQUERY FACE UPDATE
This update is a major refactor and contains a few breaking API changes.