angel3_file_service 8.1.0 angel3_file_service: ^8.1.0 copied to clipboard
Angel service that persists data to a file on disk, stored as a JSON list.
Change Log #
8.1.1 #
- Updated repository link
8.1.0 #
- Updated
lints
to 3.0.0 - Fixed linter warnings
- Updated repository link
8.0.0 #
- Require Dart >= 3.0
7.0.0 #
- Require Dart >= 2.17
6.0.0 #
- Require Dart >= 2.16
5.0.0 #
- Skipped release
4.1.0 #
- Upgraded to
lints
linter
4.0.2 #
- Updated README
- Removed redundant code
4.0.1 #
- Updated package description
4.0.0 #
- Migrated to support Dart >= 2.12 NNBD
3.0.0 #
- Migrated to work with Dart >= 2.12 Non NNBD
2.0.1 #
- Pass everything through
_jsonifyToSD
when returning responses.
2.0.0 #
- Dart/Angel 2 update.
- Remove
package:dart2_constant
- Update
package:file
to^5.0.0
.
1.1.2 #
- Added tests, because tests.
1.1.1 #
- Dart 2 fixes.
1.1.0+2 #
create
now uses the underlying store, instead of manually patching
1.1.0+1 #
- Analyzer nitpick for pana
1.1.0 #
- Updated to framework v1.1.x
- Use
package:file
- Allow a custom
store