Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

48 lines (37 loc) · 1.38 KB

Change Log

0.6 (2018-08-17 --- 2018-10-01)

  • Gradle: 4.5.1
  • Android Gradle Plugin 3.1.4
  • Kotlin 1.2.71 w/ DSL 1.0.RC11

0.5 (2018-04-02 --- 2018-04-16)

  • Gradle: 4.4.1
  • Android Gradle Plugin 3.1.1
  • more test coverage

0.4 (2018-01-28 --- 2018-04-02)

  • Minor fixes and more tests
  • [Checkstyle] Fix config_dir setup
  • [PMD] Use Android res folder
  • [PMD] Add configuration folder to classpath for <rule ref=
  • Experimental exclusion support
  • Travis CI
  • JCenter publishing via Bintray
  • Version bumps

0.3-SNAPSHOT (2018-01-20 --- 2018-01-28)

Never published to a public repository.

  • Komplete Konversion: Converted most of the plugin to Kotlin.
    Only a single Groovy test remains which tests an interface is nicely consumable in Groovy.
  • Merged PMD and Checkstyle classes to remove duplication
  • Support XML (parsed) and HTML (for people) reports side-by-side

0.2-SNAPSHOT (2018-01-16 --- 2018-01-20)

Never published to a public repository.

  • Change artifact names to include twister- prefix.
  • Violation count withing Grouping
  • Summary table for violations
  • Global lint to rule them all

0.1-SNAPSHOT (2018-01-04 --- 2018-01-15)

Never published to a public repository.

  • Gradle: 4.2.1
  • Android Gradle Plugin 3.0.1
  • Preliminary Checkstyle support
  • Preliminary PMD support
  • some level of multi-module test support