- Changelog for
1.4.5
test
dir to.npmignore
- node 8 to
travis.yml
- Versions of
eslint
,mocha-eslint
anddebug
to latest
- Use
new Array()
and direct assignment instead ofarray.push()
as it is faster - Use
for
instead ofreduce
as it is faster - Module order in
index.js
- License in
package.json
- Author and description in
package.json
- Version 1.4.2 and 1.4.3 to CHANGELOG
- Background and Contributing sections to README
- Consts in loops bug with node < 6 by setting strict mode
- Version 1.4.0 and 1.4.1 to CHANGELOG
- Versions < 1.4.0 in CHANGELOG
- Support for nesting operators
+
,>
and~
in selectors
- Support for
.class.class
selectors
- Selector regex matching
.class.class
- Previous release version should have been been a minor bump
- Support for
*
element selector
- Unnecessary
if
statement
- Support for
element
,element.class
andid.class
selectors - Support for
data-class
attribute in html elements
- Performance test results in README
- Tests for
element
selectors and/**/
comments - Selectors section in README
- Coverage
- Support for
#id
selectors - Support for
.class
selectors - Compression of output