Skip to content

Releases: kontent-ai/model-generator-net

v7.0.0-alpha0

26 Aug 12:53
2828223
Compare
Choose a tag to compare
v7.0.0-alpha0 Pre-release
Pre-release

First version of generetor supporting REST MAPI v2

7.0.0-alpha1

26 Aug 15:07
Compare
Choose a tag to compare
7.0.0-alpha1 Pre-release
Pre-release

First version of generator supporting REST MAPI v2

  • fix generation of snippets in content types

v6.0.2-beta1

01 Mar 13:34
Compare
Choose a tag to compare
v6.0.2-beta1 Pre-release
Pre-release
fixed generating symbols

6.0.1

13 Nov 23:52
Compare
Choose a tag to compare

6.0.0

06 Oct 09:36
Compare
Choose a tag to compare

Compatibility release for .NET Delivery SDK v14

New features / breaking changes:

  • SDK types such as Asset, MultipleChoiceOption, and TaxonomyGroup are now generated as respective interfaces (IAsset, IMultipleChoiceOption, and ITaxonomyGroup)
  • generatepartials is enabled by default

https://www.nuget.org/packages/Kentico.Kontent.ModelGenerator/6.0.0

5.0.1

5.0.0

31 Mar 16:35
Compare
Choose a tag to compare

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

29 Mar 10:46
Compare
Choose a tag to compare
5.0.0-beta5 Pre-release
Pre-release

https://www.nuget.org/packages/Kentico.Kontent.ModelGenerator/5.0.0-beta5

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)

5.0.0-beta2

14 Feb 15:28
Compare
Choose a tag to compare
5.0.0-beta2 Pre-release
Pre-release

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

4.1.0

22 Nov 15:11
0d08c3e
Compare
Choose a tag to compare

https://www.nuget.org/packages/Kentico.Kontent.ModelGenerator/4.1.0

New features:

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