Releases: jonatanpedersen/css-bingo
Releases · jonatanpedersen/css-bingo
v1.4.6
v1.4.5
Added
- node 8 to
travis.yml
Changed
- Versions of
eslint
,mocha-eslint
anddebug
to latest
v1.4.4
Fixed
- 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
Changed
- Author and description in
package.json
v1.4.3
Added
- Version 1.4.2 and 1.4.3 to CHANGELOG
- Background and Contributing sections to README
v1.4.2
Fixed
- Consts in loops bug with node < 6 by setting strict mode
v1.4.1
Added
- Version 1.4.0 and 1.4.1 to CHANGELOG
Changed
- Versions < 1.4.0 in CHANGELOG
v1.4.0
Added
- Support for nesting operators
+
,>
and~
in selectors
v1.3.0
Added
- Support for
.class.class
selectors
v1.2.0
Fixed
- Selector regex matching
.class.class
- Previous release version should have been been a minor bump
v1.1.2
Added
- Support for
*
element selector