Releases: LegacyCodeHQ/eureka
Releases · LegacyCodeHQ/eureka
TWD 0.6.0
Changelog
- Add
convertdev subcommand - 🐞 Fix live-reload crash when viewing a JSON document
TWD 0.5.0
Changelog
- Add support for primitive array types
- Make
jsondev subcommand visible - Add a
viewdev 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/-cflag to thejsonsubcommand to look for inconsistencies in the graph JSON format
TWD 0.2.0
Changelog
- The
viewsubcommand 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
jsonsubcommand to troubleshoot graph JSON
TWD 0.1.0
Changelog
- First public release 🎉
- includes
viewsubcommand to look at graphs with live-reload support