celest 0.5.0-dev.2 celest: ^0.5.0-dev.2 copied to clipboard
The Flutter cloud platform. Celest enables you to build your entire backend in Dart.
0.5.0-dev.2 #
0.5.0-dev.1 #
- chore: Bump dependencies
0.5.0-dev.0 #
- feat: Add social sign-in support
- fix: Allow
null
for@httpQuery
and@httpHeader
parameters, defaulting to the parameter name. - chore: Migrate to new Cloud API
0.4.2 #
- feat: Add support for event streaming via SSE/WebSockets
0.4.1 #
- fix: Pana issues (dart-lang/pana#1351)
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 toenv
. - chore!: Rename
InternalServerException
toInternalServerError
- chore: Migrate to
package:native_storage
0.3.1 #
- Makes request context not specific to Celest
0.3.0 #
- Initial release of Celest Auth with email OTP support
0.2.0 #
- Bumps minimum Dart SDK to 3.3
- Adds
JsonValue
hierarchy for representing JSON primitives safely - Model/exception types from third-party packages no longer need to be exported from
models.dart
/exceptions.dart
. Only types you've defined in your backend. - Adds support for
lib/models/
andlib/exceptions/
folders for better organization of custom types
Fixes #
- fix: Celest crashing when editing files #25
- fix: Allow Object and Object?/dynamic is models, functions and exceptions #35
- fix: Incompatibility of custom toJson/fromJson with other non-Celest code #38
- fix: Allow the code to specify/check if Celest is running locally or in the cloud (and where in the cloud). #43
- fix: Bug: Custom exception not thrown #48
- fix: DRY up exception handling in generated client #49
0.1.1 #
- Update README
0.1.0 #
- Initial version.