Skip to content

Releases: kasefuchs/chromium-pickle-dart

1.0.4

23 Jun 11:03
Compare
Choose a tag to compare

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
    and Pickle.getPayloadSize()

Removed

  • Removed lib/src/enums/enums.dart

Changed

  • Reformatted code

1.0.3

26 May 08:29
Compare
Choose a tag to compare

Added

  • pubspec.yaml now contains more information.

Removed

  • Dart SDK <3.0.0 requirement.

1.0.2

07 Feb 11:33
Compare
Choose a tag to compare

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 to example.dart.

Full Changelog: 1.0.1...1.0.2

1.0.1

06 Feb 19:57
Compare
Choose a tag to compare

Added

  • GitHub Generate documentation workflow. (Documentation is now also available on GitHub Pages)

Changed

  • Updated comments in source code.
  • CHANGELOG.md now uses Keep a Changelog based format.
  • Updated README.md
  • Library description

Fixed

  • GitHub Test workflow.

Full Changelog: 1.0.0...1.0.1

1.0.0

04 Feb 04:32
Compare
Choose a tag to compare

Initial port of Chromium Pickle in Dart

Full Changelog: https://github.com/Kasefuchs/chromium-pickle-dart/commits/1.0.0