Releases: gantsign/doxia-sink-api-ktx
Releases · gantsign/doxia-sink-api-ktx
0.7.2
0.7.1
Changes:
- #52: Changed to avoid repeating tests on deploy
- #53: Fix for unused test dependency error
- #54: Changed to only run codecov.io on test stage
- #56: Upgraded annotations from 16.0.2 to 16.0.3
- #55: Upgraded ktlint-maven-plugin from 0.9.10 to 0.9.11
- #57: Upgraded sortpom-maven-plugin from 2.8.0 to 2.9.0
- #58: Upgraded ktlint-maven-plugin from 0.9.11 to 0.9.13
- #59: Upgraded kotlin.version from 1.2.70 to 1.2.71
0.7.0
Enhancement:
- #46: Upgraded kotlin.version from 1.2.61 to 1.2.70
Changes:
- #38: Artifacts are now available from Maven Central
- #39: Moved content container interfaces into their own files
- #40: Added ktlint plugin to format and lint Kotlin code
- #41: Upgraded ktlint-maven-plugin from 0.9.6 to 0.9.9
- #42: Upgraded nexus-staging-maven-plugin from 1.6.7 to 1.6.8
- #44: Upgraded ktlint-maven-plugin from 0.9.9 to 0.9.10
- #45: Upgraded mockito-core from 2.21.0 to 2.22.0
- #48: Dropped shade plugin from pluginManagement
- #49: Changed to sources:jar-no-fork
- #50: Changed to use multi-stage build
0.6.1
0.6.0
Breaking change:
- #16: Upgraded kotlin.version from 1.2.41 to 1.2.61
- The Kotlin implementation of default methods has changed and this project as opted not to use the backwards compatibility mode (because we haven't had a stable release yet). This release breaks binary compatibility but not source compatibility.
Other changes:
- #10: Upgraded maven-dependency-plugin from 3.1.0 to 3.1.1
- #9: Upgraded maven-plugin-plugin from 3.5.1 to 3.5.2
- #12: Upgraded assertj-core from 3.9.1 to 3.11.1
- #11: Upgraded maven-failsafe-plugin from 2.21.0 to 2.22.0
- #8: Upgraded httpcore from 4.4.9 to 4.4.10
- #13: Upgraded mockito-core from 2.18.3 to 2.21.0
- #15: Upgraded maven-project-info-reports-plugin from 2.9 to 3.0.0
- #14: Upgraded extra-enforcer-rules from 1.0-beta-7 to 1.0-beta-9
- #26: Upgraded maven-surefire-report-plugin from 2.21.0 to 2.22.0
- #25: Upgraded annotations from 16.0.1 to 16.0.2
- #24: Upgraded maven-resources-plugin from 3.0.2 to 3.1.0
- #23: Upgraded httpclient from 4.5.5 to 4.5.6
- #22: Upgraded maven-surefire-plugin from 2.21.0 to 2.22.0
- #21: Upgraded maven-invoker-plugin from 3.0.1 to 3.1.0
- #20: Upgraded maven-site-plugin from 3.7 to 3.7.1
- #19: Upgraded mockito-kotlin from 1.5.0 to 1.6.0
- #18: Upgraded maven-compiler-plugin from 3.7.0 to 3.8.0
- #17: Upgraded maven-javadoc-plugin from 3.0.0 to 3.0.1
- #27: Upgraded jacoco-maven-plugin from 0.8.1 to 0.8.2
- #28: Updated IntelliJ config
- #29: Added IntelliJ Checkstyle config to .gitignore