Releases: ChappIO/directus-extension-models
Releases · ChappIO/directus-extension-models
Add support for numeric choice fields
Fix type generation for M2A relations
Fixes #4
Thanks to @badrange and @arturoguzmanp for your reports
Feature: Improved consistency of git diffs
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
Thanks to @falmanna for this fix
Bugfix: Fix typing issue with singleton objects in ItemOf
v2.4.3 Update package.json
Export utility types
v2.4.1 Export helper types
Add type utility for ItemsService creation in extensions
v2.3.0 Add readme for extensions
Add support for global types
v.2.4.0 Fix readme
Fix multiselect
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
v2.2.0 Generate arrays to support client side sdk