All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Switched from
var
tolet
andconst
for variable scope - Removed
use strict
directives - Updated developer dependencies
- Minor updates to developer documentation
- Switched to GitHub Actions for testing
2.2.3 - May 14th, 2019
2.2.2 - May 8th, 2019
- Updated developer dependencies and documenation
2.2.1 - March 29th, 2018
- Updated dependencies
2.2.0 - June 15th, 2017
- Fixed throwing
Error
toTypeError
when passing an incorrectstring
parameter
- Updated dependencies
- Added TypeScript definition
- By olavorn
2.1.2 - June 11th, 2016
- Updated development dependencies
- Updated documentation
- Switched from
semistandard
toxo
for coding standards - Tested in jQuery 3.0
2.1.1 - August 31st, 2015
- Corrected version information in the source
2.1.0 - August 31st, 2015
- Switched to Keep a CHANGELOG in CHANGELOG.md
- Moved to JavaScript Semi-Standard Coding Style
- Updated development dependencies
2.0.2 - June 5th, 2015
- Added code coverage
- Added jsDelivr CDN automated support
- Added cdnjs automated support
2.0.1 - May 5th, 2015
- Updated development dependencies
- Updated documentation
2.0.0 - January 20th, 2015
- Fixed type checking of the
id
parameter of.once()
as optional- From @theodoreb
- Fixed inline code documentation
- From @yched
- Added performance improvement through
.data()
use rather than class attributes - Added
findOnce()
function to allow filtering once'd elements - 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
1.2.6 - August 31, 2013
- Fixed Bower
- Updated documentation
1.2.4 - 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
1.2.3 - June 13, 2013
- Added tests
- Fixed documentation
1.2.1 - May 18, 2013
- Added UMD support
- Added Bower support
1.2.0 - April 5, 2013
- Added jQuery Once