Fabiospampinato Cash Versions Save

An absurdly small jQuery alternative for modern browsers.

8.1.5

1 year ago
  • Fixed support for using a selector as context
  • $.hide: ensuring calling it multiple times sequentially works too

8.1.4

1 year ago
  • Replaced Karma with Playwright, removing most dev dependencies, removing coverage reports, and adding support for Safari
  • $.serialize: avoiding encoding "%20" as "+", for better alignment with jQuery

8.1.3

1 year ago
  • $.fn.text: ensuring it reads text from every node in the collection, not just the first one, for better alignment with jQuery

8.1.2

1 year ago
  • Migration guide: mentioning $.fn.css as a potential workaround for ignoring the effects of CSS transforms
  • $.fn.html: ensuring script elements are executed, to better align with jQuery
  • Switched to a new bundler, minipacco
  • Deleted most development dependencies
  • Simplified significantly partial compilation
  • Ensuring selectors contains escaped dots are handled correctly

8.1.1

2 years ago
  • Ensuring the proper types for iteration are provided
  • Ensuring $.fn.find works with document fragments too
  • Ensuring the "delegateProperty" is attached to events
  • More reliably using "getElementById", only if the context node actually supports it
  • Ensuring that before inserting a node before/after the html node the html node is removed from the DOM

8.1.0

3 years ago
  • Added $.isPlainObject
  • $.each: added support for iterating over objects
  • $.extend: added support for extending deeply
  • Readme: updated dimensions
  • Updated changelog template

8.0.0

3 years ago
  • Improved alignment with jQuery regarding handling of non-bubbling events significantly

7.0.4

3 years ago
  • Ensuring unusual but valid simple selectors are handled properly

7.0.3

3 years ago
  • Updated “EleLoose” type

7.0.1

4 years ago
  • $.fn.css: added support for retrieving properties of disconnected nodes