Skip to content

Releases: ewfian/pickleparser

v0.2.1

Choose a tag to compare

@ewfian ewfian released this 15 Oct 09:56

What's Changed

  • Fix prebuild dists and bin command path

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

v0.2.0

Choose a tag to compare

@ewfian ewfian released this 15 Oct 09:39

What's Changed

  • Supports Protocol 5 in #4
  • Fix float64 parsing

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

v0.1.0

Choose a tag to compare

@ewfian ewfian released this 25 Apr 13:40

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

v0.1.0-beta.0 Pre-release
Pre-release

Choose a tag to compare

@ewfian ewfian released this 24 Apr 13:13

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

Choose a tag to compare

@ewfian ewfian released this 21 Apr 13:01

What's Changed

  • Fixed a series of type declarations

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

v0.0.3

Choose a tag to compare

@ewfian ewfian released this 21 Apr 11:47

What's Changed

  • New feature: Supports reduce function.

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

v0.0.2

Choose a tag to compare

@ewfian ewfian released this 19 Apr 12:10

What's Changed

  • Fix duplicated declaration files in artifacts.

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

v0.0.2-alpha.3

v0.0.2-alpha.3 Pre-release
Pre-release

Choose a tag to compare

@ewfian ewfian released this 19 Apr 10:54

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

v0.0.2-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@ewfian ewfian released this 16 Apr 08:21

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

v0.0.2-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@ewfian ewfian released this 13 Apr 14:00

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