3.6.9 (2024-10-24)
3.6.8 (2024-06-02)
3.6.7 (2024-03-15)
3.6.6 (2023-11-02)
3.6.5 (2023-10-28)
- get rid of TS lint error (3ed48c2)
- hide Node from NodeJS (a96ee90)
- prevent typescript error for Dirent.path (63d5fc2)
- update memo interface (f518f7f)
- accept HTMLCollection or NodeList as needle (18ce528)
3.6.4 (2022-08-17)
3.6.3 (2022-08-01)
3.6.2 (2022-07-20)
3.6.1 (2022-04-29)
3.6.0 (2022-02-21)
3.5.4 (2022-01-16)
3.5.3 (2022-01-15)
3.5.2 (2022-01-10)
3.5.1 (2022-01-02)
- Shadow DOM support when root is not defined (38f2a69)
3.5.0 (2021-12-21)
3.4.6-3 (2021-12-21)
- type definitions for ESM version (a104c9c)
3.4.6-2 (2021-12-21)
- UMD build path (9026301)
3.4.6-0 (2021-12-15)
- add ESM version of library (e34bdc5)
3.4.5-0 (2021-12-12)
3.4.4 (2021-09-08)
3.4.3 (2021-09-08)
3.4.2 (2021-09-07)
- produce safer RegExp for black/whitelists (b1b9feb)
3.4.1 (2021-08-25)
3.4.0 (2021-08-24)
3.3.0 (2021-08-21)
- maxCombinatios and maxCandidates options (b65858c)
3.2.1 (2021-08-18)
3.2.0 (2021-08-15)
- add multi element support (3f42092)
- multi elements support for attribute (a273c02)
- multi elements support for class (ad367df)
- multi elements support for fallback (991531d)
- multi elements support for id (403cb59)
- multi elements support for nth-child (74443c2)
- multi elements support for nth-of-type (f481ca6)
- multi elements support for tag (df4ec59)
3.1.0 (2021-08-14)
- add identifiableParent (0b80751)
- add memorization interface (3daac7c)
- add memorization interface (9262b41)
- remove generators (9391eb7)
3.0.1 (2021-03-20)
- add polyfills needed for generator functions (f0b9d62)
3.0.0 (2021-03-20)
- add support for child selectors (ac44213)
2.2.2 (2021-03-04)
- fallback selector considers entire hierarchy (2029999)
2.2.1 (2021-02-27)
2.2.0 (2021-02-27)
2.1.3 (2021-01-24)
2.1.2 (2020-07-08)
2.1.1 (2020-06-18)
2.1.0 (2020-06-11)
2.0.1 (2020-02-15)
2.0.0 (2020-02-09)
- whitelist takes precedence over blacklist (a3b5dcd)
- add nth-of-type selector type (e8c5e01)
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.2 (2015-12-16)
- add more checks for validity of an ID attribute (3bc5c55), closes #11
- 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)
- 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)
0.6.0 (2015-09-20)
0.5.0 (2015-05-09)
0.4.0 (2015-01-02)
- set list of used selector types in options (0eb56f4)
0.3.2 (2014-12-31)
0.3.1 (2014-11-26)
- ignore invalid ID attributes (0726f6c)
3.6.5 (2023-10-28)
- get rid of TS lint error (3ed48c2)
- hide Node from NodeJS (a96ee90)
- prevent typescript error for Dirent.path (63d5fc2)
- update memo interface (f518f7f)
- accept HTMLCollection or NodeList as needle (18ce528)
3.6.4 (2022-08-17)
3.6.3 (2022-08-01)
3.6.2 (2022-07-20)
3.6.1 (2022-04-29)
3.6.0 (2022-02-21)
3.5.4 (2022-01-16)
3.5.3 (2022-01-15)
3.5.2 (2022-01-10)
3.5.1 (2022-01-02)
- Shadow DOM support when root is not defined (38f2a69)
3.5.0 (2021-12-21)
3.4.6-3 (2021-12-21)
- type definitions for ESM version (a104c9c)
3.4.6-2 (2021-12-21)
- UMD build path (9026301)
3.4.6-0 (2021-12-15)
- add ESM version of library (e34bdc5)
3.4.5-0 (2021-12-12)
3.4.4 (2021-09-08)
3.4.3 (2021-09-08)
3.4.2 (2021-09-07)
- produce safer RegExp for black/whitelists (b1b9feb)
3.4.1 (2021-08-25)
3.4.0 (2021-08-24)
3.3.0 (2021-08-21)
- maxCombinatios and maxCandidates options (b65858c)
3.2.1 (2021-08-18)
3.2.0 (2021-08-15)
- add multi element support (3f42092)
- multi elements support for attribute (a273c02)
- multi elements support for class (ad367df)
- multi elements support for fallback (991531d)
- multi elements support for id (403cb59)
- multi elements support for nth-child (74443c2)
- multi elements support for nth-of-type (f481ca6)
- multi elements support for tag (df4ec59)
3.1.0 (2021-08-14)
- add identifiableParent (0b80751)
- add memorization interface (3daac7c)
- add memorization interface (9262b41)
- remove generators (9391eb7)
3.0.1 (2021-03-20)
- add polyfills needed for generator functions (f0b9d62)
3.0.0 (2021-03-20)
- add support for child selectors (ac44213)
2.2.2 (2021-03-04)
- fallback selector considers entire hierarchy (2029999)
2.2.1 (2021-02-27)
2.2.0 (2021-02-27)
2.1.3 (2021-01-24)
2.1.2 (2020-07-08)
2.1.1 (2020-06-18)
2.1.0 (2020-06-11)
2.0.1 (2020-02-15)
2.0.0 (2020-02-09)
- whitelist takes precedence over blacklist (a3b5dcd)
- add nth-of-type selector type (e8c5e01)
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.2 (2015-12-16)
- add more checks for validity of an ID attribute (3bc5c55), closes #11
- 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)
- 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)
0.6.0 (2015-09-20)
0.5.0 (2015-05-09)
0.4.0 (2015-01-02)
- set list of used selector types in options (0eb56f4)
0.3.2 (2014-12-31)
0.3.1 (2014-11-26)
- ignore invalid ID attributes (0726f6c)
3.6.4 (2022-08-17)
3.6.3 (2022-08-01)
3.6.2 (2022-07-20)
3.6.1 (2022-04-29)
3.6.0 (2022-02-21)
3.5.4 (2022-01-16)
3.5.3 (2022-01-15)
3.5.2 (2022-01-10)
3.5.1 (2022-01-02)
- Shadow DOM support when root is not defined (38f2a69)
3.5.0 (2021-12-21)
3.4.6-3 (2021-12-21)
- type definitions for ESM version (a104c9c)
3.4.6-2 (2021-12-21)
- UMD build path (9026301)
3.4.6-1 (2021-12-21)
3.4.6-0 (2021-12-15)
- add ESM version of library (e34bdc5)
3.4.5-0 (2021-12-12)
3.4.4 (2021-09-08)
3.4.3 (2021-09-08)
3.4.2 (2021-09-07)
- produce safer RegExp for black/whitelists (b1b9feb)
3.4.1 (2021-08-25)
3.4.0 (2021-08-24)
3.3.0 (2021-08-21)
- maxCombinatios and maxCandidates options (b65858c)
3.2.1 (2021-08-18)
3.2.0 (2021-08-15)
- add multi element support (3f42092)
- multi elements support for attribute (a273c02)
- multi elements support for class (ad367df)
- multi elements support for fallback (991531d)
- multi elements support for id (403cb59)
- multi elements support for nth-child (74443c2)
- multi elements support for nth-of-type (f481ca6)
- multi elements support for tag (df4ec59)
3.1.0 (2021-08-14)
- add identifiableParent (0b80751)
- add memorization interface (3daac7c)
- add memorization interface (9262b41)
- remove generators (9391eb7)
3.0.1 (2021-03-20)
- add polyfills needed for generator functions (f0b9d62)
3.0.0 (2021-03-20)
- add support for child selectors (ac44213)
2.2.2 (2021-03-04)
- fallback selector considers entire hierarchy (2029999)
2.2.1 (2021-02-27)
2.2.0 (2021-02-27)
2.1.3 (2021-01-24)
2.1.2 (2020-07-08)
2.1.1 (2020-06-18)
2.1.0 (2020-06-11)
2.0.1 (2020-02-15)
2.0.0 (2020-02-09)
- whitelist takes precedence over blacklist (a3b5dcd)
- add nth-of-type selector type (e8c5e01)
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)