kiss_repository 0.9.0
kiss_repository: ^0.9.0 copied to clipboard
A simple generic repository interface
0.5.0 #
- Initial version.
0.6.0 #
- corrected
deleteAllto returnvoid.
0.7.0 #
- added
addWithIdto add an item with a specific id.
0.8.0 #
- Added in memory reference implementation, added a dispose method to the interface
- Update interface to make ID generation explicitly an external task thats out of scope of this interface.
0.8.1 #
- Update documentation
0.9.0 #
- Update interface to include auto ID generation - but do not implement any specific ID generation
- Fix typo in inteface name for IdentifiedObject