celest 0.3.0 copy "celest: ^0.3.0" to clipboard
celest: ^0.3.0 copied to clipboard

The Flutter cloud platform. Celest enables you to build your entire backend in Dart.

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/ and lib/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.
11
likes
0
points
60
downloads

Publisher

verified publishercelest.dev

Weekly Downloads

The Flutter cloud platform. Celest enables you to build your entire backend in Dart.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async, celest_auth, celest_core, chunked_stream, meta, shelf, shelf_router

More

Packages that depend on celest