Skip to content

Releases: JuliaIO/TranscodingStreams.jl

TranscodingStreams.jl 0.4

23 Oct 15:16
Compare
Choose a tag to compare
  • Implement Base.readavailable (#12).
  • Test CodecBase.jl (#15).
  • Add expectedsize and minoutsize methods (#14).
  • Prohibit stream from changing read/write mode (#17).
  • Add unread and unsafe_unread (#13).
  • Rename state to mode (#19).
  • Deprecate Identity and IdentityStream (#20).
  • Add transcode(::Type{Codec}, data) method (#23).
  • Implement shared buffers (#22).
  • Add seek operations to NoopStream (#26).
  • Add Base.position to NoopStream (#27).
  • Implement stop-on-end stream (#25).
  • Implement Base.seekstart and Base.seekend (#28).
  • Add stats (#30).
  • Change mode from idle to read when eof is called (#31).
  • Fix loading on 0.7 and reenable testing (without coverage) (#33).
  • Bump requirements (#36).

Fix a problem when no data are processed.

21 Aug 23:36
Compare
Choose a tag to compare
  • Expand output buffer when no data are processed (#10).
  • Add CodeBase.jl (433596f, 6961cf0).

v0.2.0

11 Jun 02:07
Compare
Choose a tag to compare
  • Support open do syntax.
  • Allocate more buffer margin (#1).
  • Move Identity codec to CodecIdentity.
  • Fix skip.
  • Add more tests.

Initial release

05 Jun 09:12
Compare
Choose a tag to compare
v0.1.0

update README.md [ci skip]