Skip to content

v0.8.0

Compare
Choose a tag to compare
@matanlurey matanlurey released this 29 Mar 16:54
· 285 commits to master since this release
8bf5d08
  • BREAKING removed the deprecated requireLibraryDirective parameter in
    PartBuilder.

  • Revivable no longer throws a type error when attempting to revive a
    reference to a top-level function or static-class method. Now is returns a
    reference to that function or method, as expected.