Skip to content

1.3.0

Compare
Choose a tag to compare
@KeRNeLith KeRNeLith released this 23 Jul 08:44

Version 1.3.0

New:

  • Add type extensions to directly call a default constructor delegate from a Type (without ImmediateType).
  • Add type extensions to directly call a constructor delegate from a Type (without ImmediateType).

Fixes:

  • ImmediateType properly handle arrays which were crashing before.

Updates:

  • Default constructor delegates available via ImmediateType are now cached and shared across several instance of ImmediateType.
  • ImmediateProperty are now cached and shared across several instance of ImmediateType.
  • ImmediateField are now cached and shared across several instance of ImmediateType.