diff options
-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 |