Skip to content

Releases: jwodder/serde-jsonlines

v0.7.0 — Inner getters for JsonLinesIter

14 Jan 23:53
v0.7.0
Compare
Choose a tag to compare
  • Gave JsonLinesIter new(), get_ref(), get_mut(), and into_inner() methods

v0.6.0 — Improve dependencies

25 Jul 16:25
v0.6.0
Compare
Choose a tag to compare
  • Replaced futures and tokio-stream dependencies with futures-core and futures-sink. This is more lightweight and should fix a problem with the Sink and Stream traits not being hyperlinked on docs.rs.
  • Increased MSRV to 1.74

v0.5.0 — More derives; better packaging

22 Nov 23:33
v0.5.0
Compare
Choose a tag to compare
  • Added asynchronous category to crate metadata
  • Increased MSRV to 1.70
  • Removed the implicit features for the optional dependencies that comprise the async feature
  • Remove library installation instructions from README
  • Derive Clone, Eq, and PartialEq for JsonLinesReader, JsonLinesWriter, JsonLinesIter, AsyncJsonLinesReader, AsyncJsonLinesWriter, and JsonLinesSink

v0.4.0 — Async support

31 Oct 19:05
v0.4.0
Compare
Choose a tag to compare
  • Added tokio-based asynchronous functionality:
    • AsyncJsonLinesReader
    • AsyncJsonLinesWriter
    • AsyncBufReadJsonLines extension trait
    • AsyncWriteJsonLines extension trait

v0.3.0 — Renamings

30 Oct 17:51
v0.3.0
Compare
Choose a tag to compare
  • Renamed JsonLinesReader::iter() to read_all()
  • Renamed Iter to JsonLinesIter, and renamed JsonLinesIter to JsonLinesFileIter

v0.2.0 — `get_ref()` and `get_mut()`

29 Oct 17:59
v0.2.0
Compare
Choose a tag to compare
  • Gave JsonLinesReader and JsonLinesWriter new get_ref() and get_mut() methods

v0.1.0 — Initial release

28 Oct 18:21
v0.1.0
Compare
Choose a tag to compare