- Increased MSRV to 1.85
- Gave
JsonLinesIternew(),get_ref(),get_mut(), andinto_inner()methods
- Replaced
futuresandtokio-streamdependencies withfutures-coreandfutures-sink. This is more lightweight and should fix a problem with theSinkandStreamtraits not being hyperlinked on docs.rs. - Increased MSRV to 1.74
- Added
asynchronouscategory to crate metadata - Increased MSRV to 1.70
- Removed the implicit features for the optional dependencies that comprise the
asyncfeature - Remove library installation instructions from README
- Derive
Clone,Eq, andPartialEqforJsonLinesReader,JsonLinesWriter,JsonLinesIter,AsyncJsonLinesReader,AsyncJsonLinesWriter, andJsonLinesSink
- Added tokio-based asynchronous functionality:
AsyncJsonLinesReaderAsyncJsonLinesWriterAsyncBufReadJsonLinesextension traitAsyncWriteJsonLinesextension trait
- Renamed
JsonLinesReader::iter()toread_all() - Renamed
ItertoJsonLinesIter, and renamedJsonLinesItertoJsonLinesFileIter
- Gave
JsonLinesReaderandJsonLinesWriternewget_ref()andget_mut()methods
Initial release