haskell / attoparsec

A fast Haskell library for parsing ByteStrings
http://hackage.haskell.org/package/attoparsec
Other
514 stars 93 forks source link

What are the breaking changes in 0.14? #182

Closed wereHamster closed 3 years ago

wereHamster commented 3 years ago

The changelog doesn't explicitly mention them, and the changes listed therein don't seem to be backwards-incompatible.

Diff: https://github.com/haskell/attoparsec/compare/0.13.2.5...0.14.0

Log without merge commits:

60a0e80 (tag: 0.14.0) Bump version to 0.14.0 f9e5510 Add getChunk function to access the rest of the current chunk 217ef27 Supported GHC 9.0.1 905e70a More detailed failure, and fixed test case. c2caec6 Add parseOnly versions for lazy input b000dd3 Update Internal.hs f6d0d3d added takeWhileIncluding

I still don't see any commit which should warrant a major version bump. I guess it wasn't needed. 🤷🏽‍♀️

wereHamster commented 3 years ago

Conclusion: none.