Skip to content

Releases: wasp-lang/wasp

v0.2.2.0

22 Jul 12:01
Compare
Choose a tag to compare

CHANGELOG:

  • New feature: Custom code can now be executed on server start.
  • New feature: It can be specified per operation if it should require authenticated user or not.

v0.2.1.0

29 Jun 15:04
Compare
Choose a tag to compare

CHANGELOG:

  • added bash completion
  • fixed Prisma commands interactivity
  • upgraded Prisma version
  • added Thoughts example app
  • enriched wasp telemetry command
  • refactoring

v0.2.0.1

25 Apr 06:51
Compare
Choose a tag to compare

No changes to Wasp itself -> instead, we switched to new build system and one the way changed name of the macos binary + updated the installer script to reflect it. This release is needed to provide the correctly named macos binary for thus updated installer script (which is pulled directly from master).

v0.2.0.0

21 Apr 18:03
Compare
Choose a tag to compare

CHANGELOG

  • Added support for .env file.
  • Upgraded Prisma to latest 2.21.
  • Breaking change: wasp db migrate-save and wasp db migrate-up are deprecated, now we have wasp db migrate-dev.
  • Breaking change: So far SQLite was used in development and PostgreSQL was used in production. Now both can be used in development (with SQLite still being the default), while only PostgreSQL can be used in production.

v0.1.10.2

30 Mar 22:07
Compare
Choose a tag to compare
  • fixed CLI output and input
  • fixed leaving of orphaned processes behind when CLI crashes.

v0.1.10.1

22 Feb 16:38
Compare
Choose a tag to compare

Fixes #187 - wasp start does not crash any more due to tmp editor files, or files that got deleted in between recompilation trigger and code generation.

v0.1.10.0

10 Feb 15:14
Compare
Choose a tag to compare

Automatic release

v0.1.9.7

05 Feb 14:42
Compare
Choose a tag to compare

Added tracking of wasp build to CLI telemetry.

v0.1.9.6

05 Feb 13:44
Compare
Choose a tag to compare

Automatic release

v0.1.9.5

04 Feb 14:20
Compare
Choose a tag to compare

Fixed bug when no auth.