Skip to content

1.7.32-beta

Compare
Choose a tag to compare
@raamcosta raamcosta released this 16 Jan 22:03
· 326 commits to main since this release
9eee3c0

#104 - Added value class navigation argument support.

You can now use value classes as navigation arguments 🙌
Some limitations: (checked at compile time)

  • Value class has to have a public constructor
  • Value class has a public non nullable field
  • Value class "inner type" needs to be a "non value class" navigation argument type.

Full Changelog: 1.7.30-beta...1.7.32-beta