Releases: LegacyCodeHQ/eureka
Releases · LegacyCodeHQ/eureka
TWD 0.6.0
Changelog
- Add
convert
dev subcommand - 🐞 Fix live-reload crash when viewing a JSON document
TWD 0.5.0
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
Changelog
- Add support for classes with recursive function calls
TWD 0.3.0
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 thejson
subcommand to look for inconsistencies in the graph JSON format
TWD 0.2.0
Changelog
- The
view
subcommand to now appropriately calledwatch
! - 🐞 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
Changelog
- First public release 🎉
- includes
view
subcommand to look at graphs with live-reload support