- Initial version, created by Sergey Seroukhov and Dmitry Levichev
- Fix docs and code style, created by Dmitry Levichev
- More fixes docs and code style, created by Dmitry Levichev
- Fix all code style by Dmitry Levichev
- Fix getOneOptional method in References
- Fix toNullableString method in StringConverter for properly works with Lists. Was added tests.
- Optimize toNullableString method in StringConverter for properly works with Lists. Added examples.
- Fix methods [fromJson] in classes from data package.
- Fix work with time, make convert to UTC.
- Add converting to/from JSON for ApplicationException
- Fix setInterval and setDelay methods in FixedRateTimer
- Fix ApplicationException to JSON converting issue
- Added TokenizedPagingParams and TokenizedDataPage classes
- Added null-safety supports
- Make StringValueMap nullable type
- Fixed JsonConverter toJson method
- Parameter id for IIdentifiable made optional
- Fixed FixedRateTimer.setCallback params
- Fixed TypeConverter.toNullableType type cast
- Changed visibility of Command schema property