Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 967 Bytes

CHANGELOG.md

File metadata and controls

30 lines (19 loc) · 967 Bytes

1.0.0

The first release of Celest V1!

See the release notes for the celest package for more details.

0.4.1

0.4.0

This release introduces support for HTTP customization, improved ergonomics, and a preview of running Flutter and UI code in the sky! Check out our blog post for more details.

  • feat: Add support for HTTP customization
  • feat: Add support for running Flutter and UI code in the cloud
  • chore!: Require @cloud annotation for cloud functions
  • chore!: Replace @Context.user with @principal
  • chore!: Rename generated Env annotations to env.
  • chore!: Rename InternalServerException to InternalServerError
  • chore: Migrate to package:native_storage

0.3.1

  • Use required parameters throughout for better consistency

0.3.0

  • Initial version.