Skip to content

Releases: nicoalbanese/kirimase

v0.0.13

12 Sep 14:14
Compare
Choose a tag to compare

What's Changed

  • Added support for Bun
  • Fix code generation on Session model with PlanetScale by @pjholmes in #27
  • Bug: fixed template literal bug in tRPC template by @Sa-ar in #21

New Contributors

Full Changelog: v0.0.11...v0.0.13

v0.0.11

10 Sep 14:53
Compare
Choose a tag to compare

New Features

  • Kirimase now supports Prisma!

Big Changes

  • In order to support Prisma, Kirimase has been refactored pretty significantly to make it easier to add packages in the future

Full Changelog: v0.0.10...v0.0.11

v0.0.10

08 Sep 10:37
Compare
Choose a tag to compare

What's Changed

  • bug fixes (#12)
  • removed bun as issues encountered running scripts with sqlite

0.0.9

07 Sep 18:26
Compare
Choose a tag to compare

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)

0.0.8

05 Sep 10:51
Compare
Choose a tag to compare
  • Addressed #2 and #3
  • Updated view generation to use query function rather than server-side TRPC due to caching issue
  • Introduced new auth util function for checking user privileges -> directing to signin if not authed

0.0.7

04 Sep 13:44
Compare
Choose a tag to compare

New Features

  • Added Shadcn-UI to available packages
  • Added "Views and Components" to generate command. This scaffolds UI (using shadcn-ui) to perform basic CRUD operations (fully typesafe with client-side validations thanks to react-hook-form and zod)
  • Transitioned from native "spawn" to "execa" to hopefully resolve issues installing packages across different platforms
  • Removed input asking for database_url from drizzle add command. Instead, a generic database_url will be added to the .env depending on the db driver in use
  • Added toggle to choose whether to include example schema at first install of drizzle

0.0.4

01 Sep 16:50
Compare
Choose a tag to compare

Initial release 😄