Skip to content

0.0.9

Compare
Choose a tag to compare
@nicoalbanese nicoalbanese released this 07 Sep 18:26
· 334 commits to master since this release

New Features

  • Added support for Bun (thanks @kddige)

Generate Function

  • Kirimase now generates a select field populated with all available options! Huge improvement in user experience.
  • Kirimase now generates a popover and calendar component (thanks shadcn-ui!)
  • Improvement in types on Front End (#6 )
  • Reference field only available when project contains existing models
  • When adding a reference field, Kirimase reads all available models rather than prompting user to type it in

General Fixes

  • Added lucide-react to install package for shadcn-ui (fixes #4)
  • Kirimase reads your trpc router before appending new routers to avoid duplication (fixes #8)
  • Changed column type for planetscale token_id (fixes #11)
  • SignIn component only added if next-auth installed (fixes #12)