1.3.0
Version 1.3.0
New:
- Add type extensions to directly call a default constructor delegate from a
Type
(withoutImmediateType
). - Add type extensions to directly call a constructor delegate from a
Type
(withoutImmediateType
).
Fixes:
ImmediateType
properly handle arrays which were crashing before.
Updates:
- Default constructor delegates available via
ImmediateType
are now cached and shared across several instance ofImmediateType
. ImmediateProperty
are now cached and shared across several instance ofImmediateType
.ImmediateField
are now cached and shared across several instance ofImmediateType
.