- Enhance: make sure saucelabs integration run properly by removing android tests, this is due to saucelabs appium limit
- Fix: numeric value in style property is not casted to string properly (thx @AaronHirsch)
- Fix: remove broken saucelabs integration
- Fix: handling aria attributes
- Fix: style property parsing due to incorrect variable reuse
- Fix: travis and saucelab integration
- Fix: changed to native css parser for inline styles (thx @AkeemMcLennon)
- Fix: do not require DOMParser to be present so that older browser won't choke. (thx @niksy)
- Fix: package dependency to workaround npm bug (thx @voronianski)
- Fix: inconsistent inline css parsing of
url()
across modern browsers - Fix: update device testing list, limit our scope to modern browsers
- Fix: optimization introduced in v1.2.0 cause dom patching issues, removed it for now
- Enhance: skip whitespace between child nodes to minimize vdom and reduce unnecessary patching
- Feature: allow optional attribute for key lookup
- Fix: default namespace should be
null
- Enhance: coverage 100% (though not possible with phantomjs due to lack of html support in their DOMParser API)
- Enhance: document to clarify browser support
- Enhance: browser tests and coverage
- Major: initial public release