Skip to content

Version 0.0.31

Compare
Choose a tag to compare
@tintinweb tintinweb released this 08 Jan 11:08
· 130 commits to master since this release
3dea1e4

//maintenance

Solidity Visual Developer

v0.0.31

Happy new year πŸ‘ͺπŸŒƒπŸ₯‚πŸŽ‡!

  • new: allow to disable the "find references" provider
    • preferences β†’ Settings β†’ Solidity Visual Developer: solidity-va.findAllReferences.enable
    • in case another extension implements a better provider someday :)
  • new: experimental draw.io uml export to support your threat modelling needs (you're going to ❀ this!)
    • disabled by default
    • preferences β†’ Settings β†’ Solidity Visual Developer: solidity-va.codelens.drawio.enable
  • fix: function signature generation for AbiEncoderV2 functions that declare custom types
    • for now this falls back to assume every custom type is an address. needs some love if this feature is actually being used.
  • refactor: modular uml export
  • refactor: improved syntax highlighting / decoration performance
    • only decorates when needed, avoid double decoration
    • should fix or make it unlikely that decorations are being applied to the wrong editor - fixes #12
  • update: dependencies
    • surya
    • solidity parser
    • keccak