- Fixed type checking of the
id
parameter of.once()
as optional- From @theodoreb
- Added performance improvement through
.data()
use rather than class attributes - Added
findOnce()
function to allow filtering once'd elements - Fixed inline code documentation
- From @yched
- 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
- Fixed Bower
- Updated documentation
- 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
- Added tests
- Fixed documentation
- Added UMD support
- Added Bower support
- Added jQuery Once