Skip to content

Releases: fry69/files-to-prompt-ts

v0.5.2

20 Apr 23:00
Compare
Choose a tag to compare

Release v0.5.2

  • fix: main now returns a proper promise
  • fix: Bun.sleep() no longer needed in test script

v0.5.1

20 Apr 16:32
Compare
Choose a tag to compare

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

19 Apr 15:40
Compare
Choose a tag to compare

Release v0.5.0

  • crazy fast internal parser for Jupyter Notebook conversion

v0.4.3

19 Apr 09:25
Compare
Choose a tag to compare

Release v0.4.3

  • Deno and Node compatibility
  • Node compatible minified builds are now available in the minified directory

v0.4.2

18 Apr 16:10
Compare
Choose a tag to compare

Release v0.4.2

  • revamp README.md
  • fix inconsistent readStdin() definition

v0.4.1

18 Apr 13:40
Compare
Choose a tag to compare

Release v0.4.1

  • fix: check and ignore --nbconvert early, if command is not found

v0.4.0

18 Apr 11:30
Compare
Choose a tag to compare

Release v0.4.0

  • convert Jupyter Notebooks on-the-fly with nbconvert

v0.3.0

18 Apr 06:51
Compare
Choose a tag to compare

Release v0.3.0

  • redirect output to file with --output <file>

v0.2.1

17 Apr 21:13
Compare
Choose a tag to compare

Release v0.2.1

  • more robust filename parsing via stdin

v0.2.0

17 Apr 18:07
Compare
Choose a tag to compare

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