Releases: jcopi/selector
Releases · jcopi/selector
Version 3 Full Feature Release
Minor API Improvements
Added a first
, index
and length
method to Selector
Version 3 Initial Release
Version 3 of the selector library features a completely redesigned API designed for for better performance and more advanced developers, rather that users. Much of the idiot-proofing and type-checking has been stripped out, if you're an idiot don't use this version.
Additional Bug Fixes
This release fixes a critical infinite loop but in the parent
function.
Working release
Made library check for DOM elements more generic
Added raw/get and sibling methods
Changed method get
to return library object at given index, old get
functionality is available through the raw
method. a new method sibling
was created to perform the same functionality of .parent().child(...)
Fixed bugs on 1st release
Fixed bug which overwrote object length in _concat
function
First Stable Release
The first stable release.