Skip to content

v1.4.2

Compare
Choose a tag to compare
@valtyr valtyr released this 30 May 10:58
· 20 commits to main since this release
79513a8

Patch Changes

  • 744b666: Uses the value of fileName when no enumFileName provided. Previously now if you used a different fileName and you didn't provide enumFileName it put the database in the fileName and enums in types.ts.
    Now imports GeneratedAlways only when needed. Previously it was always added, even if not needed which caused problems with the linter. Thank you @Aulos! 🍻