Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

48 lines (34 loc) · 1.3 KB

Pip.Services Logo
Portable Abstractions and Patterns for Java Changelog

3.1.3 (2022-06-22)

Features

  • data getAsObject() added the ability to type the returned object
  • JsonConverter added ability to convert generics

3.1.2 (2022-06-04)

Features

  • Updated up to java 18
  • Added id generation method for IIdentifiable

3.1.0 (2022-05-17)

Features

  • Update the code to the latest version of pip-services toolkit
  • Upgrade to java 12
  • Updated validation rules
  • Added test

Bug Fixes

  • Fixed dependencies
  • Fixed error factories
  • Fixed reflection

3.0.0 (2018-08-15)

Initial public release

Features

  • Commands - Commanding and Eventing patterns
  • Config - configuration framework
  • Convert - portable soft value converters
  • Data - data value objects and random value generators
  • Errors - portable application errors
  • Random - random data generators
  • Refer - component referencing framework
  • Reflect - portable reflection helpers
  • Run - execution framework
  • Validate - data validators

Bug Fixes

No fixes in this version