bytestring v0.11.0.0 Release Notes
Release Date: 2020-09-17 // almost 4 years ago-
No data yet ๐
You can check the official repo
Previous changes from v0.10.12.0
-
- Note: There are several breaking changes planned to be included in v0.11.
๐ฆ Please ensure that your packages have appropriate upper bounds on bytestring,
in order to minimize avoidable breakage. - โ
Add
takeWhileEnd
anddropWhileEnd
toData.ByteString
andData.ByteString.Char8
, and adddropSpace
andstrip
toData.ByteString.Char8
- โ
Add
findIndexEnd
toData.ByteString
andData.ByteString.Lazy
- โ
Add
partition
toData.ByteString.Char8
andData.ByteString.Lazy.Char8
- โ
Add
IsList
instances for strict and lazyByteString
and forShortByteString
- โ
Add
createUpToN'
andunsafeCreateUpToN'
toData.ByteString.Internal
- ๐ Add
boundedPrim
toData.ByteString.Builder.Prim.Internal
and deprecateboudedPrim
- ๐ Deprecate the
Data.ByteString.Lazy.Builder
andData.ByteString.Lazy.Builder.{ASCII,Extras}
modules - โ
Fix documented complexity of
Data.ByteString.Lazy.length
- ๐ Assorted documentation fixes
- Note: There are several breaking changes planned to be included in v0.11.