- 1aaaee3 [fixed] internal instance check
- 392fcc1 [fixed] don't conflict with React element typeof
- 151c851 [fixed] don't conflict with React element typeof
- b9e0db0 [fixed] tag name comparisons should be case sensative
- 44b8c8b [fixed] correctly export NODE_TYPES
- a03390d [changed] added
isSelector
option to registerPseduo to allow non selctor pseudo calls
- ca1c9e0 [fixed] better nodeType element check includes falsy renderable elements
- d820035 [fixed] node properties not using the correct element
- 338706a [fixed] make node.element dynamic getter
- 960138f [added] findAll and compiler methods to main export
- f353cde [added] Node object abstraction used by the compiler
- cbad23f [fixed] properly allow iterable children
- 40a6df8 [changed] run local tests before nesting or pseudo selectors
- a3d9d07 [fixed] regression with text nodes
- 007dbdb [added] sibling combinators and psuedos
- c46375f [fixed] better 'text' element check
- a39a1f4 [fixed] handle empty (null) elements
- 8227089 [added] support Component displayName and inferred functionName
- 0e3d7d1 [fixed] proper element text node traversal
- 4645192 [fixed] missed single text children
- 6f80feb [fixed] :dom and :composite selectors
- ecfc1de [added] instance selector
- d0b4273 [changed] streamline psuedo api
- c672b2b [changed] refactor internals to allow customizable selection
- e60bc99 [fixed] substitutions in nested selectors
- 209436d [fixed] need string check for tagName
- f37b30c [fixed] attempt to check props of text nodes