Skip to content

v5.2.1

Compare
Choose a tag to compare
@objeck objeck released this 16 Sep 13:52
· 9366 commits to master since this release

Full support for type aliases.

Highlights:

  1. Aliases can now be used to reference any type, including functions (new)
  2. Added ‘MultiMap’ to generic collections (new)
  3. Fixed bug that allowed instance variables to referenced in static blocks on rare occasions (bug)