Skip to content

0.4.0

Compare
Choose a tag to compare
@gilzoide gilzoide released this 07 Dec 23:26
· 159 commits to main since this release

Built platforms: Windows, Linux/X11, OSX, iOS, Android
Notes: OSX .dylib is not signed and will need explicit permission from the user or codesigning for running. iOS .dylibs are not signed and require codesigning before building the application.

Added

  • Support for running without JIT enabled
  • Support for iOS builds
  • export function, an alias for property that always marks the property as
    exported

Fixed

  • Quote CODE_SIGN_IDENTITY argument passed to codesign invocations
  • ABI mismatch for math types in Linux x86_64 + Mono (#4)

Changed

  • BREAKING CHANGE: properties are not exported by default. Either pass
    a usage with the PropertyUsage.EDITOR bit set or call export instead of
    property