Skip to content

v2.0.0

Compare
Choose a tag to compare
@fb55 fb55 released this 09 Mar 13:35
· 1556 commits to master since this release

Finally a new release!

  • Improves scope support (thanks to @Delgan, from 2015 😨) β€” #37, #38, #43
  • Allows users to pass a DOM adapter (thanks to @nrkn, from 2016 😬) β€” #66
    • Change since 1.3.0-rc0 (#101): Adapters are now passed in options, which results in two breaking changes: First, pseudo selectors now take the adapter as the second argument, and arguments as the third. Second, filters aren’t checked anymore if they have the required number of arguments.
  • Exponential time querying fix (thanks to @dbuezas); requires a modern JS environment β€” #94, #100
  • And a pretty complicated domutils upgrade (thanks to @chriseppstein) β€” #96
  • Throws regular errors instead of syntax errors when the selector is faulty (inherited from css-what)