Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 987 Bytes

CHANGELOG.md

File metadata and controls

28 lines (19 loc) · 987 Bytes

Changelog for filedo

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Support for additional rule properties
    • environment to set environment variables
    • ignoreErrors to ignore command errors and continue
    • parallelise to run commands for a rule in parallel
    • useStdIn to pipe a file from StdIn to the command

0.1.0 - 2022-12-22

The first release of filedo.

Added

  • merge-data command to merge data from multiple JSON and YAML sources
  • compile command to substitute variables in a mustache template file
  • process command to process a rule definition against a set of files