You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/celest/CHANGELOG.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
-
## 0.2.0-dev.3
2
-
3
-
## 0.2.0-dev.2
4
-
5
-
- Fix route path in heartbeat monitor
6
-
7
-
## 0.2.0-dev.1
8
-
9
-
## 0.2.0-dev
1
+
## 0.2.0
2
+
3
+
- Bumps minimum Dart SDK to 3.3
4
+
- Adds `JsonValue` hierarchy for representing JSON primitives safely
5
+
- 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.
6
+
- Adds support for `lib/models/` and `lib/exceptions/` folders for better organization of custom types
7
+
8
+
### Fixes
9
+
- fix: Celest crashing when editing files [#25](https://github.com/celest-dev/celest/issues/25)
10
+
- fix: Allow Object and Object?/dynamic is models, functions and exceptions [#35](https://github.com/celest-dev/celest/issues/35)
11
+
- fix: Incompatibility of custom toJson/fromJson with other non-Celest code [#38](https://github.com/celest-dev/celest/issues/38)
12
+
- fix: Allow the code to specify/check if Celest is running locally or in the cloud (and where in the cloud). [#43](https://github.com/celest-dev/celest/issues/43)
13
+
- fix: Bug: Custom exception not thrown [#48](https://github.com/celest-dev/celest/issues/48)
14
+
- fix: DRY up exception handling in generated client [#49](https://github.com/celest-dev/celest/issues/49)
0 commit comments