Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.14 KB

HISTORY.md

File metadata and controls

37 lines (31 loc) · 1.14 KB

History

v2.0.0 January 20th, 2014

  • Fixed type checking of the id parameter of .once() as optional
  • Added performance improvement through .data() use rather than class attributes
  • Added findOnce() function to allow filtering once'd elements
  • Fixed inline code documentation
  • Added automated testing through Mocha
  • Added jsdoc-to-markdown to automatically build API documentation
  • Switched to ESLint for code linting
  • Removed unneeded cache variable
  • Removed function callback in order to promote jQuery chaining standards

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