Skip to content

0.19.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Feb 15:48
· 148 commits to main since this release

Changes in the fileio extension:

  • fileio_append(path, str) appends a string to a file.
  • fileio_read(path, offset, limit) reads a file fragment.

Thanks to @phrrngtn for fileio_read improvements! (#68)