Skip to content

Releases: LegacyCodeHQ/eureka

TWD 0.16.0

25 Oct 15:08
1b2b501
Compare
Choose a tag to compare
TWD 0.16.0 Pre-release
Pre-release

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

23 Oct 15:39
981def2
Compare
Choose a tag to compare
TWD 0.15.0 Pre-release
Pre-release

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

20 Oct 11:19
7b8c85b
Compare
Choose a tag to compare
TWD 0.14.0 Pre-release
Pre-release

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

17 Oct 17:32
5a53d59
Compare
Choose a tag to compare
TWD 0.13.0 Pre-release
Pre-release

Changelog

  • Filter bridge (access$x) synthetic functions from the graph

TWD 0.12.0

16 Oct 16:26
910846a
Compare
Choose a tag to compare
TWD 0.12.0 Pre-release
Pre-release

Changelog

  • Don't show synthetic Java lambdas on the graph

TWD 0.11.0

16 Oct 03:38
69849f7
Compare
Choose a tag to compare
TWD 0.11.0 Pre-release
Pre-release

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

14 Oct 02:00
5a24122
Compare
Choose a tag to compare
TWD 0.9.0 Pre-release
Pre-release

Changelog

  • Add a --debug / -d flag to the twd command to troubleshoot parsing problems

TWD 0.10.0

14 Oct 03:17
f82211d
Compare
Choose a tag to compare
TWD 0.10.0 Pre-release
Pre-release

Changelog

  • 🐞 Fix a crash when method parameters contained a mix of primitive and object array types

TWD 0.8.0

13 Oct 15:57
5dadc40
Compare
Choose a tag to compare
TWD 0.8.0 Pre-release
Pre-release

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

13 Oct 08:28
03b09bf
Compare
Choose a tag to compare
TWD 0.7.0 Pre-release
Pre-release

Changelog

  • Add diff dev subcommand