retro 1.0.6 retro: ^1.0.6 copied to clipboard
Repository pattern implementation in Dart, with out of the box support for common storage libraries.
1.0.6 #
- Fix repository lookup when hydrating
1.0.5 #
- Fix conditional that checks if a repository is
Hydratable
1.0.4 #
- Add automatic hydration when fetching entries with list or get
1.0.3 #
- Fixed a bug that prevents listing items on ZipRepository when only one repository is registered
1.0.2 #
- Add Transaction
1.0.1 #
- Fix lint issues
- Moved FirestoreRepository to retro_firestore package
1.0.0 #
- Initial version.