<a name="1.2.0"></a>
# [1.2.0](https://github.com/fczbkk/css-selector-generator/compare/v1.1.0...v1.2.0) (2018-11-13)


### Features

* Added attribute_whitelist and attribute_blacklist ([6cea39f](https://github.com/fczbkk/css-selector-generator/commit/6cea39f))
* added id_blacklist, class_blacklist to options ([d2ac0ec](https://github.com/fczbkk/css-selector-generator/commit/d2ac0ec))
* added prefix_tag option ([649bc14](https://github.com/fczbkk/css-selector-generator/commit/649bc14))
* Added quote_attribute_when_needed option ([15e783f](https://github.com/fczbkk/css-selector-generator/commit/15e783f))



<a name="1.1.0"></a>
# [1.1.0](https://github.com/fczbkk/css-selector-generator/compare/v1.0.4...v1.1.0) (2018-08-14)



<a name="1.0.4"></a>
## [1.0.4](https://github.com/fczbkk/css-selector-generator/compare/v1.0.3...v1.0.4) (2016-05-21)


### Bug Fixes

* support namespaced tag selectors ([d214007](https://github.com/fczbkk/css-selector-generator/commit/d214007))



<a name="1.0.3"></a>
## [1.0.3](https://github.com/fczbkk/css-selector-generator/compare/v1.0.2...v1.0.3) (2016-05-21)



<a name="1.0.2"></a>
## [1.0.2](https://github.com/fczbkk/css-selector-generator/compare/v1.0.1...v1.0.2) (2015-12-16)


### Bug Fixes

* add more checks for validity of an ID attribute ([3bc5c55](https://github.com/fczbkk/css-selector-generator/commit/3bc5c55))
* npm v3 does not install peer dependencies automatically any more ([6aedec6](https://github.com/fczbkk/css-selector-generator/commit/6aedec6))



<a name="1.0.1"></a>
## [1.0.1](https://github.com/fczbkk/css-selector-generator/compare/v1.0.0...v1.0.1) (2015-11-24)


### Bug Fixes

* define main file for easier require ([dbf47d4](https://github.com/fczbkk/css-selector-generator/commit/dbf47d4))
* when testing combinations, explicitly return `null` when none is found ([4c2299a](https://github.com/fczbkk/css-selector-generator/commit/4c2299a))



<a name="1.0.0"></a>
# [1.0.0](https://github.com/fczbkk/css-selector-generator/compare/v0.8.0...v1.0.0) (2015-11-18)


### Bug Fixes

* correctly apply list of selector types when generating unique selector ([19ab55d](https://github.com/fczbkk/css-selector-generator/commit/19ab55d))

### Features

* keep order of preferred selector types when generating selector ([db3149b](https://github.com/fczbkk/css-selector-generator/commit/db3149b))
* use simplest class or attribute selector ([a8ca47f](https://github.com/fczbkk/css-selector-generator/commit/a8ca47f))



<a name="0.8.0"></a>
# [0.8.0](https://github.com/fczbkk/css-selector-generator/compare/v0.7.0...v0.8.0) (2015-11-14)


### Bug Fixes

* better escaping of special characters, especially the colon ([6cd0d36](https://github.com/fczbkk/css-selector-generator/commit/6cd0d36))



<a name="0.7.0"></a>
# [0.7.0](https://github.com/fczbkk/css-selector-generator/compare/v0.6.0...v0.7.0) (2015-09-22)


### Features

* add support for special characters and UTF8 characters in selectors ([e6b272f](https://github.com/fczbkk/css-selector-generator/commit/e6b272f))



