combine v3.0.0-alpha.4 Release Notes

Release Date: 2017-10-11 // over 6 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ‘€ Rename EasyStream -> Stream, ParsingError => ParseError ... (d2f4ab14, breaks #)
    • Make the RangeStreamOnce function generic over the returned error (818d8629, breaks #)
    • ๐Ÿ“œ Re-export the type generated by parser! if it is public (61469f0a, breaks #)

    ๐ŸŽ Performance

    • Add inline annotations on error traits (c8b495b4)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘€ Rename EasyStream -> Stream, ParsingError => ParseError ... (d2f4ab14, breaks #)
    • Make the RangeStreamOnce function generic over the returned error (818d8629, breaks #)
    • Allow combine to be used in no_std environments (9fd310ac)
    • ๐Ÿ“œ Re-export the type generated by parser! if it is public (61469f0a, breaks #)