Skip to content

Latest commit

 

History

History
126 lines (105 loc) · 4.3 KB

CHANGELOG.md

File metadata and controls

126 lines (105 loc) · 4.3 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[2.3.0] - January 4th, 2024

Changed

  • Switched from var to let and const 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

Fixed

  • Fix CommonJS factory when export element is present

2.2.2 - May 8th, 2019

Changed

  • Updated developer dependencies and documenation

2.2.1 - March 29th, 2018

Changed

  • Updated dependencies

2.2.0 - June 15th, 2017

Fixed

  • Fixed throwing Error to TypeError when passing an incorrect string parameter

Changed

2.1.2 - June 11th, 2016

Changed

  • Updated development dependencies
  • Updated documentation
  • Switched from semistandard to xo for coding standards
  • Tested in jQuery 3.0

2.1.1 - August 31st, 2015

Fixed

  • Corrected version information in the source

2.1.0 - August 31st, 2015

Changed

2.0.2 - June 5th, 2015

Added

  • Added code coverage
  • Added jsDelivr CDN automated support
  • Added cdnjs automated support

2.0.1 - May 5th, 2015

Changed

  • Updated development dependencies
  • Updated documentation

2.0.0 - January 20th, 2015

Fixed

  • Fixed type checking of the id parameter of .once() as optional
  • Fixed inline code documentation

Added

  • 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

Changed

  • 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

Changed

  • Fixed Bower
  • Updated documentation

1.2.4 - June 13, 2013

Added

  • Added jquery.once.min.js to the file meta data
  • Added removeOnce() test

Changed

  • Don't limit jQuery.once usage to jQuery 1.8.
  • Updated documentation

1.2.3 - June 13, 2013

Added

  • Added tests
  • Fixed documentation

1.2.1 - May 18, 2013

Added

  • Added UMD support
  • Added Bower support

1.2.0 - April 5, 2013

Added

  • Added jQuery Once