1.2.0 (2018-11-13)
- 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)
- support namespaced tag selectors (d214007)
1.0.3 (2016-05-21)
1.0.2 (2015-12-16)
- 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)
- define main file for easier require (dbf47d4)
- when testing combinations, explicitly return
null
when none is found (4c2299a)
1.0.0 (2015-11-18)
- correctly apply list of selector types when generating unique selector (19ab55d)
- keep order of preferred selector types when generating selector (db3149b)
- use simplest class or attribute selector (a8ca47f)
0.8.0 (2015-11-14)
- better escaping of special characters, especially the colon (6cd0d36)
0.7.0 (2015-09-22)
- add support for special characters and UTF8 characters in selectors (e6b272f)