Skip to content

Releases: JuliaIO/TranscodingStreams.jl

Fix a bug of readuntil

08 Mar 07:49
c8ae367
Compare
Choose a tag to compare
  • Fix readuntil when stream is empty (#74).

TranscodingStreams.jl 0.9

03 Mar 15:56
Compare
Choose a tag to compare
  • Implement Base.position (#68).
  • Drop Julia 0.7 (#70).

Performance improvement and CI updates

27 Aug 01:16
05b3f8e
Compare
Choose a tag to compare
  • Remove bzip2 from test suite (#64).
  • Run tests on Julia 1.0 (#58).
  • Delay initialization of buffer (#65).

TranscodingStreams.jl 0.8

13 Aug 06:51
3cdc5a2
Compare
Choose a tag to compare
  • Make readuntil accept the keep argument (#63).

TranscodingStreams.jl 0.7

11 Aug 10:42
b87d348
Compare
Choose a tag to compare
  • Do not close underlying stream when stop_on_end is set (#57).
  • Add initialized flag (#59).
  • Support CodeUnits (#60).
  • Update docs (#61).

Fix memory leak of a test

09 Aug 10:58
4f1e199
Compare
Choose a tag to compare
  • Fix memory leak of test_chunked_read (#54).

TranscodingStreams.jl 0.6

09 Aug 02:23
0010e44
Compare
Choose a tag to compare
  • Drop Julia 0.6 support (#53).

Fix deprecations

04 Aug 11:15
b197cf0
Compare
Choose a tag to compare
  • use Random.seed! (#52).
  • Don't precompile on recent Julia 0.7 (#51).

Fix deprecations

17 Jul 05:50
49aeffd
Compare
Choose a tag to compare
  • Fix deprecations of foldl and mapfoldl (#49).
  • Run TravisCI on Julia 0.7 (#50).

Fix deprecations

23 Mar 17:50
af3fb0f
Compare
Choose a tag to compare
  • Fix deprecations (#44).