Skip to content

Releases: vgaidarji/dependencies-overview

1.0.1

02 Dec 10:17
1ff661f
Compare
Choose a tag to compare
  • Fix publish-plugin configuration #34
  • Use Nexus Publishing plugin for automatic publishing #33
  • Use legacy sonatype URL #32
  • Configure publishing to Maven Central #30
  • Migrate from Travis/Coveralls to Circle CI/Codecov #28
  • Deploy different plugin version locally #29
  • Fix build compatibility issues #27
  • Create docs dir with README.md symlink #26
  • Use lowercase tag names for backstage #25
  • Create basic mkdocs config #24
  • Add simple backtrace catalog info config #23

1.0.0

29 Nov 15:27
6ebd575
Compare
Choose a tag to compare
  • Read properties from local.properties w/o checks
  • Use correct plugins for artifacts install/upload
  • Fix jcenter configuration #20
  • Prepare for release to jcenter #19
  • Fix links to project files in README #18
  • Measure task execution time #17
  • Add sample reports to README #15
  • Add showcase gif #14
  • Fix Coveralls/Travis badges #13
  • Integrate with Coveralls #12
  • Add initial Travis CI setup #9
  • Add dokka to generate documentation #11
  • Configure ktlint #10
  • Improve README file #1
  • Allow custom writers and cover with tests writers usage
  • Make destination folder customizable
  • Enable markdown output for sample app
  • Add posibility to write reports to custom folder
  • Sort resolved artifacts before dump to file
  • Enhance documentation of extension class
  • Externalize artifacts resolving into separate class
  • Parametrize task with output format
  • Update output table format
  • Generate basic dependencies table in markdown format
  • Save resolved artifacts in JSON format in DEPENDENCIES-OVERVIEW.json
  • Print artifacts list in JSON format
  • Move task configuration to init block
  • Use Hamkrest and Kluent test libraries
  • Cover with unit tests basic plugin implemention
  • Create DependenciesOverviewTask stub