Skip to content
This repository was archived by the owner on Dec 11, 2017. It is now read-only.
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: digitalBush/jquery.maskedinput
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Zipcar/jquery.maskedinput
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.
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 27, 2014

  1. added the ability to hide the mask (e.g. if we want to format a credi…

    …t card number as it is entered but not show ____ ____ ____ ____ before it is entered)
    
    added displayMask setting to configure said behavior
    fixed a bug that caused ? as the initial partial from causing the wrong return value from checking the mask
    fixed an off-by-one error when positioning the caret upon focus of a partially filled field (when autoclear is off)
    Daniel Mueller committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    c83981d View commit details
    Browse the repository at this point in the history
  2. fixed carat position after pasting into a masked field

    Daniel Mueller committed Mar 27, 2014
    Configuration menu
    Copy the full SHA
    36a9650 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2014

  1. ran tests and fixed tests i broke. how novel

    Daniel Mueller committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    0d49bd4 View commit details
    Browse the repository at this point in the history
  2. adding tests for pasting and focusing on an input that is set to hide…

    … the mask
    Daniel Mueller committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    51908ea View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2014

  1. removing .on and .off so that this is compatible with jquery 1.4.3 (.…

    ….. don't ask why.)
    Daniel Mueller committed Mar 31, 2014
    Configuration menu
    Copy the full SHA
    578dde8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2014

  1. Add option to ignoring new input when field is full.

    Backwards-compatible. By default, this plugin lets someone move
    their carat to the middle of a field and type, which then deletes
    characters at the end of the input. That's undesired behavior.
    josephgrossberg committed Apr 30, 2014
    Configuration menu
    Copy the full SHA
    16f2d49 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2014

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