This repository was archived by the owner on Sep 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 86
roadmap v3.3
Julien Ponge edited this page Dec 8, 2017
·
5 revisions
This release will add features and fixes while sticking to Java 8 and ignoring compatibility with Java 9.
- Fixed #319 that allow function references to access private functions of other modules (#488)
- Fixed #471 in property methods that prevented the use of regular methods (#489)
- Fixed a bug in documentation generation when no documentation was provided for augmentations (#501)
- Fixed a bug on function composition (#507)
- The Maven plugin now compiles again (#502)
- Expressions can have local declarations (#485)
- Prints a warning when using deprecated java elements (#500)
- Return statements now support comment lines before the expression (#510)
- The new
gololang.Runtimemodule allows interacting with the Golo runtime environment (#505) - The new
gololang.IOmodule has I/O related functions previously ingololang.Predefined(#506)
- Golo has switched to the Eclipse Public License version 2.0