pip_services3_commons 1.1.7 pip_services3_commons: ^1.1.7 copied to clipboard
Common patterns for Pip.Services in Dart. This framework is part of the [Pip.Services](https://github.com/pip-services/pip-services) project.
Portable Abstractions and Patterns for Dart #
1.0.0 #
- Initial version, created by Sergey Seroukhov and Dmitry Levichev
1.0.1 #
- Fix docs and code style, created by Dmitry Levichev
1.0.2 #
- More fixes docs and code style, created by Dmitry Levichev
1.0.3 #
- Fix all code style by Dmitry Levichev
1.0.4 #
- Fix getOneOptional method in References
1.0.5 #
- Fix toNullableString method in StringConverter for properly works with Lists. Was added tests.
1.0.6 #
- Optimize toNullableString method in StringConverter for properly works with Lists. Added examples.
1.0.7 #
- Fix methods [fromJson] in classes from data package.
1.0.8 #
- Fix work with time, make convert to UTC.
1.0.9 #
- Add converting to/from JSON for ApplicationException
1.0.10 #
- Fix setInterval and setDelay methods in FixedRateTimer
1.0.11 #
- Fix ApplicationException to JSON converting issue
1.0.12 #
- Added TokenizedPagingParams and TokenizedDataPage classes
1.1.0 #
- Added null-safety supports
1.1.1 #
- Make StringValueMap nullable type
1.1.2 #
- Fixed JsonConverter toJson method
1.1.3 #
- Parameter id for IIdentifiable made optional
1.1.4 #
- Fixed FixedRateTimer.setCallback params
1.1.5 #
- Fixed TypeConverter.toNullableType type cast
1.1.6 #
- Changed visibility of Command schema property