# 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.

## [1.1.0](https://github.com/remarkablemark/style-to-js/compare/v1.0.0...v1.1.0) (2020-11-22)


### Features

* **index:** pass options from `StyleToJS` to `camelCase` ([5dca2ef](https://github.com/remarkablemark/style-to-js/commit/5dca2ef249cb3f803e7dfc79526206ecb1ad85aa))
* **utilities:** add option `reactCompat` to `camelCase` ([0f60c47](https://github.com/remarkablemark/style-to-js/commit/0f60c472d98c638760ba131455d7b48c360bddc0))


### Bug Fixes

* **utilities:** add `-khtml-` (Konqueror) to vendor prefix ([39fba30](https://github.com/remarkablemark/style-to-js/commit/39fba303488f526fdec26151e6ffb83e7cf9e34d))

## 1.0.0 (2020-11-22)

### Features

- **index:** add `StyleToJS` that converts CSS style to JS object ([59d3869](https://github.com/remarkablemark/style-to-js/commit/59d3869d295dfabed39b81360d0efdc545c219a6))
- **utilities:** add `camelCase` helper ([1e5845f](https://github.com/remarkablemark/style-to-js/commit/1e5845feee446fae0943ae410133a22b31a08aaa))

### Bug Fixes

- **utilities:** camelCase CSS vendor prefix correctly ([6527322](https://github.com/remarkablemark/style-to-js/commit/652732234bc431d4eb7a3c6e21bb85a44b9c76fc))
