| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.10.0 source code.tar.gz | 2026-09-07 | 871.9 kB | |
| 0.10.0 source code.zip | 2026-09-07 | 1.2 MB | |
| README.md | 2026-09-07 | 1.8 kB | |
| Totals: 3 Items | 2.0 MB | 0 | |
Big Changes:
- Added support for Kotlin source file processing. Codebases containing Java and Kotlin source files are treated as a unified codebase.
- Now requires Java 17 to run.
What's Changed
- Fix mispelled Configuration in README.md by @dstutz in https://github.com/refactorfirst/RefactorFirst/pull/196
- [#197] Upgrade to Java 17 & add support for Java Record types by @jimbethancourt in https://github.com/refactorfirst/RefactorFirst/pull/198
- 📝 CodeRabbit Chat: Resolve Kotlin Analysis Review Findings and Add Regression Tests by @coderabbitai[bot] in https://github.com/refactorfirst/RefactorFirst/pull/203
- 📝 CodeRabbit Chat: Fix Duplicate Kotlin Class Header Processing and Update Plan by @coderabbitai[bot] in https://github.com/refactorfirst/RefactorFirst/pull/204
- [#199] Process Kotlin codebases by @jimbethancourt in https://github.com/refactorfirst/RefactorFirst/pull/201
- [#205] Address OpenVuln findings by @jimbethancourt in https://github.com/refactorfirst/RefactorFirst/pull/206
- [#207] Suppress CLI creation by @jimbethancourt in https://github.com/refactorfirst/RefactorFirst/pull/208
- Replace Charset.defaultCharset() with StandardCharsets.UTF_8 by @jimbethancourt in https://github.com/refactorfirst/RefactorFirst/pull/209
- 📝 Add docstrings to
fix-javadocs-for-release-0.10.0by @coderabbitai[bot] in https://github.com/refactorfirst/RefactorFirst/pull/211 - Fixing JavaDocs by @jimbethancourt in https://github.com/refactorfirst/RefactorFirst/pull/210
New Contributors
- @dstutz made their first contribution in https://github.com/refactorfirst/RefactorFirst/pull/196
- @coderabbitai[bot] made their first contribution in https://github.com/refactorfirst/RefactorFirst/pull/203
Full Changelog: https://github.com/refactorfirst/RefactorFirst/compare/0.9.0...0.10.0