Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

roadmap v3.3

Julien Ponge edited this page Dec 8, 2017 · 5 revisions

Overview

This release will add features and fixes while sticking to Java 8 and ignoring compatibility with Java 9.

3.3.0-M1

Bug fixed

  • 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)

New features

  • 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.Runtime module allows interacting with the Golo runtime environment (#505)
  • The new gololang.IO module has I/O related functions previously in gololang.Predefined (#506)

Misc

  • Golo has switched to the Eclipse Public License version 2.0
Clone this wiki locally