Skip to content

Latest commit

 

History

History
42 lines (20 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

42 lines (20 loc) · 1.77 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.3 (2022-04-14)

Bug Fixes

  • intellij: remove escape on escaped non-variable (0e5f604)

Chore

  • deps: maintain dependencies (a4fd610)

0.0.2 (2022-04-11)

Features

  • allow providing config to process runners (182a976)
  • renderers: sort snippets by name (1d45985)

0.0.1 (2022-04-11)

Features

  • add VSCodeRenderer class (5d8bd59)
  • add sublime and intellij renderers (71b0b27)
  • init cli & snippet reading (a27d04d)

Refactor

  • use c12 to resolve config (7b9e92c)

Documentation