pip_services3_data 1.1.2
pip_services3_data: ^1.1.2 copied to clipboard
This package contains various design patterns for working with data and provides implementation of reusable data processing
Persistence components for Dart Changelog #
1.0.0 #
- Initial version, created by Sergey Seroukhov and Dmitry Levichev
1.0.1 #
- Add support for IClonable objects in methods of IdentifiableMemoryPersistence
1.0.2 #
- Add suffix Ex for methods getListByFilter and getPageByFilter in IdentifiableMemoryPersistence
1.0.3 #
- Add getCountByFilterEx in IdentiifibleMemoryPersistence
1.0.4 #
- Fix return list size in getPageByFilterEx method in IdentifiableMemoryPersistence
1.0.5 #
- Add suffix Ex for method deleteByFilter in IdentifiableMemoryPersistence
1.0.6 #
- Fix deleteById method in IdentifiableMemoryPersistence. 22-06-2020, Levichev Dmitry
1.0.7 #
- Moved some CRUD operations from IdentifiableMemoryPersistence to MemoryPersistence
1.1.0 #
- Migrate to null-safety
- Fixed sort and filter params fro persistences
1.1.1 #
- Fixed json conversions
- Update interfaces
1.1.2 #
- Fixed JsonFilePersister.configure for empty config