Skip to content

1.0.0-pre1

Pre-release
Pre-release
Compare
Choose a tag to compare
@dmdashenkov dmdashenkov released this 31 Oct 12:51
· 7536 commits to master since this release
d7ddee7

This is a pre-release of the base library.

Changes since version 0.11.0

This release contains numerous small improvements in the code base, such as:

  • Color model is improved, as the transparency channel is added to the basic RGB color definition;
  • Money and utilities for working with money were moved into a separate repository;
  • build-time and test-time logging was improved by removing unnecessary build warnings and introducing a JUnit extension for muting redundant test output;
  • several new convenient APIs added (see Identifier.generate(Class));
  • entity IDs are now always validated as if (required) = true.