Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 794 Bytes

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 794 Bytes

Change Log

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

v0.0.1

  • Initial release of Kuneiform language support for Visual Studio Code

v0.0.2

  • Goto Defintion support for actions and procedures
  • Parser updates

v0.0.3

  • detailed diagnostics

v0.0.4

  • support for @block_timestamp contextual variable
  • backend parser updates

v0.0.5

  • fixed issues with syntax highlighting for extensions
  • parser updates

v0.0.6

  • support for newly added contextual variables, @authenticator, @foreign_caller.
  • support for newly added timestamp functions, parse_unix_timestamp and format_unix_timestamp.
  • support for newly added array functions such as array_append and array_agg.
  • syntax highlighting support for notice function.