Releases: cidverse/repoanalyzer
Releases · cidverse/repoanalyzer
v0.1.0
Bug Fixes
- use catalog-info.yaml for techdocs detection
- use snake case for json properties
CI
- add cid github actions workflow (#56)
Features
- add cargo detection for rust
- add composer support
- add composer.json parser / dotnet
- add json hints for serialization of module information
- add kotlin detection, move java version extraction into gradle parser
- add maven, gradle groovy and gradle kotlin parser
- add mkdocs analyzer
- add poetry to python / change discovery format
- add renovate
- inherit language from parent module if nothing is detected
- initial commit
- return java as default language if no relevant gradle plugin is detected
- support for maven
- use zerolog
Internal
- add ci
- add renovate excludes directly, go mod cleanup
- log module build system
- reduce log level to debug
- remove funk and update to go 1.21
- set go version to 1.21
- deps: update module github.com/cidverse/cidverseutils/filesystem to v0.0.0-20240501195623-588d642a5813 (#65)
- deps: update module github.com/gosimple/slug to v1.14.0 (#59)
- deps: update module github.com/pelletier/go-toml/v2 to v2.2.2 (#66)
- deps: update module github.com/rs/zerolog to v1.32.0 (#57)
- deps: update module github.com/stretchr/testify to v1.9.0 (#60)
- deps: update module github.com/thoas/go-funk to v0.9.3 (#5)
- deps: update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 (#67)
- deps: update module golang.org/x/mod to v0.17.0 (#63)
- use cidverse renovate preset / ci
Performance
- update fs utils to use fastwalk