Skip to content

0.9.0: File I/O improvements

Compare
Choose a tag to compare
@thekid thekid released this 25 May 18:26
· 142 commits to master since this release
  • Ensured I/O objects are closed after reading / writing has finished
    (@thekid)
  • Changed text.json.FileOutput and text.json.FileInput to not close open
    files passed to its constructor.
    (@thekid)
  • Changed text.json.FileOutput and text.json.FileInput to also accept
    file names - @thekid