Releases: kasefuchs/chromium-pickle-dart
Releases · kasefuchs/chromium-pickle-dart
1.0.4
Fixed
- Fixed bug with buffer linking in
PickleIterator
(now iterators refer to the pickle itself, not buffer)
Deprecated
- Deprecated
PickleIterator.payload
,PickleIterator.payloadOffset
,PickleIterator.endIndex
andPickle.getPayloadSize()
Removed
- Removed
lib/src/enums/enums.dart
Changed
- Reformatted code
1.0.3
1.0.2
Removed
- GitHub
Generate documentation
workflow. - Docs on GitHub Pages.
Changed
- The format of
CHANGELOG.md
has changed to match requirements of pub.dev. - Library description (again).
- Renamed
example/pickle.dart
toexample.dart
.
Full Changelog: 1.0.1...1.0.2
1.0.1
Added
- GitHub
Generate documentation
workflow. (Documentation is now also available on GitHub Pages)
Changed
- Updated comments in source code.
CHANGELOG.md
now usesKeep a Changelog
based format.- Updated
README.md
- Library description
Fixed
- GitHub
Test
workflow.
Full Changelog: 1.0.0...1.0.1
1.0.0
Initial port of Chromium Pickle in Dart
Full Changelog: https://github.com/Kasefuchs/chromium-pickle-dart/commits/1.0.0