We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679b19d commit 91ff7c5Copy full SHA for 91ff7c5
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [1.5.12] - June 16th, 2023
4
+
5
+- Feature: Optionally prevent client closing in `sendRequest`
6
+- Fix: builder to support `DataModelMixin`
7
+- Fix: guards and test for uninitialized models
8
9
## [1.5.11] - June 15th, 2023
10
11
- Feature: Introduce `DataModelMixin`
pubspec.yaml
@@ -2,7 +2,7 @@ name: flutter_data
description: >
The seamless way to work with persistent data models in Flutter. Inspired by
Ember Data and ActiveRecord.
-version: 1.5.11
+version: 1.5.12
homepage: https://github.com/flutterdata/flutter_data
documentation: https://flutterdata.dev/
0 commit comments