Skip to content

Latest commit

 

History

History
97 lines (50 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

97 lines (50 loc) · 3.46 KB

Change Log

0.4.0 (2023-08-07)

Features

  • Add new localrule ruleparam to keywords.yaml (#24) (b046590)
  • auto closing rule for triple double quotes (0043178)

Bug Fixes

  • restrictions to function keywords (word boundary) (#16) (0043178)

0.3.0 (2023-08-07)

Features

  • add template_engine keyword (16cd7d4)

0.2.0 (2022-10-09)

Features

  • update keywords and implement autoindentation (#17) (7762354)

1.1.0 (2022-08-26)

Features

1.0.0 (2022-08-25)

Bug Fixes

0.1.8 (2022-03-30)

Bug Fixes

0.1.7 (2022-03-30)

Bug Fixes

0.1.1 (2019-11-26)

  • Updated Changelog

0.1.0 (2019-11-26)

  • Updated build process to use templating for the keyword regular expressions
  • Added script snippet
  • Bumped version number to 0.1.0 as the extension seems reasonably stable now

0.0.6 (2019-10-21)

  • Updated --baseContentUrl to get example image to work

0.0.5 (2019-10-18)

  • New keyword: singularity
  • Added example image to README

0.0.4 (2019-10-18)

  • Fixed faulty Rule snippet
  • Converted definitions to YAML source
  • Removed indentation rules until they work properly

0.0.3 (2019-10-17)

  • New keywords: subworkflow, checkpoint, configfile, snakefile, ruleorder, localrules, onsuccess, onerror, onstart, priority, shadow, group, cwl
  • New functions: ancient, directory, touch, pipe

0.0.2 (2019-10-17)

  • New keywords: conda, wildcard_constraints, wrapper
  • New functions: expand, unpack, temp, protected
  • Support for unnamed rules

0.0.1 (2019-10-15)

  • Initial release