Skip to content

Releases: JuliaIO/TranscodingStreams.jl

v0.9.9

29 Aug 08:01
fa08bae
Compare
Choose a tag to compare

What's Changed

  • Improve Julia 1.0 compat, use GC.safepoint if >= Julia 1.4 by @mkitti in #124

New Contributors

Full Changelog: v0.9.8...v0.9.9

v0.9.8

23 Aug 16:10
b1e9c80
Compare
Choose a tag to compare

TranscodingStreams v0.9.8

Diff since v0.9.6

Closed issues:

  • transcode a SubArray? (#110)

Merged pull requests:

v0.9.6

06 Aug 15:44
e4b7e0f
Compare
Choose a tag to compare

TranscodingStreams v0.9.6

Diff since v0.9.5

Closed issues:

  • Release 0.9.5 (#89)
  • Docs link is broken (#96)
  • InexactError: trunc(UInt32, 37934313380) (#102)

Merged pull requests:

v0.9.5

01 Aug 13:55
v0.9.5
Compare
Choose a tag to compare

v0.9.5 (2019-08-01)

Diff since v0.9.4

Closed issues:

  • Release 0.9.4 (#80)

Merged pull requests:

TranscodingStreams.jl 0.9.4

17 Apr 01:27
26b939d
Compare
Choose a tag to compare
  • Fix readuntil (close #78) (#79).

Minor performance fix

22 Mar 05:41
d013a5e
Compare
Choose a tag to compare
  • More aggressively inline functions of Memory (#77).

Add an experimental feature

14 Mar 02:19
af43270
Compare
Choose a tag to compare

The new feature is for https://github.com/bicycle1885/TableReader.jl, and is released to make it easier to try the package.
Note that this is experimental and thus may be removed in the next release.

  • Add eager keyword argument (#75).

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).