Skip to content

Releases: AcmeSoftwareLLC/clean_framework

Version 2.0.0

19 Jan 16:27
b163cbe

Choose a tag to compare

  • Removed dependencies on sub packages. Sub-packages can be added separately as per the requirement.
Sub-packages:
- clean_framework_router
- clean_framework_graphql
- clean_framework_rest
- clean_framework_firestore
- clean_framework_test
  • Added AppProviderScope
  • Remove old feature flagging classes in favor of new open feature based classes
  • Simplified Either implementation
  • Introduced transformers to UseCase; use cases are now lazily instantiated
  • Simplified provider creation and usage
  • Added UseCaseProvider.autoDispose
  • Added UseCaseProviderBridge

For migration guide, please refer to the docs.

What's Changed

Full Changelog: v1.5.0...v2.0.0

Version 1.5.0

01 Nov 10:22
dca68cd

Choose a tag to compare

  • Breakdown into sub packages.
  • Moved test helpers to clean_framework_test package.
  • RestSuccessResponse's data is subtype of Object instead of dynamic.