Releases: erikvullings/strapi-to-typescript
Releases · erikvullings/strapi-to-typescript
v2.0.4
- generate id field like the others-add the possibility to customizing it
v2.0.3
- Remove slash from name when outputting typescript. thanks @blefevre
v2.0.2
- fix the search for the strapi component name pluralized
v2.0.1
- type not found, fallback to any
- add option collectionCanBeUndefined + doc
v2.0.0
- code refactoring
- externalize configuration
- override:
- interfaceName
- enumName
- type
- excludeField
- addField
v1.0.2
- fix groups attributes in snake-case ( @JeremiFerre )
- Handle WhiteSpaces in Names ( @svrin )
v1.0.0
- compatibility with strapi > 3.0.0-beta.18
- option -e generate typescript Enumeration
- add decimal/float/biginteger to number format
v0.3.0
- support for enumeration types @sirtimbly
- support for multiple input directories @7frank