Skip to content

Releases: valmaev/antforce

v0.8

10 Jan 15:09
v0.8
Compare
Choose a tag to compare
  • Added TeamCity integration via Service Messages
    • TeamCity will be automatically detected during the build without any build script modifications

v0.7.2

10 Jan 15:10
v0.7.2
Compare
Choose a tag to compare
  • Fixed reading coverage-report.css resource
  • Fixed unit tests for RunTestsResult.totalCoveragePercentage

v0.7.1

10 Jan 15:12
v0.7.1
Compare
Choose a tag to compare
  • Added coverage warnings and calculation notes to HTML Coverage Report
  • Added javadoc for DeployTaskAdapter to explain its purpose
  • Changed averageCoveragePercentage to totalCoveragePercentage in HTML Coverage Report

v0.7

10 Jan 15:15
v0.7
Compare
Choose a tag to compare
  • Changed package name to com.aquivalabs.force.ant
  • Changed project name ForceAntTasks -> AntForce

v0.6

10 Jan 15:16
v0.6
Compare
Choose a tag to compare
  • Added basic HTML Coverage Report

v0.5

10 Jan 15:19
v0.5
Compare
Choose a tag to compare
  • Added ExecuteAnonymousApexTask
  • Added precise pointing of erroneous line of anonymous apex code relative to build script
  • Fixed regression issue with namespace support in BatchTest
  • Breaking change: extracted report parameters into separate nested elements – junitReport, coberturaReport

v0.4.2

10 Jan 15:21
v0.4.2
Compare
Choose a tag to compare
  • Added check for testLevel before report generation

v0.4.1

10 Jan 15:22
v0.4.1
Compare
Choose a tag to compare
  • Added antlib.xml

v0.4

10 Jan 15:24
v0.4
Compare
Choose a tag to compare
  • Updated ant-salesforce.jar to 36.0

v0.3.1

10 Jan 15:25
v0.3.1
Compare
Choose a tag to compare
  • Added fatJar Gradle task
  • Moved each DSL to its own package