Releases: fabiospampinato/cash
Releases · fabiospampinato/cash
1.2.0
1.1.0
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 collectionnull
event delegates no longer break event binding. (issue #57)$.fn.on
works onwindow
anddocument
(issue #51)$.fn.serialize
now correctly serializes checkboxes$.each
and$.fn.each
loops 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.