-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version 0.0.42 → 0.1.0 [skip-ci]
- Loading branch information
1 parent
fd99973
commit 5400532
Showing
3 changed files
with
277 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.commitizen] | ||
name = "cz_conventional_commits" | ||
version = "0.0.42" | ||
version = "0.1.0" | ||
version_files = [] | ||
bump_message = "chore: bump version $current_version → $new_version [skip-ci]" | ||
tag_format = "v$version" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,275 @@ | ||
## v0.1.0 (2021-10-14) | ||
|
||
### Fix | ||
|
||
- auto bumping | ||
- missing features | ||
|
||
### Feat | ||
|
||
- apple arm build | ||
- loading external schemas optimization | ||
|
||
## v0.0.42 (2021-09-27) | ||
|
||
### Feat | ||
|
||
- media types support | ||
|
||
## v0.0.41 (2021-09-22) | ||
|
||
### Fix | ||
|
||
- allow dead code | ||
- shared endpoint parameters #42 | ||
|
||
### Feat | ||
|
||
- extract endpoint logic to separate module | ||
|
||
## v0.0.40 (2021-09-09) | ||
|
||
### Fix | ||
|
||
- proper operation names from endpoint path | ||
|
||
## v0.0.39 (2021-09-07) | ||
|
||
### Fix | ||
|
||
- nullable and optional wrapper should be optional | ||
|
||
## v0.0.38 (2021-08-18) | ||
|
||
### Fix | ||
|
||
- primitve consts | ||
|
||
## v0.0.37 (2021-08-09) | ||
|
||
### Fix | ||
|
||
- omit duplicates in array when merging | ||
|
||
## v0.0.36 (2021-08-06) | ||
|
||
### Fix | ||
|
||
- required and nullable should be customized during flattening | ||
|
||
## v0.0.35 (2021-07-23) | ||
|
||
### Fix | ||
|
||
- after resolving oneOf with null, keep it as nullable attribute | ||
|
||
## v0.0.34 (2021-07-21) | ||
|
||
### Feat | ||
|
||
- clean to no-cache parameter | ||
- option for template registry to always clean template registry tmp dir | ||
|
||
## v0.0.32 (2021-06-29) | ||
|
||
### Fix | ||
|
||
- proper name generator from scope | ||
|
||
## v0.0.31 (2021-06-28) | ||
|
||
### Feat | ||
|
||
- additional properties to true as default | ||
- additionalProperties and schema | ||
|
||
## v0.0.30 (2021-06-23) | ||
|
||
### Feat | ||
|
||
- multiple files support on derefernce and merge-all-of | ||
|
||
## v0.0.29 (2021-06-21) | ||
|
||
### Fix | ||
|
||
- clippy | ||
|
||
### Feat | ||
|
||
- multi files support, merge allOf conditions, allOf | ||
|
||
## v0.0.28 (2021-05-24) | ||
|
||
### Feat | ||
|
||
- support x- attribute on endpoints | ||
- readme docs | ||
|
||
## v0.0.27 (2021-04-08) | ||
|
||
### Fix | ||
|
||
- flattening objects | ||
- linter | ||
|
||
### Feat | ||
|
||
- spaces, symlinks, oneof nullable | ||
|
||
## v0.0.26 (2021-03-26) | ||
|
||
### Fix | ||
|
||
- params correct format | ||
- params correct format | ||
|
||
## v0.0.25 (2021-03-17) | ||
|
||
### Feat | ||
|
||
- map type | ||
|
||
### Fix | ||
|
||
- map type | ||
|
||
## v0.0.24 (2021-03-17) | ||
|
||
### Feat | ||
|
||
- map as a custom type issue | ||
|
||
## v0.0.23 (2021-03-16) | ||
|
||
### Feat | ||
|
||
- grouped tags with pascal case instead of lower case | ||
|
||
## v0.0.22 (2021-03-16) | ||
|
||
### Feat | ||
|
||
- one-of externally tagged | ||
|
||
## v0.0.21 (2021-03-15) | ||
|
||
### Fix | ||
|
||
- merge all of, tags and output when chaining | ||
|
||
## v0.0.20 (2021-03-15) | ||
|
||
### Feat | ||
|
||
- default values | ||
|
||
## v0.0.19 (2021-03-12) | ||
|
||
### Feat | ||
|
||
- skip deref and tags | ||
|
||
## v0.0.18 (2021-03-08) | ||
|
||
### Feat | ||
|
||
- parameter style and explode | ||
|
||
## v0.0.17 (2021-03-07) | ||
|
||
### Fix | ||
|
||
- pass all data from container to j2 | ||
|
||
## v0.0.16 (2021-03-07) | ||
|
||
### Feat | ||
|
||
- tags group by endpoints | ||
|
||
## v0.0.15 (2021-03-04) | ||
|
||
### Feat | ||
|
||
- parse security schemes from openapi | ||
- add description for endpoints | ||
- add case conversion filters | ||
|
||
## v0.0.14 (2021-02-28) | ||
|
||
### Feat | ||
|
||
- discovery/registry poc | ||
|
||
## v0.0.13 (2021-02-17) | ||
|
||
### Feat | ||
|
||
- bump openapi + openapi merge subversion | ||
|
||
## v0.0.12 (2021-01-28) | ||
|
||
### Feat | ||
|
||
- filter inarray | ||
|
||
## v0.0.11 (2021-01-19) | ||
|
||
### Fix | ||
|
||
- anytype, rename fix | ||
|
||
## v0.0.10 (2021-01-18) | ||
|
||
### Fix | ||
|
||
- confilcts in case of array type | ||
|
||
## v0.0.8 (2021-01-17) | ||
|
||
### Feat | ||
|
||
- merge openapi | ||
|
||
## v0.0.7 (2021-01-15) | ||
|
||
### Fix | ||
|
||
- add suffix on title conflict | ||
|
||
## v0.0.6 (2021-01-14) | ||
|
||
### Feat | ||
|
||
- retrieve first const on oneof | ||
|
||
## v0.0.5 (2021-01-12) | ||
|
||
### Feat | ||
|
||
- string references, consts and x prefix fix | ||
|
||
## v0.0.4 (2021-01-11) | ||
|
||
### Fix | ||
|
||
- try to resolve references on merge | ||
|
||
## v0.0.3 (2021-01-07) | ||
|
||
### Feat | ||
|
||
- json patch functionality | ||
|
||
## v0.0.2 (2021-01-06) | ||
|
||
### Feat | ||
|
||
- proof of concept of simple codegen based on tera templates | ||
|
||
## v0.0.1 (2020-12-10) | ||
|
||
### Feat | ||
|
||
- initial application draft |