Skip to content

Releases: ewfian/pickleparser

v0.2.1

15 Oct 09:56
Compare
Choose a tag to compare

What's Changed

  • Fix prebuild dists and bin command path

Full Changelog: v0.2.0...v0.2.1

v0.2.0

15 Oct 09:39
Compare
Choose a tag to compare

What's Changed

  • Supports Protocol 5 in #4
  • Fix float64 parsing

Full Changelog: v0.1.0...v0.2.0

v0.1.0

25 Apr 13:40
Compare
Choose a tag to compare

What's Changed

  • Supports chained register in NameRegistry.
  • Add coverage reports.
  • Add some test cases.

Full Changelog: v0.1.0-beta.0...v0.1.0

v0.1.0-beta.0

24 Apr 13:13
Compare
Choose a tag to compare
v0.1.0-beta.0 Pre-release
Pre-release

What's Changed

  • BREAKING CHANGE: refactor public api for better extensible.
  • Fix: JSON.stringify cannot serialize BigInt.

Full Changelog: v0.0.4...v0.1.0-beta.0

v0.0.4

21 Apr 13:01
Compare
Choose a tag to compare

What's Changed

  • Fixed a series of type declarations

Full Changelog: v0.0.3...v0.0.4

v0.0.3

21 Apr 11:47
Compare
Choose a tag to compare

What's Changed

  • New feature: Supports reduce function.

Full Changelog: v0.0.2...v0.0.3

v0.0.2

19 Apr 12:10
Compare
Choose a tag to compare

What's Changed

  • Fix duplicated declaration files in artifacts.

Full Changelog: v0.0.2-alpha.3...v0.0.2

v0.0.2-alpha.3

19 Apr 10:54
Compare
Choose a tag to compare
v0.0.2-alpha.3 Pre-release
Pre-release

What's Changed

  • New Feature: #1 Add options to determine the unpickling type of Set and Dictionary.
  • Update JSON replacer to better stringify Map and Set.
  • Add CI and Unit Test infrastructure.
  • Demo page was published.

Full Changelog: v0.0.2-alpha.2...v0.0.2-alpha.3

v0.0.2-alpha.2

16 Apr 08:21
Compare
Choose a tag to compare
v0.0.2-alpha.2 Pre-release
Pre-release

What's Changed

  • Supports More Opcodes:

    • PERSID
    • BINPERSID
    • INST
    • OBJ
    • REDUCE
    • NEWOBJ_EX
    • EXT1, EXT2, EXT4
    • LONG4
    • BINBYTES8
    • BINUNICODE8
  • Add ParserOptions to handle Persistent and Extension.

  • Fix insecure string in pickle protocol 0.

  • Add Supported Opcodes in Documentation.

Full Changelog: v0.0.2-alpha.1...v0.0.2-alpha.2

v0.0.2-alpha.1

13 Apr 14:00
Compare
Choose a tag to compare
v0.0.2-alpha.1 Pre-release
Pre-release

What's Changed

  • Add PObject to accommodate unpacked object instead of having to register them manually.
  • Add pickletojson to easy convert pickle file to JSON.
  • Add browser demo.

Full Changelog: v0.0.2-alpha.0...v0.0.2-alpha.1