Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: touchX/timer.jquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: walmik/timer.jquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 23 files changed
  • 9 contributors

Commits on Aug 10, 2016

  1. Fixed minified file

    walmik committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    a2592d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Update README.md

    walmik authored Mar 22, 2017
    Configuration menu
    Copy the full SHA
    1650c3b View commit details
    Browse the repository at this point in the history
  2. Incremental improvements

    * Add reference to CDNjs url
    * Remove redundant constants
    * Complete IE8 support by removing forEach & Date.now dependency
    * Fix bug for duration in days & hrs
    walmik committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    dbbd41e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2017

  1. Move to ES 5

    walmik committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    17a4582 View commit details
    Browse the repository at this point in the history
  2. Add karma tests

    walmik committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    7d1be90 View commit details
    Browse the repository at this point in the history
  3. Fix test target

    walmik committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    3820c58 View commit details
    Browse the repository at this point in the history
  4. Update CDNjs link

    walmik committed Apr 16, 2017
    Configuration menu
    Copy the full SHA
    e47143d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2017

  1. Fix issue walmik#79 & jscs

    walmik committed Sep 27, 2017
    Configuration menu
    Copy the full SHA
    ba060ea View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2017

  1. Configuration menu
    Copy the full SHA
    2f7df3d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Merge pull request walmik#81 from zorfling/document-editable-option

    Update README.md to include editable option
    walmik authored Nov 29, 2017
    Configuration menu
    Copy the full SHA
    efa9e21 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. 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
    Matthew authored and walmik committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    2aadb66 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Adding new parameter (walmik#85)

    * Adding new parameter
    
    * Adding new parameter
    Psychosynthesis authored and walmik committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    50ffc31 View commit details
    Browse the repository at this point in the history
  2. Bump version for feature: hidden

    Walmik committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    89ded0f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. 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
    mohitYogi authored and walmik committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    9b7c862 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Update README.md (walmik#99)

    Let's not send people to an ad-infested abandoned domain name :)
    working-name authored Jul 10, 2020
    Configuration menu
    Copy the full SHA
    8147b4b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    2d9582c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2024

  1. 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.
    navossoc authored Dec 15, 2024
    Configuration menu
    Copy the full SHA
    372e68f View commit details
    Browse the repository at this point in the history
Loading