Skip to content

Releases: ChappIO/directus-extension-models

Add support for numeric choice fields

25 Oct 05:33
Compare
Choose a tag to compare

Fix type generation for M2A relations

21 Oct 08:36
Compare
Choose a tag to compare

Fixes #4

Thanks to @badrange and @arturoguzmanp for your reports

Feature: Improved consistency of git diffs

21 Oct 08:27
Compare
Choose a tag to compare

For the people who commit their generated models to git: This command now sorts models and fields alphabetically by default to make git diffs more usable.

You can disable this behaviour using the --no-sort flag

Bugfix: Generate array types for one-to-many relations

18 Oct 13:39
39ecc9b
Compare
Choose a tag to compare

Bugfix: Fix typing issue with singleton objects in ItemOf

23 Sep 10:38
be4a052
Compare
Choose a tag to compare

Export utility types

08 Sep 05:33
Compare
Choose a tag to compare
v2.4.1

Export helper types

Add type utility for ItemsService creation in extensions

18 Aug 06:35
Compare
Choose a tag to compare

Add support for global types

18 Aug 07:19
Compare
Choose a tag to compare
v.2.4.0

Fix readme

Fix multiselect

17 Aug 14:47
Compare
Choose a tag to compare

When you create a multiselect component, the value in the generated models will now be an array.

Thanks to @michael-scheurer for finding and fixing this issue.

Support client-side singleton models

10 Aug 16:50
Compare
Choose a tag to compare
v2.2.0

Generate arrays to support client side sdk