File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616- Generated beta models and request builders using Typewriter (#163 )
1717- Juniper-engine from 5.7.2 to 5.8.0
1818- Juniper-api from 5.7.2 to 5.8.0
19+
20+
21+
22+ # Changelog
23+
24+ All notable changes to this project will be documented in this file.
25+
26+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
27+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
28+
29+ ## [ Unreleased]
30+
31+ ### Added
32+
33+ ### Changed
34+
35+ - Fixes a bug where empty title would make generation fail #558
36+ - Fixes a bug where float, long and binary types would not be parsed by the generator #558
37+ - Fixes a bug where generation would fail on compact namespace names #558
38+ - Renames request info into request information to avoid conflicts with platform #559
39+ - Fixes a bug where the server url would not be taken in consideration #626
40+
41+ ## [ 0.0.8] - 2021-08-25
42+
43+ ### Added
44+
45+ - Workflow for build validation
46+ - Workflow for Maven Preview and GitHub Releases
47+ - Workflow dispatch trigger to codeQL and api level lint
48+
49+ ### Changed
50+
51+ - Generated beta models and request builders using Typewriter (#163 )
52+ - Juniper-api from 5.7.2 to 5.8.0
53+ - Juniper-engine from 5.7.2 to 5.8.0
54+
You can’t perform that action at this time.
0 commit comments