File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.2.0] - 2021-05-17
10
+ ### Added
11
+ - Added the new ` kraken ` command to perform project code generation
12
+ - Added support for module code generation via the ` kraken ` command
13
+ - Added support for extension code generation via the ` kraken ` command
14
+ - Added support for app entry-point code generation via the ` kraken ` command
15
+ ### Changed
16
+ - Updated README to document code generation
17
+ - Support multiple extension opbjects in one extension package
18
+ - Relocated some common tasks for module init into core
19
+ ### Deprecated
20
+ ### Removed
21
+ - Removed the old, no-longer functional ` kraken-builder ` command
22
+ ### Fixed
23
+ - Fixed an issue where state lookups for enum v alues would fail with improper URLShift usage
24
+
25
+ ### Security
26
+
9
27
## [ 0.1.1] - 2021-04-15
10
28
### Added
11
29
- Added this changelog (` CHANGELOG.md ` )
You can’t perform that action at this time.
0 commit comments