Releases: fabiospampinato/cash
Releases · fabiospampinato/cash
8.1.5
8.1.4
- 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
- $.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
- 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
- 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
- Added
$.isPlainObject
- $.each: added support for iterating over objects
- $.extend: added support for extending deeply
- Readme: updated dimensions
- Updated changelog template
8.0.0
- Improved alignment with jQuery regarding handling of non-bubbling events significantly
7.0.4
- Ensuring unusual but valid simple selectors are handled properly
7.0.3
- Updated “EleLoose” type
7.0.1
- $.fn.css: added support for retrieving properties of disconnected nodes