Releases: richard-viney/file_streams
Releases · richard-viney/file_streams
v0.4.2
- Fix missing import in example code.
v0.4.1
- Update to Gleam 1.1.0. This fixes the syntax highlighting in the docs.
v0.4.0
- Change the
close()function ofread_streamandread_text_streamto return aResult.
v0.3.1
- Update library description.
v0.3.0
- Add
read_text_streammodule that supports UTF-8 text file streams. - Move
ReadStreamErrorto thefile_streams/read_stream_errormodule. - Add
write_stream.write_string()andwrite_stream.write_line()functions.
v0.2.0
- Change
read_stream.read_bytesto return partial results. - Add
read_stream.read_bytes_exact. - Improve docs.
v0.1.0
Initial release.