Skip to content

Releases: fabiospampinato/cash

8.1.5

13 Apr 14:48
Compare
Choose a tag to compare
  • Fixed support for using a selector as context
  • $.hide: ensuring calling it multiple times sequentially works too

8.1.4

08 Mar 01:56
Compare
Choose a tag to compare
  • 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

31 Jan 17:31
Compare
Choose a tag to compare
  • $.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

18 Nov 23:15
Compare
Choose a tag to compare
  • 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

16 Feb 10:53
Compare
Choose a tag to compare
  • 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

12 Sep 19:12
Compare
Choose a tag to compare
  • Added $.isPlainObject
  • $.each: added support for iterating over objects
  • $.extend: added support for extending deeply
  • Readme: updated dimensions
  • Updated changelog template

8.0.0

20 Jun 23:28
Compare
Choose a tag to compare
  • Improved alignment with jQuery regarding handling of non-bubbling events significantly

7.0.4

19 Jun 23:45
Compare
Choose a tag to compare
  • Ensuring unusual but valid simple selectors are handled properly

7.0.3

31 May 00:02
Compare
Choose a tag to compare
  • Updated “EleLoose” type

7.0.1

15 Apr 17:24
Compare
Choose a tag to compare
  • $.fn.css: added support for retrieving properties of disconnected nodes