Skip to content

Releases: Artmann/roe

roe: v1.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Jul 11:57

1.2.0 (2026-07-25)

Features

  • health: Add health command for complexity, size, coupling, and hotspots (293ec96)
  • health: Prioritize findings, honor suppressions, and read config (f130555)

Bug Fixes

  • health: Address PR review feedback (5c22ecb)

roe: v1.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 19:13

1.1.0 (2026-07-23)

Features

  • dead-code: Add --library / libraryProjects to force per-project library mode (b0b6ee7), closes #8

Bug Fixes

  • dead-code: Don't flag compiler polyfill types as dead files (23b6808), closes #7
  • dead-code: Don't flag Deconstruct as an unused member (84045e5), closes #6
  • dead-code: Flatten dotted member-access chains to resolve nested types (f681396), closes #5
  • release: Apply the same always() guard to build and publish jobs (b8f1a80)
  • release: Don't let an unrelated release-please failure skip test (3d1d59b)

roe 1.0.2

Choose a tag to compare

@Artmann Artmann released this 23 Jul 08:57

What's Changed

  • chore(main): release roe 1.0.2 by @github-actions[bot] in #4

Full Changelog: roe-v1.0.1...roe-v1.0.2

roe: v1.0.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 08:20
9561754

1.0.1 (2026-07-23)

Bug Fixes

  • release: Trigger a release to validate the corrected tag parsing (aff28c5)

roe: v1.0.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 22:05

1.0.0 (2026-07-22)

Features

  • Distribute roe via NuGet, npm, and GitHub Releases (0acfae3)
  • dupes: Add duplicate code detection command (89309ae)
  • dupes: Cut report noise with subsumption, line snapping, and impact ranking (d7cd697)
  • dupes: Print duplicated source code, add --no-code to hide it (f897f3f)
  • Switch releasing to release-please (6718bf9)

Bug Fixes

  • Make report paths stable across platforms (be0f0d1)
  • Merge release-please into release.yml, drop PAT requirement (b5b2238)
  • Normalize the unused-file finding name on Windows (94b91bc)