Skip to content

Releases: valmaev/antforce

v0.13

13 May 17:31
v0.13
Compare
Choose a tag to compare
  • Breaking Change: ant-saleasforce.jar is no longer downloaded as a dependency of antforce, so the build scripts relying on this behavior should add the download of ant-salesforce.jar
  • Migrated from Bintray to JFrog Cloud due to the sunset

v0.12

08 Oct 13:42
v0.12
Compare
Choose a tag to compare
  • Changed version of kotlinx.html library from 0.5.12 to 0.7.2 which should fix module not found: org.jetbrains.kotlinx#kotlinx.html.jvm;0.5.12 build errors since the 0.5.12 was unlisted from the JetBrains repository - #14

v0.11

16 Dec 14:24
v0.11
Compare
Choose a tag to compare
  • Changed version of Migration Tool from 37.0 to 47.0
  • Fixed java.lang.IllegalArgumentException: Parameter specified as non-null is null: method kotlin.text.Regex.matches, parameter input - #12
  • Fixed Error: Info Not a valid enumeration for type: class com.sforce.soap.metadata.DeployProblemType which can occur during deployment - #13

v0.10

08 Feb 14:03
v0.10
Compare
Choose a tag to compare
  • Added ability to exclude classes or triggers from coverage reports
    • It makes possible to ignore coverage for classes or triggers that for example should not be a part of managed package but for some reasons sit in repository
  • Added support of zipfileset element in batchtest
    • It makes possible to use wildcards for test classes that should be run in .zip-file based deployments via zipRoot attribute

v0.9.7

31 Jan 14:54
v0.9.7
Compare
Choose a tag to compare
  • Fixed possible java.lang.IllegalAccessError in deploy task

v0.9.6

02 Dec 16:08
v0.9.6
Compare
Choose a tag to compare
  • Added InstallPackageTask which tries to install or uninstall managed packages via Metadata API

v0.9.5

10 Jan 12:57
v0.9.5
Compare
Choose a tag to compare
  • Added publishing to Bintray
  • Fixed FileNotFoundException for SingleSuiteJUnitReporter
  • Fixed regression issue with codeHighlighting flag in HTML Coverage Report

v0.9.4

10 Jan 14:21
v0.9.4
Compare
Choose a tag to compare
  • Added ability to generate JUnit test suite file per test class via suiteStrategy attribute of junitReport
    • onePerTestClass
    • single
  • Added ability to enable/disable code highlighting in HTML Coverage Report via codeHighlighting attribute of htmlCoverageReport

v0.9.3

10 Jan 14:24
v0.9.3
Compare
Choose a tag to compare
  • Added usage of Bintray to store ant-salesforce.jar dependency
    • Removed ant-salesforce.jar from repository
  • Updated Ant version 1.9.6 -> 1.9.7

v0.9.2

10 Jan 14:24
v0.9.2
Compare
Choose a tag to compare
  • Added compliance with DTD schema to Cobertura report
  • Fixed invalid algorithm of generating covered lines in Coverage report