combine v4.0.0-beta.2 Release Notes

Release Date: 2019-12-19 // over 4 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ“œ Increase tuple parsers to 20 elements (45781fea)
    • ๐Ÿšš Remove deprecated re-exports (b4e23207, breaks #)
    • Add decode_tokio_buf_read! to parse tokio::io::BufRead (4d38f7c2)
    • Add decode_buf_read! to parse BufRead without (dbe23ce9)
    • Add a macro to incrementally decode std::io::BufRead (6e2f1121)
    • Rename Consumed to Commit and Empty to Peek (129046e3, breaks #)
    • Rename Consumed{Ok,Err} to Commit{Ok,Err} and Empty{Ok,Err} to Peek{Ok,Err} (0ac1fd4f)
    • Add a dedicated error for ReadStream (37bbd843)

    ๐Ÿ› Bug Fixes

    • Handle partial parsing in sep_end_by (281e0d30)

    ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿšš Remove deprecated re-exports (b4e23207, breaks #)
    • Rename Consumed to Commit and Empty to Peek (129046e3, breaks #)