<a name="7.1.0"></a>
# [7.1.0](https://github.com/rayrutjes/jest-serializer-html/compare/v7.0.0...v7.1.0) (2021-07-13)


### Features

* add createSerializer ([#19](https://github.com/rayrutjes/jest-serializer-html/issues/19)) ([7ed2a4c](https://github.com/rayrutjes/jest-serializer-html/commit/7ed2a4c))



<a name="7.0.0"></a>
# [7.0.0](https://github.com/rayrutjes/jest-serializer-html/compare/v6.0.0...v7.0.0) (2019-04-28)


### Features

* trim diffed HTML output ([#17](https://github.com/rayrutjes/jest-serializer-html/issues/17)) ([aa47789](https://github.com/rayrutjes/jest-serializer-html/commit/aa47789))



<a name="6.0.0"></a>
# [6.0.0](https://github.com/rayrutjes/jest-serializer-html/compare/v5.0.0...v6.0.0) (2018-12-31)


### Features

* better handling of whitespaces ([0bf9273](https://github.com/rayrutjes/jest-serializer-html/commit/0bf9273))



<a name="5.0.0"></a>
# [5.0.0](https://github.com/rayrutjes/jest-serializer-html/compare/v4.0.1...v5.0.0) (2018-01-03)


### Features

* remove HTML comments ([20c1322](https://github.com/rayrutjes/jest-serializer-html/commit/20c1322)), closes [#11](https://github.com/rayrutjes/jest-serializer-html/issues/11)



<a name="4.0.1"></a>
## [4.0.1](https://github.com/rayrutjes/jest-serializer-html/compare/v4.0.0...v4.0.1) (2017-10-18)


### Bug Fixes

* better detect HTML by trimming string before checking for < ([aabe2e1](https://github.com/rayrutjes/jest-serializer-html/commit/aabe2e1))



<a name="4.0.0"></a>
# [4.0.0](https://github.com/rayrutjes/jest-serializer-html/compare/v3.0.0...v4.0.0) (2017-05-18)


### Features

* **formatting:** upgrade diffable-html dependency to benefit from directive and comments outputting ([ad30c8c](https://github.com/rayrutjes/jest-serializer-html/commit/ad30c8c))



<a name="3.0.0"></a>
# [3.0.0](https://github.com/rayrutjes/jest-serializer-html/compare/v2.0.0...v3.0.0) (2017-04-18)


### Features

* **html-format:** better default HTML formatting that ameliorates diff readability ([3470ddd](https://github.com/rayrutjes/jest-serializer-html/commit/3470ddd))



<a name="2.0.0"></a>
# [2.0.0](https://github.com/rayrutjes/jest-serializer-html/compare/v1.0.2...v2.0.0) (2017-04-17)


### Features

* **html-format:** fix indent size to 2 spaces by default ([40598cb](https://github.com/rayrutjes/jest-serializer-html/commit/40598cb))
* **html-format:** force each tag attribute to be on its own line ([28f861b](https://github.com/rayrutjes/jest-serializer-html/commit/28f861b))



<a name="1.0.2"></a>
## [1.0.2](https://github.com/rayrutjes/jest-serializer-html/compare/v1.0.1...v1.0.2) (2017-04-16)



<a name="1.0.1"></a>
## [1.0.1](https://github.com/rayrutjes/jest-serializer-html/compare/1.0.0...v1.0.1) (2017-04-16)



<a name="1.0.0"></a>
# 1.0.0 (2017-04-14)



