What's Changed
- docs: bump read me install version by @MBvisti in #520
- ci: update coverage badge by @github-actions[bot] in #518
- chore: use default sender signature by @MBvisti in #521
- ci: nightly not outputting assets by @MBvisti in #529
- refactor: fragment rendering by @MBvisti in #530
- chore: update routing package by @MBvisti in #531
- chore: remove submit sig by @MBvisti in #532
- ci: nightly does not produce assets by @MBvisti in #533
- ci: change git setup nightly by @MBvisti in #534
- ci: semver nightly by @MBvisti in #537
- ci: actually fix nightly by @MBvisti in #539
- chore: migrate models to bun by @MBvisti in #538
- chore: upgrade to latest datastar by @MBvisti in #540
- feat: introduce model update by @MBvisti in #541
- chore: use reflection for routes with multiple params by @MBvisti in #535
- chore: update crud cmds by @MBvisti in #542
- chore: correct the use of storage pkg by @MBvisti in #543
- fix: don't update custom types by @MBvisti in #544
- chore: remove automatic createdAt updatedAt by @MBvisti in #549
- fix: identify autoincrementing by @MBvisti in #548
- fix: generate upsert correctly by @MBvisti in #550
- chore: add tag method to params route by @MBvisti in #547
- chore: use scan instead of exec by @MBvisti in #551
- fix: graceful shutdown by @MBvisti in #552
- feat: add fullroute method to routes by @MBvisti in #553
- fix: handle rename migrations by @MBvisti in #554
- fix: make update method in models work by @MBvisti in #555
- fix: paginate method models generate by @MBvisti in #557
- chore: bring cli closer to rails by @MBvisti in #558
- feat: generate background jobs by @MBvisti in #560
- fix: handle arrays with bun by @MBvisti in #567
- fix: handle null types in ctrl layer by @MBvisti in #568
- fix: dont enforce created at and updated at by @MBvisti in #566
- chore: more null handling by @MBvisti in #570
- feat: add aliases to cmds by @MBvisti in #571
- feat: detect primary keys in model gen by @MBvisti in #572
- fix: create method incorrectly generated by @MBvisti in #574
- chore: use RawMessage instead of byte slice by @MBvisti in #575
- chore: switch queue to use bun by @MBvisti in #573
- chore: introduce request pkg and update renderer by @MBvisti in #578
- feat: introduce uberfx as an option by @MBvisti in #579
- chore: cleanup sqlc and bun byte slice by @MBvisti in #582
- fix: controller generation by @MBvisti in #581
- feat: add build command by @MBvisti in #583
- chore: update component classes by @MBvisti in #584
- feat: introduce inertia by @MBvisti in #580
- chore: update generator ctrl view for inertia by @MBvisti in #585
- chore: add more ci tests by @MBvisti in #586
- docs: update readme to latest by @MBvisti in #587
Full Changelog: v1.0.0-beta.3...v1.0.0-beta.4