0.5.0 (2024-10-20)
0.4.0 (2023-08-07)
- Add new
localrule
ruleparam to keywords.yaml (#24) (b046590) - auto closing rule for triple double quotes (0043178)
0.3.0 (2023-08-07)
- add template_engine keyword (16cd7d4)
0.2.0 (2022-10-09)
1.1.0 (2022-08-26)
- Implement onEnterRules (e77976f)
0.1.8 (2022-03-30)
- adjusted release type (8f15738)
0.1.7 (2022-03-30)
- add more rule keywords (e99bc9c)
- Updated Changelog
- 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
- Updated --baseContentUrl to get example image to work
- New keyword: singularity
- Added example image to README
- Fixed faulty Rule snippet
- Converted definitions to YAML source
- Removed indentation rules until they work properly
- New keywords: subworkflow, checkpoint, configfile, snakefile, ruleorder, localrules, onsuccess, onerror, onstart, priority, shadow, group, cwl
- New functions: ancient, directory, touch, pipe
- New keywords: conda, wildcard_constraints, wrapper
- New functions: expand, unpack, temp, protected
- Support for unnamed rules
- Initial release