Releases: jayasuryat/mendable
Releases · jayasuryat/mendable
v0.7.0
API polish & Bug fixes
What's Changed
- (#28)
ModuleFactorymissing 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
ModuleFactoryto parse based onFileinstead offilenameby @jayasuryat in #44 - (#35) Handle different directory file separators for different Operating Systems by @jayasuryat in #36
- (#38) Create
directoryforoutputPathif it does not exists by @jayasuryat in #41 - (#39) Add support for multiple
scanPathsin report generation by @jayasuryat in #40 - (#42) Control module names computed in
MendableReportGeneratorby @jayasuryat in #45 - Make
CliArguments.includeModulesdefault toIncludeModules.ALLby @jayasuryat in 0ba24f0
Breaking changes
ModuleFactory's signature has changed (#31)- All overloaded
scanFor<>Files()methods which had aStringparam have been removed (#29)
Deprecations
MendableReportGeneratorRequest'sconstructorwith singlescan pathparameter has been deprecated in (#39)MendableReportGeneratorRequest'sscanPathproperty 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
compatiblewithKotlin 1.7.0 JVMtarget-versionfixed to1.8- Stopped
kotlin-std-libfrom 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,
Mendablewas only available as aCLI tool. Now, the underlying components have been
modularisedand published tomaven central. Read more here : jayasuryat.github.io/mendable
What's Changed (quite a bit, actually)
- (#5) Add support for
parsing/scanningall of the Jetpack Compose Compiler Metrics files by @jayasuryat - (#4) Modularization
- (#18) Setup
maven publishing - (#19) Setup
documentationonGithub-pages - (#1)
JSON,WarningandRecursive Filesupport by @bsobe 🚀 - (#16)
Data classesin public APIs / AdoptPoko - (#11) Separate out
typeanddefault valueinComposableSignaturesReport - (#14) Add missing
docsfor all of the public API - (#13) Setup
CIAPI validation - (#9) Setup dependency version management via
version-catalogs - (#2) Update
workflowrunnerto ubuntu-latest - (#10) Bump up dependency versions
- (#3) Print logs for failing
tests
New Contributors ❤️️
Full Changelog: 0.5.0...v0.6.0