Releases: jayasuryat/mendable
Releases · jayasuryat/mendable
v0.7.0
API polish & Bug fixes
What's Changed
- (#28)
ModuleFactory
missing from thescanFor<>Files()
methods by @jayasuryat in #37 - (#29) Consider dropping overloaded
scanFor<>Files()
methods by @jayasuryat in #34 - (#30) Create
CHANGELOG.md
@jayasuryat in #43 - (#31) Update
ModuleFactory
to parse based onFile
instead offilename
by @jayasuryat in #44 - (#35) Handle different directory file separators for different Operating Systems by @jayasuryat in #36
- (#38) Create
directory
foroutputPath
if it does not exists by @jayasuryat in #41 - (#39) Add support for multiple
scanPaths
in report generation by @jayasuryat in #40 - (#42) Control module names computed in
MendableReportGenerator
by @jayasuryat in #45 - Make
CliArguments.includeModules
default toIncludeModules.ALL
by @jayasuryat in 0ba24f0
Breaking changes
ModuleFactory
's signature has changed (#31)- All overloaded
scanFor<>Files()
methods which had aString
param have been removed (#29)
Deprecations
MendableReportGeneratorRequest
'sconstructor
with singlescan path
parameter has been deprecated in (#39)MendableReportGeneratorRequest
'sscanPath
property has been deprecated in (#39)
Full Changelog: v0.6.1...v0.7.0
v0.6.1
Compatibility updates
What's Changed
- (#23) Setup forward compatibility by @jayasuryat in #25
- Artifacts are now
compatible
withKotlin 1.7.0
JVM
target-version
fixed to1.8
- Stopped
kotlin-std-lib
from getting bundled into artifacts - This induced a minor incompatibility with
v0.6.0
- Artifacts are now
- (#24) Setup maven publishing on CI by @jayasuryat in #26
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Underlying components of Mendable
are now available as maven-artifacts
at MavenCentral
Prior to this release,
Mendable
was only available as aCLI tool
. Now, the underlying components have been
modularised
and published tomaven 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
onGithub-pages
- (#1)
JSON
,Warning
andRecursive File
support by @bsobe 🚀 - (#16)
Data classes
in public APIs / AdoptPoko
- (#11) Separate out
type
anddefault value
inComposableSignaturesReport
- (#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 ❤️️
Full Changelog: 0.5.0...v0.6.0