Skip to content

Commit 90332d1

Browse files
committed
chore(release): Version 1.1.0
1 parent ac7378c commit 90332d1

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.1.0] (2026-04-02)
4+
5+
### Added
6+
7+
- Support `--model-prefix` and `GeneratorOptions.ModelPrefix` to prefix every generated model type name
8+
- Support generator option validation for invalid namespaces and model prefixes before generation starts
9+
- Support `--inline-type-aliases` and `GeneratorOptions.InlinePrimitiveTypeAliases` to inline primitive aliases at usage sites
10+
- Support `string`/`binary` component aliases as `Stream`, including generated JSON converters for wrapper aliases
11+
12+
### Changed
13+
14+
- Bumps Microsoft.OpenApi from 3.4.0 to 3.5.1
15+
- Bumps Microsoft.OpenApi.YamlReader from 3.4.0 to 3.5.1
16+
17+
### Fixed
18+
19+
- Fixes default value handling for date-based properties
20+
- Fixes stream alias detection during code generation
21+
322
## [1.0.1] (2026-03-14)
423

524
### Changes
@@ -26,4 +45,6 @@
2645
- URL input support for remote OpenAPI specifications
2746
- Configurable generation options (namespace, enums, nullable, collections, etc.)
2847

48+
[1.1.0]: https://github.com/Nikcio-labs/openapi-code-generator/releases/tag/v1.1.0
49+
[1.0.1]: https://github.com/Nikcio-labs/openapi-code-generator/releases/tag/v1.0.1
2950
[1.0.0]: https://github.com/Nikcio-labs/openapi-code-generator/releases/tag/v1.0.0

0 commit comments

Comments
 (0)