Releases: jwodder/serde-jsonlines
Releases · jwodder/serde-jsonlines
v0.7.0 — Inner getters for JsonLinesIter
v0.6.0 — Improve dependencies
- Replaced
futures
andtokio-stream
dependencies withfutures-core
andfutures-sink
. This is more lightweight and should fix a problem with theSink
andStream
traits not being hyperlinked on docs.rs. - Increased MSRV to 1.74
v0.5.0 — More derives; better packaging
- 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
, andPartialEq
forJsonLinesReader
,JsonLinesWriter
,JsonLinesIter
,AsyncJsonLinesReader
,AsyncJsonLinesWriter
, andJsonLinesSink
v0.4.0 — Async support
- Added tokio-based asynchronous functionality:
AsyncJsonLinesReader
AsyncJsonLinesWriter
AsyncBufReadJsonLines
extension traitAsyncWriteJsonLines
extension trait
v0.3.0 — Renamings
- Renamed
JsonLinesReader::iter()
toread_all()
- Renamed
Iter
toJsonLinesIter
, and renamedJsonLinesIter
toJsonLinesFileIter
v0.2.0 — `get_ref()` and `get_mut()`
- Gave
JsonLinesReader
andJsonLinesWriter
newget_ref()
andget_mut()
methods
v0.1.0 — Initial release
Version 0.1.0