All notable changes to the "kuneiform" extension will be documented in this file.
- Initial release of Kuneiform language support for Visual Studio Code
- Goto Defintion support for actions and procedures
- Parser updates
- detailed diagnostics
- support for @block_timestamp contextual variable
- backend parser updates
- fixed issues with syntax highlighting for extensions
- parser updates
- support for newly added contextual variables, @authenticator, @foreign_caller.
- support for newly added timestamp functions,
parse_unix_timestamp
andformat_unix_timestamp
. - support for newly added array functions such as
array_append
andarray_agg
. - syntax highlighting support for
notice
function.