Releases: Cosmic-Ide/DependencyResolver
Releases · Cosmic-Ide/DependencyResolver
v1.1.1
v1.1.0
Improve logging capabilities
Improve efficiency in parsing widely cross-referenced libraries by checking against previously parsed libraries
Implement live-caching
Parse dependencies concurrently
Simplify setup
Fix unexpected behaviour when dependency versions are dynamic
Add support for other library types like JAR, AAR, bundle, KLIB, etc.
1.0.2
fixed: when a library's POM defines version as an array (for ex- https://mvnrepository.com/artifact/org.eclipse.jdt/org.eclipse.jdt.core/3.31.0), the download shouldn't fail and instead it should download the latest version from that array
1.0.1
fix: check for output directory before downloading an artifact
Optimize code
1.0.0
First release