Skip to content

Latest commit

 

History

History
82 lines (41 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

82 lines (41 loc) · 1.55 KB

Pip.Services Logo
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