Skip to content

v0.2.0

Compare
Choose a tag to compare
@Fa-BRAIK Fa-BRAIK released this 27 Dec 23:45
· 66 commits to main since this release
dcc6127

New features

Add the ability to resolve a default value when hydrating a DTO.

  • Ability to perform a check for regular values: (Scalar, BackedEnum and null, arrays of previous types)
  • Ability to resolve a default values for complex types : (Data types and array of Datatypes, DateTimes and array of Datetimes ...)
  • Ability to create a new instance of DTO using these attributes (Would not be possible using a regular construct)
  • Ability to create an empty DTO

What's Changed

  • Added default to attribute to specify default values for properties by @Fa-BRAIK in #5
  • Added empty data contract by @Fa-BRAIK in #7

Full Changelog: v0.1.1...v0.2.0