Releases: Odonno/ultime
Releases · Odonno/ultime
v0.0.5
Features
- ✨ add command to generate leptos component
- ✨ add command to generate leptos page
- ✨ add command to generate leptos endpoint
- ✨ add ability to generate leptos endpoint from query
- ✨ add ability to generate leptos endpoint from mutation
- ✨ add ability to generate leptos endpoint from event
- ✨ add ability to generate leptos endpoint from schema
- ✨ handle arrays on schema generation
- ✨ improve blog template with auth feature
Bugfix
- 🐛 fix order of props on generated db structs
- 🐛 order import on generated db modules
- 🐛 fix bug when installing Windows
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Features
- ✨ improve blog template with publish/unpublish events
- ✨ improve blog template with comments on post/comment
- ✨ improve blog template with styles
- ✨ extract query/mutation variables from surql comments
- ✨ add option to automatically open web browser when app is launched
- ✨ add cli command to generate db folder
Bugfix
Documentation
Full Changelog: v0.0.3...v0.0.4
v0.0.3
v0.0.2
Features
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Features
- ✨ add migration project when creating from template
- ✨ use leptos full-stack template
- ✨ create main runner
- ✨ create mutation functions from events
- ✨ apply watch mode to regenerate db folder
- ✨ add more crud functions
- ✨ only generate get function for script_migration table
- ✨ add ability to create empty template
- ✨ improve blog template
Bugfix
Miscellaneous
Documentation
Full Changelog: https://github.com/Odonno/ultime/commits/v0.0.1