Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kloverde committed Dec 29, 2016
1 parent 8fd0f27 commit 1a45f77
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 8 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# Release 1.2 (UPCOMING RELEASE)

You have stumbled upon a development branch. Have a look around if you want, but only use code that has been merged to the master branch.
# Release 1.2 (December 28, 2016)

* Now confirmed to work on mobile! See README.md for a list of tested browsers.
* Change to event firing: validation success & validation failure events were firing pre-blur with `preventInvalidInput` enabled. This is contrary to the documentation, which states that these events do not fire in that scenario. The documentation reflected the intended behavior; the events no longer fire in this scenario.
* Added credit cards types (AMEX, VISA, MasterCard, Discover), plus a credit card type encompassing each of these types
* Added a [Luhn](https://en.wikipedia.org/wiki/Luhn_algorithm) type
* Updated and redesigned the demo page
* The unit tests are no longer implemented with Java/Selenium/JUnit; they've been reimplemented in JavaScript/QUnit. This has dramatically improved test performance and greatly simplified running tests (just open the HTML file).
* The unit tests are no longer implemented with Java/Selenium/JUnit; they've been re-implemented in JavaScript/QUnit. This dramatically improves test performance and greatly simplifies running tests (just open the HTML file).


# Release 1.1.1 (November 28, 2016)
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
RestrictedTextField v1.2 (UPCOMING RELEASE)
===========================================

## You have stumbled upon a development branch. Have a look around if you want, but only use code that has been merged to the master branch.
RestrictedTextField v1.2
========================

See LICENSE for this software's licensing terms.

Expand Down
34 changes: 34 additions & 0 deletions src/jquery.restrictedtextfield.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a45f77

Please sign in to comment.