-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: touchX/timer.jquery
base: master
head repository: walmik/timer.jquery
compare: master
- 17 commits
- 23 files changed
- 9 contributors
Commits on Aug 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a2592d8 - Browse repository at this point
Copy the full SHA a2592d8View commit details
Commits on Mar 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1650c3b - Browse repository at this point
Copy the full SHA 1650c3bView commit details -
* Add reference to CDNjs url * Remove redundant constants * Complete IE8 support by removing forEach & Date.now dependency * Fix bug for duration in days & hrs
Configuration menu - View commit details
-
Copy full SHA for dbbd41e - Browse repository at this point
Copy the full SHA dbbd41eView commit details
Commits on Apr 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 17a4582 - Browse repository at this point
Copy the full SHA 17a4582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d1be90 - Browse repository at this point
Copy the full SHA 7d1be90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3820c58 - Browse repository at this point
Copy the full SHA 3820c58View commit details -
Configuration menu - View commit details
-
Copy full SHA for e47143d - Browse repository at this point
Copy the full SHA e47143dView commit details
Commits on Sep 27, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ba060ea - Browse repository at this point
Copy the full SHA ba060eaView commit details
Commits on Nov 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2f7df3d - Browse repository at this point
Copy the full SHA 2f7df3dView commit details
Commits on Nov 29, 2017
-
Merge pull request walmik#81 from zorfling/document-editable-option
Update README.md to include editable option
Configuration menu - View commit details
-
Copy full SHA for efa9e21 - Browse repository at this point
Copy the full SHA efa9e21View commit details
Commits on Sep 27, 2018
-
Added data state 'removed' (walmik#84)
* Added data state 'removed' Added a new state which is set when a timer is removed. Previously removing the timer did not update the data state - It would still report the previous timer state despite being removed. * Missing constant in min.js Had missed adding the new constant TIMER_REMOVED to min.js version * Update package.json version number
Configuration menu - View commit details
-
Copy full SHA for 2aadb66 - Browse repository at this point
Copy the full SHA 2aadb66View commit details
Commits on Nov 26, 2018
-
Adding new parameter (walmik#85)
* Adding new parameter * Adding new parameter
Configuration menu - View commit details
-
Copy full SHA for 50ffc31 - Browse repository at this point
Copy the full SHA 50ffc31View commit details -
Bump version for feature: hidden
Walmik committedNov 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 89ded0f - Browse repository at this point
Copy the full SHA 89ded0fView commit details
Commits on Jul 31, 2019
-
Updated timer to support continuous run (walmik#1) (walmik#92)
* Updated timer to support continuous run (walmik#1) * Updated intervalHandler to support continuous run intervalHandler is updated in order to support continuous timer run, even after duration is completed * Flag for single call to callback Flag for single call to callback when timer completes in continuous run. * Update utils.js * support continuous Timer run 1. Added stopTimerOnDuration in config to run timer continuously. 2. Updated intervalHandler to support continuous run 3. Added Flag isCallbackCalled to stop multiple calls to callback after reaching the duration in continuous run. * Updates after review. 1. Removed stopTimerOnDuration flag (repeat flag do the same.) 2. Removed isCallbackCalled flag, as suggested after commit review. * Update after Review Removed flag isCallbackCalled. (Not required). * Updates after review 1. Removed stopTimerOnDuration flag (repeat flag do the same.) 2. Removed isCallbackCalled flag, as suggested after commit review. * Updates after Review 1. Removed stopTimerOnDuration flag (repeat flag do the same.) 2. Removed isCallbackCalled flag, as suggested after commit review. * Patch version New rule for checking timer duration completed. * Update timer.jquery.js * Semicolon & Comment update Added missing semi colon. Updated Comment. * Removed & Updated Comment
Configuration menu - View commit details
-
Copy full SHA for 9b7c862 - Browse repository at this point
Copy the full SHA 9b7c862View commit details
Commits on Jul 10, 2020
-
Let's not send people to an ad-infested abandoned domain name :)
Configuration menu - View commit details
-
Copy full SHA for 8147b4b - Browse repository at this point
Copy the full SHA 8147b4bView commit details
Commits on May 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2d9582c - Browse repository at this point
Copy the full SHA 2d9582cView commit details
Commits on Dec 15, 2024
-
Fix callback execution order for regressive countdowns (walmik#105)
* Fix callback execution order for regressive countdowns. The timer must reach 0 first, then execute the callback. * Bump version number. * Fix broken build (jscs). * Publish 0.9.2 release.
Configuration menu - View commit details
-
Copy full SHA for 372e68f - Browse repository at this point
Copy the full SHA 372e68fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master