Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

22 lines (16 loc) · 1.42 KB

Changelog

v0.5.0

Diablo 2 [v0.2.0]

This release is all about doing things over and over again (for loops) --just like you'd do when you were playing Diablo back in the days

  • Adds two new more specific for loop snippets. One for lists (inserts [] around the tabstop), one for dictionaries (inserts .items()) #8 Thanks @jflairie ❤️

The Legend of Zelda [v0.1.3]

Time for the app to go on an adventure. No new features. It's up on the VSCode marketplace now

Sonic the Hedgehog [v0.0.3] - Released 2020-02-19

  • Fixes some separator whitespace.
  • Adds snippet for comments with whitespace handling #4 Thanks @joaoclemencio ❤️

Sonic the Hedgehog [v0.0.1] - Released 2019-11-22

  • Initial release
  • Brings a set of generic jinja snippets (blocks, sets, loops etc.)
  • Brings a set of dbt-specific jinja and not so jinja snippets such as {{ ref() }}, {{ source() }}. See source for the list of available snippets.