Skip to content

Commit 06a5665

Browse files
Update CHANGELOG.md
1 parent f3a770d commit 06a5665

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
927
## [0.1.1] - 2021-04-15
1028
### Added
1129
- Added this changelog (`CHANGELOG.md`)

0 commit comments

Comments
 (0)