Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

53 lines (37 loc) · 1.27 KB

Change Log

All notable changes to the "gno" extension will be documented in this file.

[v0.1.0]

  • Dropped preview status

[v0.0.15-preview]

  • s/precompile/transpile

[v0.0.14-preview]

  • Fix: set default GNOROOT path to empty string

[v0.0.13-preview]

  • Fix README

[v0.0.12-preview]

[v0.0.11-preview]

  • Use new Gno logo as file icon in filetree (See: #3)
  • Handle error and exit for gno.maketx.addpkg command
  • Minor bug fixes

[v0.0.10-preview]

  • Support creating gno.mod file
  • Support publishing package on the chain
  • Support Cleaning generated go files (i.e generated by precompile)

[v0.0.9-preview]

  • Minor bug fixes

[v0.0.8-preview]

  • Support CodeLens for *_test.gno files
  • Show prompt for missing tool

[v0.0.7-preview]

[v0.0.6-preview]

  • Support precompile onSave (disabled by default)
  • Use output channel for commands
  • Support precompiling and diagnostics

[v0.0.4-preview]

  • Fix gno.format command
  • Remove annoying popup gno.format: gofumpt successfull

[v0.0.3-preview]

  • Do not apply formatting on non gno files