# Changelog ## [0.2.0](https://github.com/websnacksjs/websnacks/releases/tag/v0.2.0) (2021-02-28) ### Features - add dangerouslySetInnerHTML attr ([#15](https://github.com/websnacksjs/websnacks/issues/15), [3f356dd](https://github.com/websnacksjs/websnacks/commit/3f356ddfeeb38e8a60c32d26c3e9e8715d0246c3)) ### Misc - **BREAKING CHANGE** update node-watch optional dep to major v0.7.1 ## [0.1.5](https://github.com/websnacksjs/websnacks/releases/tag/v0.1.5) (2020-06-14) ### Bugfixes - stack size exceed error on purging module cache ([32eee9b](https://github.com/websnacksjs/websnacks/commit/32eee9b2e04475452905e3478f0fa2a21ad3ccf4)) ## [0.1.4](https://github.com/websnacksjs/websnacks/releases/tag/v0.1.4) (2020-06-10) ### Bugfixes - dev cmd didn't watch files due to import mangling ([4e44d83](https://github.com/websnacksjs/websnacks/commit/4e44d8369451e19af616a8c03c2ff7f4065b3f50)) - dont require config file ([5520bb3](https://github.com/websnacksjs/websnacks/commit/5520bb3571189726df73a2945d9a6e7f5671e7ff)) ## [0.1.3](https://github.com/websnacksjs/websnacks/releases/tag/v0.1.3) (2020-06-04) ### Features - provide Fragment component ([#9](https://github.com/websnacksjs/websnacks/issues/9), [f1aca35](https://github.com/websnacksjs/websnacks/commit/f1aca350ed7e63e277fae7f9cc01039a29442bcb)) ## [0.1.2](https://github.com/websnacksjs/websnacks/releases/tag/v0.1.2) (2020-06-03) ### Bugfixes - type signature of Component too narrow ([7fd8fe9](https://github.com/websnacksjs/websnacks/commit/7fd8fe9be855c5eb02f0d3b291fc6403a4c636a2)) ## [0.1.1](https://github.com/websnacksjs/websnacks/releases/tag/v0.1.1) (2020-06-03) ### Features - support rendering array elements ([#7](https://github.com/websnacksjs/websnacks/issues/7)) ([f5a83e7](https://github.com/websnacksjs/websnacks/commit/f5a83e7b7f618a67b37f74863ef3600a771383f4)) ### Bugfixes - output declarations, sourcemaps again ([5568777](https://github.com/websnacksjs/websnacks/commit/5568777f6af0b1a591f7c177c965f91540ff8167)) - target es2018 to support node10+ ([e774fc1](https://github.com/websnacksjs/websnacks/commit/e774fc1b6c7e87d58ca4544cad8c293d04dae470)) - support number elements in jsx templates ([#5](https://github.com/websnacksjs/websnacks/issues/5)) ([83c0c91](https://github.com/websnacksjs/websnacks/commit/83c0c91bcfc3c219793fa05da84c9cde0fbf6c85)) ## [0.1.0](https://github.com/websnacksjs/websnacks/releases/tag/v0.1.0) (2020-05-26) **Note:** Initial release.