Skip to content

Latest commit

 

History

History
251 lines (221 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

251 lines (221 loc) · 11.9 KB

Changelog

The git commit history is the detailed source of all changes. The following provides most information at an easier glance.

Version 0.4.6 - 2020-12-16

Version 0.4.5 - 2020-03-03

Version 0.4.4 - 2019-11-24

Version 0.4.3 - 2019-08-14

Version 0.4.2 - 2019-08-01

Version 0.4.1 - 2019-06-04

Version 0.4.0 - 2019-03-09

  • polyglot-common:
    • Execute tasks are now installed with inheritable set to false
    • The ExecuteContext interface now has default implementations
    • The ExecuteContext now includes getMavenSession()
    • the ExecuteContext now includes getLog() to comport with Java bean conventions. The log() operation has been deprecated.
    • the ExecuteContext now includes getBasedir() to comport with Java bean conventions. The basedir() operation has been deprecated.
  • polyglot-kotlin:
    • Updates Kotlin to 1.3.21
    • Includes support for Maven's ClassRealm
    • Includes full support for the entire Maven model
    • Includes support for execute tasks via as inline lambdas or as external scripts.
    • Adds integration tests
    • Provides 100% test coverage for the entire Maven model
    • Resolves ClassLoader issues that affected integration with IntelliJ IDEA
    • The above enhancements were contributed by Robert Thornton https://github.com/thorntonrp
  • Release performed by Manfred Moser - http://www.simpligility.com

Version 0.3.2 - 2018-10-19

Version 0.3.1 - 2018-06-27

Version 0.3.0 - 2018-03-07

Version 0.2.1 - 2017-09-06

Release performed by Manfred Moser - http://www.simpligility.com

Version 0.2.0 - 2017-05-23

Release performed by Manfred Moser - http://www.simpligility.com

Version 0.1.19 - 2016-08-16 and earlier

See the commit git commit history.