Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
/ type Public archive
generated from spaceonfire/skeleton

1.2.0

Compare
Choose a tag to compare
@hustlahusky hustlahusky released this 13 Oct 17:49
e167eb7

Removed

  • Type interface doesn't declare static methods support() and create() no more.

Added

  • Dynamic type factories. It replaces static methods in Type classes and static TypeFactory class.
  • Mixed type.
  • Void type.

Deprecated

  • Static methods in classes implementing Type interface and static TypeFactory class marked as deprecated.
    Their API still backward compatible using dynamic type factories. It will be removed in next major release.