Skip to content

Releases: jcopi/selector

Version 3 Full Feature Release

14 Jan 18:19
Compare
Choose a tag to compare

Additional element manipulation and selection methods included. This release is on-par feature wise with the latest 2.x feature sets.

Minor API Improvements

06 Dec 04:35
809c039
Compare
Choose a tag to compare

Added a first, index and length method to Selector

Version 3 Initial Release

06 Dec 04:24
61fb5f9
Compare
Choose a tag to compare

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

30 Nov 15:40
Compare
Choose a tag to compare

This release fixes a critical infinite loop but in the parent function.

Working release

26 Apr 14:52
17f61e0
Compare
Choose a tag to compare

Made library check for DOM elements more generic

Added raw/get and sibling methods

29 Jan 15:36
ccd5269
Compare
Choose a tag to compare

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

14 Dec 13:23
f5ecbba
Compare
Choose a tag to compare

Fixed bug which overwrote object length in _concat function

First Stable Release

16 Oct 20:16
Compare
Choose a tag to compare

The first stable release.