Releases: blitz-js/blitz
Releases · blitz-js/blitz
v0.6.4
Patches
- Fix super slow CLI startup when used in a folder with many files: #254
- Make
blitz h
print the help menu: #252 - Change new app template Prisma model to be the same as the user guide: 5a69c49
- Remove the slow warning message: c8527d9
Credits
Huge thanks to @jimthedev and @jclancy93 for helping!
v0.6.3
v0.6.2
v0.6.2-canary.0
Patches
- Attempt fix for cli package detection: 55fdaa0
v0.6.1
v0.6.0
The Blitz Alpha Release is Here!! 🎉
Read the Alpha User Guide
v0.6.0-canary.4
v0.6.0-canary.3
Minor Changes
- 🎉 Add full working CRUD actions to pages generator! + fix RPC b…: #214
v0.6.0-canary.2
v0.6.0-canary.1
Patches
- Refactor(server): simplify resolveBinAsync: #208
- Maybe fix one issue on windows by removing node-pty: #210
- Fix possible race condition during
blitz new
: #198 - Beautify query/mutation logging and Refactor logger: #199
- Disable jsx-a11y/anchor-is-valid because it doesn't plan will with Blitz/Next links: 73f6be0
- Fix some type issues: 5da2eae
- Add alpha msg to CLI and add OS version with
blitz -v
: #211 - Fix(cli): populate new apps with latest version of deps in range: #206
Credits
Huge thanks to @wKovacs64, @ryardley, @Zeko369, and @merelinguist for helping!