Skip to content

Releases: blitz-js/blitz

v0.6.6

26 Apr 12:30
Compare
Choose a tag to compare

Patches

  • Fix relative imports: #271

Credits

Huge thanks to @ryardley for helping!

v0.6.5

26 Apr 07:41
Compare
Choose a tag to compare

Patches

  • Fix UnhandledPromiseRejectionWarning error during blitz start: #266
  • Fix HMR, Enable Fast Refresh, Upgrade next to 9.3.6-canary.11: #268

Credits

Huge thanks to @ryardley for helping!

v0.6.4

26 Apr 03:40
Compare
Choose a tag to compare

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

25 Apr 07:13
Compare
Choose a tag to compare

Patches

  • Fix Linux & Remove top level await support in console, temporarily: #231
  • Change email field to be optional in new app template schema: dcc9c4d

v0.6.2

24 Apr 15:11
Compare
Choose a tag to compare

Patches

  • Fix cli package detection: 55fdaa0

v0.6.2-canary.0

24 Apr 14:48
Compare
Choose a tag to compare
v0.6.2-canary.0 Pre-release
Pre-release

Patches

  • Attempt fix for cli package detection: 55fdaa0

v0.6.1

24 Apr 12:26
Compare
Choose a tag to compare

Patches

  • Add needed blitz db migrate command to the blitz new template app page: f17820f

v0.6.0

24 Apr 11:30
Compare
Choose a tag to compare

The Blitz Alpha Release is Here!! 🎉

Read the Alpha User Guide

v0.6.0-canary.4

24 Apr 10:55
Compare
Choose a tag to compare
v0.6.0-canary.4 Pre-release
Pre-release

Patches

  • Add more useful instructions to the blitz new index page: #217
  • Remove oops debug log from blitz generator: 0fa28d2

v0.6.0-canary.3

24 Apr 09:44
Compare
Choose a tag to compare
v0.6.0-canary.3 Pre-release
Pre-release

Minor Changes

  • 🎉 Add full working CRUD actions to pages generator! + fix RPC b…: #214