Permalink
Commits on Sep 11, 2014
  1. v0.1.5

    jaridmargolin committed Sep 11, 2014
  2. Merge pull request #64 from oheard/master

    Add 'main' property to bower.json for rails-assets support.
    jaridmargolin committed Sep 11, 2014
  3. Add 'main' property to bower.json

    This should allow the package to be used with http://rails-assets.org
    oheard committed Sep 11, 2014
Commits on May 9, 2014
  1. Merge pull request #46 from muffinresearch/fix-typo-in-bower-json

    Fix typo in bower.json
    jaridmargolin committed May 9, 2014
Commits on Mar 20, 2014
  1. Merge pull request #38 from braintreeps/master

    Add multi-pattern support.
    jaridmargolin committed Mar 20, 2014
Commits on Mar 19, 2014
Commits on Mar 17, 2014
  1. Add multi-pattern support.

    mickeyreiss committed with braintreeps Mar 14, 2014
Commits on Mar 3, 2014
Commits on Feb 28, 2014
  1. Merge pull request #35 from fabdouglas/patch-6

    Test for PR #31
    jaridmargolin committed Feb 28, 2014
  2. Merge pull request #31 from fabdouglas/patch-2

    Reuse the current pattern as default on 'resetPattern ' call #31
    jaridmargolin committed Feb 28, 2014
  3. Test for PR #31

    Test for PR #31 as requested.
    fabdouglas committed Feb 28, 2014
  4. Merge pull request #33 from brianpeiris/ci-test

    CI Additions #33
    jaridmargolin committed Feb 28, 2014
  5. Merge pull request #32 from brianpeiris/master

    Linting fixes #32
    jaridmargolin committed Feb 28, 2014
Commits on Jan 28, 2014
  1. Add grunt to CI

    brianpeiris committed Jan 28, 2014
  2. Fix Makefile for CI

    brianpeiris committed Jan 28, 2014
  3. Linting fixes.

    brianpeiris committed Jan 28, 2014
Commits on Jan 27, 2014
  1. Update formatter.js

    fabdouglas committed Jan 27, 2014
  2. Update formatter.js

    fabdouglas committed Jan 27, 2014
  3. Disable caret positionning on reset

    Main issue : there is no way to format the input when it is updated with 'val()' function.
    Calling 'resetPattern' is the good solution, unfortunally the input get focus; this cause troubles on IE7 (inputs are blinking continuously) and on modern browsers since focus are stolen.
    So I disabled the caret manipulation on 'resetPattern'
    fabdouglas committed Jan 27, 2014
Commits on Dec 1, 2013