Skip to content

Releases: blitz-js/blitz

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

v0.6.0-canary.2

24 Apr 08:37
Compare
Choose a tag to compare
v0.6.0-canary.2 Pre-release
Pre-release

Minor Changes

  • 🎉 Add the blitz generate command: #187

Patches

  • Speed up blitz start/build by parallelizing prisma generation: #212

Credits

Huge thanks to @aem and @ryardley for helping!

v0.6.0-canary.1

24 Apr 07:05
Compare
Choose a tag to compare
v0.6.0-canary.1 Pre-release
Pre-release

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!