Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

45 lines (32 loc) · 2.42 KB

Vyper Plugin Changelog

0.2.0-alpha.5 - 2024-09-20

  • Support for Vyper 0.4.0 (#15)
  • Get rid of Vyper compile/stub menus and output window
  • Fix multiple parsing issues
  • Better syntax highlighting for the self keyword

0.2.0-alpha.4 - 2024-07-09

  • Fix auto-complete issues and immutable support (#31)
  • Fix find usages issues (#28) for immutable, interface and struct

0.2.0-alpha.3 - 2024-07-02

  • Add automatic compilation errors (#36)
  • Add support for vyi files (#17), including specific errors to vyi files
  • Remove MythX and SmartCheck as they are deprecated (#26)
  • Remove run action and update compile action (#27)
  • Remove deprecated decorators from syntax (i.e. @public, @private).
  • New file icons

0.2.0-alpha.2 - 2024-06-26

  • Add support for PyCharm (#22)
  • Update platform to version 2024.1.4

0.2.0-alpha.1 - 2024-06-24

  • Created plugin based on com.vyperplugin
  • Updated dependencies (#13)
  • Add support for Vyper 0.3.0 (#19)
  • Renamed the plugin to org.vyperlang.plugin (#21)