# 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.4](https://github.com/wintercounter/transformed/compare/v1.1.3...v1.1.4) (2021-01-03)

### [1.1.3](https://github.com/wintercounter/transformed/compare/v1.1.2...v1.1.3) (2021-01-03)

### [1.1.2](https://github.com/wintercounter/transformed/compare/v1.1.0...v1.1.2) (2021-01-03)


### Bug Fixes

* map value assertion ([4a40cf4](https://github.com/wintercounter/transformed/commit/4a40cf4d16d77041a51207e89173cab6c7354178))

## [1.1.0](https://github.com/wintercounter/transformed/compare/v0.0.6...v1.1.0) (2021-01-02)


### Features

* add support for `toValueCache` ([8b78df3](https://github.com/wintercounter/transformed/commit/8b78df39d693d7f7d1c9b2e5a2a0b3b8a3b590ae))
* add support for empty input object ([be878d8](https://github.com/wintercounter/transformed/commit/be878d813fe374fd92ac6aae5b5bc55b97e502be))
* **cjs:** add support ([3076fa3](https://github.com/wintercounter/transformed/commit/3076fa3823f43b093564f06f324d5f34ada9b749))


### Bug Fixes

* **type:** add missing `PropsOption` interface ([79e8ab4](https://github.com/wintercounter/transformed/commit/79e8ab4f6eeabc4ee9688190e6fa11c3a6b22af6))

### [0.0.9](https://github.com/wintercounter/transformed/compare/v0.0.7...v0.0.9) (2020-12-18)


### Features

* add support for empty input object ([be878d8](https://github.com/wintercounter/transformed/commit/be878d813fe374fd92ac6aae5b5bc55b97e502be))

### [0.0.7](https://github.com/wintercounter/transformed/compare/v0.0.5...v0.0.7) (2020-12-16)


### Features

* **cjs:** add support ([3076fa3](https://github.com/wintercounter/transformed/commit/3076fa3823f43b093564f06f324d5f34ada9b749))
* add support for `descriptorOptions` ([5711577](https://github.com/wintercounter/transformed/commit/5711577bbad6618d01b887deff110e2aee3ea05d))

### [0.0.6](https://github.com/wintercounter/transformed/compare/v0.0.2...v0.0.6) (2020-11-29)


### Features

* add support for `descriptorOptions` ([5711577](https://github.com/wintercounter/transformed/commit/5711577bbad6618d01b887deff110e2aee3ea05d))
* **setProps:** accept Object based property descriptor for easy map extending capability ([272478c](https://github.com/wintercounter/transformed/commit/272478c74ea32bfcc7e2c795014a40a2cdeef9fa))
* **use:** add `use` helper method as an API sugar for nicer customization ([c49cb5a](https://github.com/wintercounter/transformed/commit/c49cb5a80939ba443f1097f28f16ddc89a53d536))
* add support to extend existing handler in customizable way ([4a3104c](https://github.com/wintercounter/transformed/commit/4a3104cf52d40cf3baaac628206eca64990c79b5))


### Bug Fixes

* **TS:** improve several types ([07a1079](https://github.com/wintercounter/transformed/commit/07a1079f445a55280d0bf9aa8df10c56c0e52b37))

### [0.0.5](https://github.com/wintercounter/transformed/compare/v0.0.4...v0.0.5) (2020-11-18)


### Features

* **setProps:** accept Object based property descriptor for easy map extending capability ([272478c](https://github.com/wintercounter/transformed/commit/272478c74ea32bfcc7e2c795014a40a2cdeef9fa))
* **use:** add `use` helper method as an API sugar for nicer customization ([c49cb5a](https://github.com/wintercounter/transformed/commit/c49cb5a80939ba443f1097f28f16ddc89a53d536))

### [0.0.4](https://github.com/wintercounter/transformed/compare/v0.0.3...v0.0.4) (2020-11-17)


### Features

* add support to extend existing handler in customizable way ([4a3104c](https://github.com/wintercounter/transformed/commit/4a3104cf52d40cf3baaac628206eca64990c79b5))

### 0.0.3 (2020-11-17)

### Bug Fixes

-   **TS:** improve several types ([07a1079](https://github.com/wintercounter/transformed/commit/07a1079f445a55280d0bf9aa8df10c56c0e52b37))

### 0.0.2 (2020-11-13)

Initial release
