- Pods
- Sizzle 1.1.0
- Release Notes

SizzleRelease Notes
v1.1.0
- New: SizzleDocnow operated on a newElemabstraction.
- New: SizzleXmloperates on XML documents.
- New: Attribute selectors may now be case-insensitve - [att=val i]
v1.0.6
- New: SizzleDoc.selectFrom()for selecting elems under a given elem.
- New: SizzleDoc.update()for updating the SizzleDoc when elem attributes change.
- Bug: Fixed NPE when looking for IDs that didn't exist.
v1.0.4
- Bug: Fixed NPE when using language attribute selectors.
v1.0.2
- Bug: Could not match attribute values containing uppercase characters.
v1.0.0
- New: Support for :last-childCSS3 pseudo-class.
- New: Support for :nth-child(n)CSS3 pseudo-class. (basic numeric implementation)
- New: Support for :nth-last-child(n)CSS3 pseudo-class. (basic numeric implementation)
v0.0.6
- New: Support for :first-childpseudo-class.
- New: Support for :lang(xxx)pseudo-class.
v0.0.4
- New: Added attribute selectors.
- New: Added checkedparameter toSizzleDoc.select()
- Chg: Optimised DOM search.
v0.0.2
- New: Preview Release
- New: Support for universal, type, id, class, descendant, child and adjacent sibling selectors.