Skip to content

Releases: jayasuryat/mendable

v0.7.0

13 Oct 04:49
Compare
Choose a tag to compare

API polish & Bug fixes

What's Changed

Breaking changes

  • ModuleFactory's signature has changed (#31)
  • All overloaded scanFor<>Files() methods which had a String param have been removed (#29)

Deprecations

  • MendableReportGeneratorRequest's constructor with single scan path parameter has been deprecated in (#39)
  • MendableReportGeneratorRequest's scanPath property has been deprecated in (#39)

Full Changelog: v0.6.1...v0.7.0

v0.6.1

20 Aug 17:33
Compare
Choose a tag to compare

Compatibility updates

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

18 Aug 02:11
bfc226f
Compare
Choose a tag to compare

Underlying components of Mendable are now available as maven-artifacts at MavenCentral

Prior to this release, Mendable was only available as a CLI tool. Now, the underlying components have been
modularised and published to maven central. Read more here : jayasuryat.github.io/mendable

What's Changed (quite a bit, actually)

  • (#5) Add support for parsing/scanning all of the Jetpack Compose Compiler Metrics files by @jayasuryat
  • (#4) Modularization
  • (#18) Setup maven publishing
  • (#19) Setup documentation on Github-pages
  • (#1) JSON, Warning and Recursive File support by @bsobe 🚀
  • (#16) Data classes in public APIs / Adopt Poko
  • (#11) Separate out type and default value in ComposableSignaturesReport
  • (#14) Add missing docs for all of the public API
  • (#13) Setup CI API validation
  • (#9) Setup dependency version management via version-catalogs
  • (#2) Update workflow runner to ubuntu-latest
  • (#10) Bump up dependency versions
  • (#3) Print logs for failing tests

New Contributors ❤️️

  • @bsobe made their first contribution in (#1)

Full Changelog: 0.5.0...v0.6.0

v0.5.0

07 Dec 13:26
5365d9f
Compare
Choose a tag to compare

A CLI tool to convert multi-module Jetpack Compose compiler metrics into beautiful HTML reports

Read more here