What's Changed
* add to_dict method by dannyhann in https://github.com/dannyhann/protobuf_decoder/pull/12
* Adding Strict Parsing Mode and RemainChunkTransaction by dannyhann in https://github.com/dannyhann/protobuf_decoder/pull/13
New Contributors
* dannyhann made their first contribution in https://github.com/dannyhann/protobuf_decoder/pull/12
**Full Changelog**: https://github.com/dannyhann/protobuf_decoder/compare/v.0.3.0...v0.0.4
v.0.3.0
Release Notes
Improved Logic for Nested Protobuf Detection
This enhancement ensures a more accurate distinction and handling of nested protobufs.
What's Changed
* Enhanced Detection: We've refined our algorithm for determining whether a given input might be a nested protobuf.
* Added Test Cases: To ensure the reliability of our updated logic, we've added new test cases.
Acknowledgements:
A special thanks to fuzzyrichie for their invaluable contributions to this update!
* Fix embedded protobuf decoding by fuzzyrichie in https://github.com/dannyhann/protobuf_decoder/pull/8
New Contributors
* fuzzyrichie made their first contribution in https://github.com/dannyhann/protobuf_decoder/pull/8
**Full Changelog**: https://github.com/dannyhann/protobuf_decoder/compare/v.0.2.0...v.0.3.0
v.0.2.0
What's Changed
* Added parsing for Fixed64 and Fixed32 types.
* Added the FixedBitsValue datatype.
**Full Changelog**: https://github.com/dannyhann/protobuf_decoder/compare/v.0.1.0...v.0.2.0
v.0.1.0
What's Changed
* Correctly parse zero-length strings by generic-user1 in https://github.com/dannyhann/protobuf_decoder/pull/3
* Refactoring some codes
* Change `python_requires` >= `3.7`
New Contributors
* generic-user1 made their first contribution in https://github.com/dannyhann/protobuf_decoder/pull/3
**Full Changelog**: https://github.com/dannyhann/protobuf_decoder/compare/v.0.0.3...v.0.1.0
v.0.0.3
What's Changed
* Fix wrong syntax in protobuf_decoder.py by sam01101 in https://github.com/dannyhann/protobuf_decoder/pull/1
New Contributors
* sam01101 made their first contribution in https://github.com/dannyhann/protobuf_decoder/pull/1
**Full Changelog**: https://github.com/dannyhann/protobuf_decoder/compare/v.0.0.2...v.0.0.3
v.0.0.2
Release protobuf_decoder