v0.9.0-preview
Pre-release
Pre-release
- 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 ofIndexOutOfRangeException
. RuntimeException
is now abstract.- Missing or incorrectly typed imports now throw
ImportException
instead ofArgumentException
. ImportDictionary
's only member, anAdd
method, was changed to an extension method, which is binary-breaking but not code-breaking.