Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 856 Bytes

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 856 Bytes

1.12.3 (2024-6-25)

1.12.2 (2024-6-25)

1.12.1 (2024-6-25)

1.12.0 (2024-6-25)

  • Add $yaml call.

1.11.3 (2024-6-23)

1.11.2 (2024-6-23)

  • First release as a separate tool from TeroBot

1.11.1 (2023-10-9)

1.11.0 (2023-10-9)

  • Allow reading CSV data from external file. Set $csv to either ./relative/path/to/file.csv or file:///absolute/path/to/file.csv.

1.10.0 (2023-9-20)

  • Expose CSV parse errors (e.g. too many or too few fields in a row).

1.9.3 (2023-2-25)

1.9.2 (2023-2-15)

1.9.1 (2023-2-15)

1.9.0 (2023-2-10)

  • Add $csv call.
  • Add $forEach option in $call.
  • (Both options combined allow to parse CSV data and transform it using templates).

1.6.1 (2021-5-3)

1.6.0 (2021-5-3)

  • Add noDeepCopies option.

1.0.1 (2020-06-09)

  • Initial release (in the context of TeroBot)