Releases: cowboygneox/super-cereal
Releases · cowboygneox/super-cereal
Fixing how versioning is applied on release
0.2.3 Allowing releases to define the version when releasing.
0.2.2
New:
- Adjusting
Encrypted
to hide the value when usingstr
orrepr
(so logging doesn't leak encrypted info).
0.2.1
New:
- Adding support for Enum's
Fixed:
- Encryption with strings (specifically the str type).
Adding a JsonByteCerealizer for encoding an object as JSON in bytes
Also fixed DictCerealizer to passthru a dict
type instead of trying to inspect it like an object.
Adding a JsonByteCerealizer for encoding an object as JSON in bytes
0.1.2 Adding a JsonByteCerealizer that produces Json as bytes instead of a …
0.1.1
Initial alpha with support for serializing @dataclass
objects for JSON and Avro. Also including support for encrypting specific fields.
1