Releases: fry69/files-to-prompt-ts
Releases · fry69/files-to-prompt-ts
v0.5.2
Release v0.5.2
- fix: main now returns a proper promise
- fix: Bun.sleep() no longer needed in test script
v0.5.1
Release v0.5.1
- documentation updates
- workflow for automatically build minified version
- workflow for automatically testing and updating README.md with results
v0.5.0
Release v0.5.0
- crazy fast internal parser for Jupyter Notebook conversion
v0.4.3
Release v0.4.3
- Deno and Node compatibility
- Node compatible minified builds are now available in the minified directory
v0.4.2
Release v0.4.2
- revamp README.md
- fix inconsistent readStdin() definition
v0.4.1
Release v0.4.1
- fix: check and ignore
--nbconvert
early, if command is not found
v0.4.0
Release v0.4.0
- convert Jupyter Notebooks on-the-fly with nbconvert
v0.3.0
Release v0.3.0
- redirect output to file with
--output <file>
v0.2.1
Release v0.2.1
- more robust filename parsing via stdin
v0.2.0
Release v0.2.0
- read file paths from stdin (e.g. pipe from grep or ripgrep)
- fix args parser to err on unsupported options
- report version with --version