Skip to content

1.7.0

Compare
Choose a tag to compare
@facelessuser facelessuser released this 10 Jan 14:57
14c1018

1.7.0

  • NEW: Add support for :in-range and :out-of-range selectors. (#60)
  • NEW: Add support for :defined selector. (#76)
  • FIX: Fix pickling issue when compiled selector contains a NullSelector object. (#70)
  • FIX: Better exception messages in the CSS selector parser and fix a position reporting issue that can occur in
    some exceptions. (#72, #73)
  • FIX: Don't compare prefixes when evaluating attribute namespaces, compare the actual namespace. (#75)
  • FIX: Split whitespace attribute lists by all whitespace characters, not just space.
  • FIX: :nth-* patterns were converting numbers to base 16 when they should have been converting to base 10.