- Remove Babel and use tsc directly.
- Bump TypeScript.
- Compile to ESM and CommonJS targets.
- Remove prettier opinions.
- Replace Jest by Vitest.
- Minor fixes.
- Add
$yaml
call.
- First release as a separate tool from TeroBot
- Allow reading CSV data from external file. Set
$csv
to either./relative/path/to/file.csv
orfile:///absolute/path/to/file.csv
.
- Expose CSV parse errors (e.g. too many or too few fields in a row).
- Add
$csv
call. - Add
$forEach
option in$call
. - (Both options combined allow to parse CSV data and transform it using templates).
- Add
noDeepCopies
option.
- Initial release (in the context of TeroBot)