Skip to content

Commit 1a45f77

Browse files
committed
Ready for release
1 parent 8fd0f27 commit 1a45f77

File tree

3 files changed

+38
-8
lines changed

3 files changed

+38
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# Release 1.2 (UPCOMING RELEASE)
2-
3-
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.
1+
# Release 1.2 (December 28, 2016)
42

53
* Now confirmed to work on mobile! See README.md for a list of tested browsers.
64
* 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.
75
* Added credit cards types (AMEX, VISA, MasterCard, Discover), plus a credit card type encompassing each of these types
86
* Added a [Luhn](https://en.wikipedia.org/wiki/Luhn_algorithm) type
97
* Updated and redesigned the demo page
10-
* 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).
8+
* 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).
119

1210

1311
# Release 1.1.1 (November 28, 2016)

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
RestrictedTextField v1.2 (UPCOMING RELEASE)
2-
===========================================
3-
4-
## 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.
1+
RestrictedTextField v1.2
2+
========================
53

64
See LICENSE for this software's licensing terms.
75

src/jquery.restrictedtextfield.min.js

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)