Releases: ewfian/pickleparser
Releases · ewfian/pickleparser
v0.2.1
v0.2.0
v0.1.0
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
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
v0.0.3
v0.0.2
What's Changed
- Fix duplicated declaration files in artifacts.
Full Changelog: v0.0.2-alpha.3...v0.0.2
v0.0.2-alpha.3
What's Changed
- New Feature: #1 Add options to determine the unpickling type of
Set
andDictionary
. - Update JSON replacer to better stringify
Map
andSet
. - 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
What's Changed
-
Supports More Opcodes:
- PERSID
- BINPERSID
- INST
- OBJ
- REDUCE
- NEWOBJ_EX
- EXT1, EXT2, EXT4
- LONG4
- BINBYTES8
- BINUNICODE8
-
Add
ParserOptions
to handlePersistent
andExtension
. -
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
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