Releases: objeck/objeck-lang
Releases · objeck/objeck-lang
v5.2.3
v5.2.2
Full support for type aliases.
Highlights:
- Aliases can now be used to reference any type, including functions (new)
- Added ‘MultiMap’ to generic collections (new)
- Fixed bug that allowed instance variables to referenced in static blocks on rare occasions (bug)
- Resolved unboxing issue for holder return calls (bug)
v5.2.1
Full support for type aliases.
Highlights:
- Aliases can now be used to reference any type, including functions (new)
- Added ‘MultiMap’ to generic collections (new)
- Fixed bug that allowed instance variables to referenced in static blocks on rare occasions (bug)
v5.2.0
v5.1.9
v5.1.8
Added type inference for lambda expressions.
Highlights:
- Type inference for lambda expressions
- Add 'Zip' to generics Map class
- Fixed bug that broke 'Apply' methods in generic collections
- Addressed arithmetic issue that assumed unboxed types were integer based
- Resolved parsing issue regarding multi-line lambdas within function calls
v5.1.7
Added type inference for lambda expressions.
Highlights:
- Type inference for lambda expressions
- Add 'Zip' to generics Map class
- Fixed bug that broke 'Apply' methods in generic collections
- Resolved parsing issue regarding multi-line lambdas within function calls