Releases: fabiospampinato/cash
Releases · fabiospampinato/cash
1.2.0
1.1.0
Added
$.fn.toggleClass$.fn.afterand$.fn.beforeto inject content after or before the collection$.fn.position,$.fn.offsetand$.fn.offsetParentto get element positioning.$.fn.push,$.fn.mapand$.fn.splicefor array-like features for collections$.fn.onefor one time event listeners$.isFunction,$.isString,$.isNumberutilities 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.cssnow automatically adds vendor prefixes, if the browser needs$.fn.datanow store any data (objects, arrays, etc) on a collection$.fn.eqand$.fn.getnow support negative indexes to pull from the end of the collectionnullevent delegates no longer break event binding. (issue #57)$.fn.onworks onwindowanddocument(issue #51)$.fn.serializenow correctly serializes checkboxes$.eachand$.fn.eachloops break if returningfalse
1.0.0
- 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
- Added $.fn.add
- Added $.fn.is
- Added $.fn.closest
- Improved addClass, removeClass & parents()
- Fixed tagName selector performance
- Bug Fixes
- Performance tuning
0.0.2
- Bug Fixes
- Performance tuning
- New module syntax
Turbo Alpha 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.