3.0.0-RC.1
What's Changed
- Fix Gradle metadata parsing and add tests by @artemmukhin in #5
- Added some details from gradle metadata specs by @jakub-senohrabek-jb in #6
- Fix parsing of POM files without namespaces by @artemmukhin in #7
- Add GitHub workflow to run tests by @artemmukhin in #8
- Replaced scm data in versions with scmUrls by @nikitavlaev in #9
- Add
urlHash
field toApiScm
model (needed for ES support) by @SmirnovOleg in #10 - Update type of 'all' key in VersionsContainer by @lamba92 in #11
- Do not resolve empty properties in POM by @artemmukhin in #12
- Update and deprecate readmeUrl field in ApiScm.kt by @lamba92 in #13
- Fix API client: add possibility to scroll packages by @SmirnovOleg in #14
- Added FallbackMavenPomProvider and SimpleMavenUrlBuilder by @nikitavlaevjb in #15
- Changed requests for GET methods with body to POST method by @jakub-senohrabek-jb in #16
New Contributors
- @artemmukhin made their first contribution in #5
- @jakub-senohrabek-jb made their first contribution in #6
- @SmirnovOleg made their first contribution in #10
- @lamba92 made their first contribution in #11
- @nikitavlaevjb made their first contribution in #15
Full Changelog: 2.5.1...3.0.0-RC.1