All Versions
53
Latest Version
Avg Release Cycle
54 days
Latest Release
1466 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v4.0.0-alpha.2 Changes
June 17, 2019 -
v4.0.0-alpha.1 Changes
May 07, 2019๐ฅ Breaking Changes
- ๐ Drop support for regex 0.2 (bf6aeb06, closes #247, breaks #)
- Rename tokens2 to tokens and tokens to tokens_cmp (3dadbb4f, closes #166, breaks #)
- ๐ Remove the std::result::Result returning parse functions (6ec094ef, closes #244, breaks #)
- Make PointerOffset easier to understand and use (5f6d65b3, closes #238, breaks #)
- Allow reset to return errors (3055c810, closes #231, breaks #)
- ๐ Remove the PartialEq bound from Item and Range (24e1087c, closes #219, breaks #)
๐ Features
- ๐ Drop support for regex 0.2 (bf6aeb06, closes #247, breaks #)
- Rename tokens2 to tokens and tokens to tokens_cmp (3dadbb4f, closes #166, breaks #)
- ๐ Remove the std::result::Result returning parse functions (6ec094ef, closes #244, breaks #)
- Allow reset to return errors (3055c810, closes #231, breaks #)
- ๐ Remove the PartialEq bound from Item and Range (24e1087c, closes #219, breaks #)
๐ Bug Fixes
-
v3.8.1 Changes
March 13, 2019๐ Bug Fixes
- Handle partial parsing in
take_fn/take_until*(bae1e3bb)
- Handle partial parsing in
-
v3.8.0 Changes
March 12, 2019๐ Features
- Add take_fn and take_until_bytes (5f560780)
-
v3.6.7 Changes
February 13, 2019๐ Bug Fixes
- Forward is_partial in all Stream adaptors (121b3987)
-
v3.6.6 Changes
January 12, 2019- ๐ Fix two inconsisties regarding EOI #227
-
v3.6.5 Changes
January 09, 2019 -
v3.6.3 Changes
November 16, 2018 -
v3.6.2 Changes
November 06, 2018 -
v3.6.1 Changes
October 13, 2018๐ Bug Fixes
- Allow clippy to run on stable rust (6cb00803)