Skip to content

2.3.0

Closed Dec 18, 2023 100% complete

Type support inference update. The primary change is the auto-detection of type information.

  • Support all structs whose exported fields are supported by REZI (this is recursive) without requiring implementation of a marshaler or unmarshaler function
  • Support all types whose underlying type is supported by REZI without requiring implementation of a marshale…

Type support inference update. The primary change is the auto-detection of type information.

  • Support all structs whose exported fields are supported by REZI (this is recursive) without requiring implementation of a marshaler or unmarshaler function
  • Support all types whose underlying type is supported by REZI without requiring implementation of a marshaler or unmarshaler function
  • Cleanup of calls into reflect; stop needing to fully recurse for container types.

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.