Skip to content

Releases: kontent-ai/model-generator-js

v9.1.0

01 Jul 13:59

Choose a tag to compare

  • Always use "organize-imports" prettier plugin (even when custom formatting options are specified)
  • Improves type safety for 'CoreType', fixes possible missing import of CoreType when snippet / type referenced only deleted types

Full Changelog: v9.0.2...v9.1.0

v9.0.2

01 Jul 08:20

Choose a tag to compare

  • Generates types representing a map between a codename of content type to its generated type. This type can be used for example for type safe getter of content items of given type based on the codename of their type

Full Changelog: v9.0.1...v9.0.2

v9.0.1

26 Jun 09:08

Choose a tag to compare

  • Exports sync functions & config in public API

Full Changelog: v9.0.0...v9.0.1

v9.0.0

25 Jun 09:07

Choose a tag to compare

What's Changed

  • Add support for additional entity types, type guards and value properties. Updates naming of certain delivery files by @Enngage in #67
  • Adds support for @kontent-ai/sync-sdk models by @Enngage in #72
  • Updates generated filenames to contain ".generated" suffix, simplifies barrel exports & uses single barrel export instead of multiple ones, use kebab-case for filenames by default by @Enngage in #73

Full Changelog: v8.1.0...v9.0.0