Skip to content

Releases: jonatanpedersen/css-bingo

v1.4.6

27 Sep 19:18
Compare
Choose a tag to compare

Fixed

  • Changelog for 1.4.5

Added

  • test dir to .npmignore

v1.4.5

27 Sep 18:55
Compare
Choose a tag to compare

Added

  • node 8 to travis.yml

Changed

  • Versions of eslint, mocha-eslint and debug to latest

v1.4.4

05 Feb 15:24
Compare
Choose a tag to compare

Fixed

  • Use new Array() and direct assignment instead of array.push() as it is faster
  • Use for instead of reduce as it is faster
  • Module order in index.js
  • License in package.json

Changed

  • Author and description in package.json

v1.4.3

04 Feb 22:55
Compare
Choose a tag to compare

Added

  • Version 1.4.2 and 1.4.3 to CHANGELOG
  • Background and Contributing sections to README

v1.4.2

04 Feb 18:47
Compare
Choose a tag to compare

Fixed

  • Consts in loops bug with node < 6 by setting strict mode

v1.4.1

04 Feb 17:40
Compare
Choose a tag to compare

Added

  • Version 1.4.0 and 1.4.1 to CHANGELOG

Changed

  • Versions < 1.4.0 in CHANGELOG

v1.4.0

04 Feb 17:32
Compare
Choose a tag to compare

Added

  • Support for nesting operators +, > and ~ in selectors

v1.3.0

04 Feb 17:30
Compare
Choose a tag to compare

Added

  • Support for .class.class selectors

v1.2.0

03 Feb 13:54
Compare
Choose a tag to compare

Fixed

  • Selector regex matching .class.class
  • Previous release version should have been been a minor bump

v1.1.2

03 Feb 13:19
Compare
Choose a tag to compare

Added

  • Support for * element selector