Skip to content

Releases: LegacyCodeHQ/eureka

TWD 0.6.0

13 Oct 05:45
e3fff6d
Compare
Choose a tag to compare
TWD 0.6.0 Pre-release
Pre-release

Changelog

  • Add convert dev subcommand
  • 🐞 Fix live-reload crash when viewing a JSON document

TWD 0.5.0

12 Oct 00:34
a2bbbe9
Compare
Choose a tag to compare
TWD 0.5.0 Pre-release
Pre-release

Changelog

  • Add support for primitive array types
  • Make json dev subcommand visible
  • Add a view dev subcommand to visualise a generated JSON class structure document

TWD 0.4.0

09 Oct 19:22
57693d7
Compare
Choose a tag to compare
TWD 0.4.0 Pre-release
Pre-release

Changelog

  • Add support for classes with recursive function calls

TWD 0.3.0

09 Oct 17:43
f985579
Compare
Choose a tag to compare
TWD 0.3.0 Pre-release
Pre-release

Changelog

  • Ensure graph is fully visible regardless of the browser window size
  • Use gray color to fade out field and method names in graph when they are not focused
  • Add a --check / -c flag to the json subcommand to look for inconsistencies in the graph JSON format

TWD 0.2.0

09 Oct 13:05
7ec76d7
Compare
Choose a tag to compare
TWD 0.2.0 Pre-release
Pre-release

Changelog

  • The view subcommand to now appropriately called watch!
  • 🐞 Fix incorrect read and write access to static fields labeled as function calls
  • 🐞 Fix level-0 lambdas from showing up on the graph
  • Add a hidden json subcommand to troubleshoot graph JSON

TWD 0.1.0

08 Oct 08:59
7e77488
Compare
Choose a tag to compare
TWD 0.1.0 Pre-release
Pre-release

Changelog

  • First public release 🎉
  • includes view subcommand to look at graphs with live-reload support