Releases: kontent-ai/model-generator-net
Releases · kontent-ai/model-generator-net
v7.0.0-alpha0
First version of generetor supporting REST MAPI v2
7.0.0-alpha1
First version of generator supporting REST MAPI v2
- fix generation of snippets in content types
v6.0.2-beta1
fixed generating symbols
6.0.1
https://www.nuget.org/packages/Kentico.Kontent.ModelGenerator/6.0.1
Features:
- Updated to .NET 5
- Added releases for Linux and macOS #66
6.0.0
Compatibility release for .NET Delivery SDK v14
New features / breaking changes:
- SDK types such as
Asset
,MultipleChoiceOption
, andTaxonomyGroup
are now generated as respective interfaces (IAsset
,IMultipleChoiceOption
, andITaxonomyGroup
) generatepartials
is enabled by default
https://www.nuget.org/packages/Kentico.Kontent.ModelGenerator/6.0.0
5.0.1
5.0.0
https://www.nuget.org/packages/Kentico.Kontent.ModelGenerator/5.0.0
New features:
- all members are sorted alphabetically to make the diffs more readable (based on #99 by @xantari)
- line endings are unified to
Environment.NewLine
(CRLF on Windows) (based on #98 by @xantari)
Compatibility:
Breaking changes:
- generated models now contain a low-level assembly called
Kentico.Kontent.Delivery.Abstractions
5.0.0-beta5
5.0.0-beta2
https://www.nuget.org/packages/Kentico.Kontent.ModelGenerator/5.0.0-beta2
Breaking changes:
- the utility generates models compatible with the Delivery SDK v13.0.1-beta1 and above.
- because the models are now contained within a low-level assembly called
Kentico.Kontent.Delivery.Abstractions
- because the models are now contained within a low-level assembly called
4.1.0
https://www.nuget.org/packages/Kentico.Kontent.ModelGenerator/4.1.0
New features:
- advanced configuration via the command-line (https://github.com/Kentico/kontent-generators-net#advanced-configuration-preview-api-secure-api)
Breaking changes:
- all switches need to be followed by a boolean value true/false. e.g.
-s=true
(or-s true
or--structuredmodel=true
) instead of just-s
- the need to follow the syntax described here