UNPKG

684 BMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5## [Unreleased]
6
7## [0.6.4] - 2020-02-12
8
9### Added
10
11- Support for subscribtion for `codegen-react-hooks`, `codegen-vue-hooks` and `codegen-template`
12- Added `init` command to create a configuration file
13
14### Changed
15
16- Changed structure of `codegen-template`, from global object to separeted individual templates exports
17- Fixed types
18
19## [0.6.0] - 2020-02-07
20
21### Added
22
23- New `codegen-vue-hooks` options: generate Vue 3 hooks
24
25### Changed
26
27- Renamed `codegen-hooks` to `codegen-react-hooks` to avoid confusion with `codegen-vue-hooks`
28- Cleaned up the code base a bit, simpler typed, less overhead