You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What changed compared to the previous API version:
- Removed byte strings and ByteString related APIs
- Moved some methods that were previously implemented as member functions to extensions, provided basic implementation
- Get rid of hash functions and select API
- Get rid of unsafe cursors
- Updated documentation
- Changed Buffer::toString behavior
- Improved test coverage
- Changed naming of read/write methods, explicitly documented exception policies
- Added extensions for unsigned types
- Made code-point-related extensions internal
- On JVM, Buffer no longer implements NIO interfaces
- Buffer has default equals/hashCode
A few new build features were added:
- Enable Dokka
- Enable Kover for core-io
- Enabled explicit API mode
0 commit comments