Releases: nicoalbanese/kirimase
Releases · nicoalbanese/kirimase
v0.0.13
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
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
0.0.9
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
0.0.8
0.0.7
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
Initial release 😄