Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 771 Bytes

CHANGELOG.md

File metadata and controls

45 lines (29 loc) · 771 Bytes

Change Log

2017-11-12

  • added mappings() to country code mappings to allow fetching all mappings

2017-09-02

  • changed property name from uuid to value in Uuid
  • updated dependencies

2017-08-18

  • force cast toString() to always return strings

2017-08-07

  • added some modifier methods for easier modifications to date and time

2017-07-28

  • added more DateTime support methods
  • split DateTime into separate traits for easier maintenance

2017-06-24

  • changed property name from email to value in EmailAddress (more consistent)
  • added PhoneNumber VO

2017-06-24

  • added hasKey, hasValue and values to AbstractEnumeration

2017-06-23

Initial commit.