Skip to content

Releases: erikvullings/strapi-to-typescript

v2.0.4

09 Jan 14:40
Compare
Choose a tag to compare
  • generate id field like the others-add the possibility to customizing it

v2.0.3

24 Dec 12:24
Compare
Choose a tag to compare
  • Remove slash from name when outputting typescript. thanks @blefevre

v2.0.2

27 Nov 17:32
Compare
Choose a tag to compare
  • fix the search for the strapi component name pluralized

v2.0.1

23 Nov 14:25
Compare
Choose a tag to compare
  • type not found, fallback to any
  • add option collectionCanBeUndefined + doc

v2.0.0

30 Oct 18:11
Compare
Choose a tag to compare
  • code refactoring
  • externalize configuration
  • override:
    • interfaceName
    • enumName
    • type
  • excludeField
  • addField

v1.0.2

29 Oct 19:29
Compare
Choose a tag to compare
  • fix groups attributes in snake-case ( @JeremiFerre )
  • Handle WhiteSpaces in Names ( @svrin )

v1.0.0

22 Mar 13:55
Compare
Choose a tag to compare
  • compatibility with strapi > 3.0.0-beta.18
  • option -e generate typescript Enumeration
  • add decimal/float/biginteger to number format

v0.3.0

16 Mar 18:45
Compare
Choose a tag to compare
  • support for enumeration types @sirtimbly
  • support for multiple input directories @7frank