Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1001 Bytes

CHANGELOG.md

File metadata and controls

38 lines (31 loc) · 1001 Bytes

kotlin-compose

next

Changes

  • No changes

1.3.1 - 2018-04-05

Changes

  • Adds back removed method in NetworkSettings. The method is now marked as deprecated but still there.

1.3.0 - 2018-04-05

Changes

  • Add support for host networking #8
  • Uses kotlin v 1.2.31

1.2.1 - 2017-11-25

Changes

  • Adds scm, license and other project metadata to the generated pom file
  • All usages of IOUtils.toString now uses utf-8 charset

1.2.0 - 2017-11-24

Changes

  • Uses kotlin version 1.1.60
  • Updates a number of other dependencies. For example jackson, commons-lang3 and commons-io.
  • Adds javadoc as an additional jar artifact
  • Uses gradle 4.3.1

1.1.1 - 2016-10-03

Changes

  • Changed build logic. SNAPSHOT is not appended by gradle anymore.

1.1.0 - 2016-09-30

Changes

  • It is possible to forward the logs inside the docker containers out to slf4j
  • Improvements to the build system and the documentation

1.0.0 - 2016-09-26

Changes

  • First public release.