Skip to content

Latest commit

 

History

History
90 lines (40 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

90 lines (40 loc) · 2.98 KB

1.2.0 (2018-11-13)

Features

  • Added attribute_whitelist and attribute_blacklist (6cea39f)
  • added id_blacklist, class_blacklist to options (d2ac0ec)
  • added prefix_tag option (649bc14)
  • Added quote_attribute_when_needed option (15e783f)

1.1.0 (2018-08-14)

1.0.4 (2016-05-21)

Bug Fixes

  • support namespaced tag selectors (d214007)

1.0.3 (2016-05-21)

1.0.2 (2015-12-16)

Bug Fixes

  • add more checks for validity of an ID attribute (3bc5c55)
  • npm v3 does not install peer dependencies automatically any more (6aedec6)

1.0.1 (2015-11-24)

Bug Fixes

  • define main file for easier require (dbf47d4)
  • when testing combinations, explicitly return null when none is found (4c2299a)

1.0.0 (2015-11-18)

Bug Fixes

  • correctly apply list of selector types when generating unique selector (19ab55d)

Features

  • keep order of preferred selector types when generating selector (db3149b)
  • use simplest class or attribute selector (a8ca47f)

0.8.0 (2015-11-14)

Bug Fixes

  • better escaping of special characters, especially the colon (6cd0d36)

0.7.0 (2015-09-22)

Features

  • add support for special characters and UTF8 characters in selectors (e6b272f)