Skip to content

Releases: richard-viney/file_streams

v0.4.2

10 May 06:07

Choose a tag to compare

  • Fix missing import in example code.

v0.4.1

10 May 06:07

Choose a tag to compare

  • Update to Gleam 1.1.0. This fixes the syntax highlighting in the docs.

v0.4.0

10 May 06:06

Choose a tag to compare

  • Change the close() function of read_stream and read_text_stream to return a Result.

v0.3.1

19 Mar 19:17

Choose a tag to compare

  • Update library description.

v0.3.0

19 Mar 07:03

Choose a tag to compare

  • Add read_text_stream module that supports UTF-8 text file streams.
  • Move ReadStreamError to the file_streams/read_stream_error module.
  • Add write_stream.write_string() and write_stream.write_line() functions.

v0.2.0

17 Mar 07:27

Choose a tag to compare

  • Change read_stream.read_bytes to return partial results.
  • Add read_stream.read_bytes_exact.
  • Improve docs.

v0.1.0

24 Feb 07:47

Choose a tag to compare

Initial release.