# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [2.8.2](https://github.com/simonhaenisch/md-to-pdf/compare/v2.8.1...v2.8.2) (2019-11-26)

### [2.8.1](https://github.com/simonhaenisch/md-to-pdf/compare/v2.8.0...v2.8.1) (2019-09-18)

## [2.8.0](https://github.com/simonhaenisch/md-to-pdf/compare/v2.7.1...v2.8.0) (2019-08-30)


### Features

* allow to extend renderer ([4611688](https://github.com/simonhaenisch/md-to-pdf/commit/4611688)), closes [#46](https://github.com/simonhaenisch/md-to-pdf/issues/46)

### [2.7.1](https://github.com/simonhaenisch/md-to-pdf/compare/v2.7.0...v2.7.1) (2019-05-31)


### Tests

* **circleci:** use `node:8-browser` docker image ([fff5f0f](https://github.com/simonhaenisch/md-to-pdf/commit/fff5f0f))
* don't reuse filenames ([b0ce9b6](https://github.com/simonhaenisch/md-to-pdf/commit/b0ce9b6))
* split execution of lib, api and cli specs ([e6b0ca1](https://github.com/simonhaenisch/md-to-pdf/commit/e6b0ca1))



# [2.7.0](https://github.com/simonhaenisch/md-to-pdf/compare/v2.6.4...v2.7.0) (2019-04-28)


### Features

* add option to generate html output instead of pdf ([c784a8a](https://github.com/simonhaenisch/md-to-pdf/commit/c784a8a))



## [2.6.4](https://github.com/simonhaenisch/md-to-pdf/compare/v2.6.3...v2.6.4) (2019-02-27)


### Bug Fixes

* is-url check should only check for http urls ([2ed9d7b](https://github.com/simonhaenisch/md-to-pdf/commit/2ed9d7b))



<a name="2.6.2"></a>
## [2.6.2](https://github.com/simonhaenisch/md-to-pdf/compare/v2.6.1...v2.6.2) (2019-02-10)



<a name="2.6.1"></a>
## [2.6.1](https://github.com/simonhaenisch/md-to-pdf/compare/v2.5.0...v2.6.1) (2019-01-21)


### Bug Fixes

* merge pdf options into defaults properly ([d13f5e2](https://github.com/simonhaenisch/md-to-pdf/commit/d13f5e2))



<a name="2.5.0"></a>
# [2.5.0](https://github.com/simonhaenisch/md-to-pdf/compare/v2.4.2...v2.5.0) (2019-01-20)


### Bug Fixes

* **api:** type check for md file argument ([4944e8e](https://github.com/simonhaenisch/md-to-pdf/commit/4944e8e))


### Features

* expose programmatic api ([8c86807](https://github.com/simonhaenisch/md-to-pdf/commit/8c86807)), closes [#25](https://github.com/simonhaenisch/md-to-pdf/issues/25)



<a name="2.4.2"></a>
## [2.4.2](https://github.com/simonhaenisch/md-to-pdf/compare/v2.4.1...v2.4.2) (2018-11-27)


### Bug Fixes

* properly resolve path to highlight.js stylesheets ([64b0390](https://github.com/simonhaenisch/md-to-pdf/commit/64b0390)), closes [#21](https://github.com/simonhaenisch/md-to-pdf/issues/21)



<a name="2.4.0"></a>
## [2.4.0](https://github.com/simonhaenisch/md-to-pdf/compare/v2.3.2...v2.4.0) (2018-11-14)


### Bug Fixes

* pdf-options weren't working from CLI args ([f7b16af](https://github.com/simonhaenisch/md-to-pdf/commit/f7b16af))


### Features

* expose puppeteer launch options ([aa36a5e](https://github.com/simonhaenisch/md-to-pdf/commit/aa36a5e))


<a name="2.3.2"></a>
## [2.3.2](https://github.com/simonhaenisch/md-to-pdf/compare/v2.3.1...v2.3.2) (2018-11-10)


### Bug Fixes

* **css:** inline code inside list items ([dd7fca6](https://github.com/simonhaenisch/md-to-pdf/commit/dd7fca6))
