nosql_persistence 0.2.0 nosql_persistence: ^0.2.0 copied to clipboard
Using nosql databases with migrations, "expired" data, helpful functions
0.2.0 #
- Add the getExpired, putExpired, getExpiredTyped and putExpiredTyped methods for new expired system to the data sources
- Fix typos
- Updating the architecture to the implementation of "PersistenceInterface" and adding logic through mixins "PersistenceMigrationsResolver", "PersistenceExpiredSystemResolver", "PersistenseJsonResolver".
0.1.1 #
Breaking changes:
- Rename "write" method "put"
- Rename "read" method "get"
- Fix typos
0.1.0 #
- Initial version of this package