Skip to content

Releases: fabiospampinato/cash

1.2.0

12 Apr 18:54
Compare
Choose a tag to compare
  • Qunit testing

1.1.0

12 Apr 16:41
Compare
Choose a tag to compare

Added

  • $.fn.toggleClass
  • $.fn.after and $.fn.before to inject content after or before the collection
  • $.fn.position, $.fn.offset and $.fn.offsetParent to get element positioning.
  • $.fn.push, $.fn.map and $.fn.splice for array-like features for collections
  • $.fn.one for one time event listeners
  • $.isFunction, $.isString, $.isNumber utilities for type-checking

Collection Support

Added true collection support, instead of only the first element, for:

  • $.fn.append
  • $.fn.appendTo
  • $.fn.prepend
  • $.fn.prependTo
  • $.fn.insertBefore
  • $.fn.clone

Fixed

  • Faster selector function
  • $.fn.css now automatically adds vendor prefixes, if the browser needs
  • $.fn.data now store any data (objects, arrays, etc) on a collection
  • $.fn.eq and $.fn.get now support negative indexes to pull from the end of the collection
  • null event delegates no longer break event binding. (issue #57)
  • $.fn.on works on window and document (issue #51)
  • $.fn.serialize now correctly serializes checkboxes
  • $.each and $.fn.each loops break if returning false

1.0.0

06 Feb 16:28
Compare
Choose a tag to compare
  • Huge code cleanup and translation to ES6 by @thejameskyle
  • Removing AJAX. Wasn't fully featured enough, there are better alternatives, like the case with animation, and this is DOM util lib

0.0.3

09 Nov 23:24
Compare
Choose a tag to compare
  • Added $.fn.add
  • Added $.fn.is
  • Added $.fn.closest
  • Improved addClass, removeClass & parents()
  • Fixed tagName selector performance
  • Bug Fixes
  • Performance tuning

0.0.2

30 Sep 17:25
Compare
Choose a tag to compare
  • Bug Fixes
  • Performance tuning
  • New module syntax

Turbo Alpha Release

19 Sep 12:51
Compare
Choose a tag to compare
Turbo Alpha Release Pre-release
Pre-release

This is the initial release of cash.

It is going to have bugs. The web might not even be ready for it yet.

But I think its a cool idea.