Skip to content

Releases: r-lib/brio

brio 1.1.5

25 Apr 07:39
Compare
Choose a tag to compare
  • brio now works in WebR.

brio 1.1.4

10 Dec 23:08
Compare
Choose a tag to compare
  • printf()-like format strings are now safer.

brio 1.1.3

30 Nov 14:23
Compare
Choose a tag to compare
  • Gábor Csárdi is now the maintainer.

  • New write_file_raw() function to write a raw vector to a file.

  • Fix memory leak in read_lines() (@ms609, #20)

brio v1.1.2

03 May 15:19
Compare
Choose a tag to compare
  • Input filenames are now automatically converted to UTF-8 from the native encoding (@gaborcsardi, #15)

  • read_file_raw() now closes file handles (@pbarber, #16)

brio 1.1.1

21 Jan 14:03
Compare
Choose a tag to compare
  • file_line_endings() now works as expected on ARM systems (#8)

brio 1.1.0

19 Jan 15:29
Compare
Choose a tag to compare
  • New write_file() function to write an entire file (#7)

  • read_lines() no longer leaks file handles.

  • Added a NEWS.md file to track changes to the package.

brio 1.0.0

03 Apr 13:06
Compare
Choose a tag to compare

Initial release