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:/thorntonrp
  • Release performed by Manfred Moser - http://www.simpligility.com

Version 0.3.2 - 2018-10-19

Version 0.3.1 - 2018-06-27

  • polyglot-scala: Convenience methods for Dependency (classifier, intransitive, % (scope))
  • polyglot-scala: Support reporting-section in pom
  • polyglot-scala: Added default value for pom property modelversion (4.0.0)
  • Polyglot-scala: Updated used Scala Version (2.11.12)
  • polyglot-scala: refined Dependency.copy method
  • polyglot-scala: Made output dir to pom.scala files compilation configurable via system property polyglot.scala.outputdir
  • polyglot-scala: Improved support and docs for configuration elements of plugins
  • Upgrade to latest takari-pom parent
  • polyglot-yaml: Support for xml attributes
  • polyglot-yaml: exclude pomFile property from serialization
  • polyglot-java: Linux support and test fixes
  • polyglot-java: Moved examples into polyglot-maven-examples
  • Release performed by Manfred Moser - http://www.simpligility.com

Version 0.3.0 - 2018-03-07

Version 0.2.1 - 2017-09-06

  • Improved handling of string with special characters in Scala dialect
  • Fixed NPE on Maven model write in Scala dialect
  • Added missing dependency to translate plugin
  • Ruby examples usages in documentation

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.