Releases: LegacyCodeHQ/eureka
Releases · LegacyCodeHQ/eureka
TWD 0.16.0
Changelog
- Improved algorithm identifies references to members within deeply nested lambda expressions
- Filter
copy$default
synthetic functions from Kotlin data classes - 🐞 Fix crash if the app is unable to find a referenced inner class
TWD 0.15.0
Changelog
- Add input validation checks to the
view
dev command (thank you @msasikanth) - Support for extension functions
- Support for identifying member relationships within nested lambdas
- 🐞 Fix for infinite loops (and eventual OOM) due to bridge accessor functions
TWD 0.14.0
Changelog
- 🐞 Fix serving page from
7070
for server instances running on a different port (thank you @imanishverma) - 🐞 Fix crash while encountering String concatenation in Java (thank you @imanishverma)
TWD 0.13.0
Changelog
- Filter bridge (
access$x
) synthetic functions from the graph
TWD 0.12.0
Changelog
- Don't show synthetic Java lambdas on the graph
TWD 0.11.0
Changelog
- 🐞 Fix class finder from picking up an incorrect class due to a partial match (thank you @droidchef)
- Show simple names instead of fully qualified names for types
TWD 0.9.0
Changelog
- Add a
--debug
/-d
flag to thetwd
command to troubleshoot parsing problems
TWD 0.10.0
Changelog
- 🐞 Fix a crash when method parameters contained a mix of primitive and object array types
TWD 0.8.0
Changelog
- 🐞 Fix class file finder from picking up incremental class files thereby resulting in a graph with no vertices
- Display inherited members in the graph
TWD 0.7.0
Changelog
- Add
diff
dev subcommand