diff options
author | Rob Loach <robloach@gmail.com> | 2014-09-26 15:51:24 -0700 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-09-26 15:51:24 -0700 |
commit | 76177bffd8f37e2db2ec5000077e045f67cac383 (patch) | |
tree | b50cdd8a69c7fb039c121a56a1763c32887f8855 | |
parent | 24247fd7291f8920d5368d7065b6b80e2f324776 (diff) | |
download | jquery-once-76177bffd8f37e2db2ec5000077e045f67cac383.zip jquery-once-76177bffd8f37e2db2ec5000077e045f67cac383.tar.gz jquery-once-76177bffd8f37e2db2ec5000077e045f67cac383.tar.bz2 |
Create HISTORY.md
-rw-r--r-- | HISTORY.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md new file mode 100644 index 0000000..5816b8c --- /dev/null +++ b/HISTORY.md @@ -0,0 +1,28 @@ +# History + +## v2.0.0-alpha.1 September 26, 2014 +- Updated tests +- Updated documentation +- Added Travis build status +- Fix to use data attributes rather than a class attribute + +## v1.2.6 August 31, 2013 +- Fixed Bower +- Updated documentation + +## v1.2.3 June 13, 2013 +- Added jquery.once.min.js to the file meta data +- Added removeOnce() test +- Don't limit jQuery.once usage to jQuery 1.8. +- Updated documentation + +## v1.2.3 June 13, 2013 +- Added tests +- Fixed documentation + +## v1.2.1 May 18, 2013 +- Added UMD support +- Added Bower support + +## v1.2.0 April 5, 2013 +- Added jQuery Once |