Skip to content

v0.9.0-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@RyanLamansky RyanLamansky released this 13 Jun 13:42
1fa793f
  • Compiled exports now have an attribute indicating their native export type and name.
  • Runtime global imports now accept raw delegates.
  • Various bug fixes.

Breaking Changes

  • Out of range import types throw ModuleLoadException instead of IndexOutOfRangeException.
  • RuntimeException is now abstract.
  • Missing or incorrectly typed imports now throw ImportException instead of ArgumentException.
  • ImportDictionary's only member, an Add method, was changed to an extension method, which is binary-breaking but not code-breaking.