Changelog
v0.8.0 (2024-01-19)
Merged pull requests:
- version 0.8 #6 (guillp)
- add support for
pickle
#5 (guillp) - added support for Caesar cipher #4 (guillp)
v0.7.0 (2023-07-21)
Merged pull requests:
v0.6.1 (2023-06-21)
v0.6.0 (2022-07-28)
Merged pull requests:
v0.5.0 (2022-04-12)
v0.4.2 (2022-02-14)
History
0.3.0 (2021-11-15)
- Renaming
serialize_from()
toserialize_to()
andparse_to()
toparse_from()
.
0.2.0 (2021-11-10)
- Serialize JSON as compact by default
datetime
instances are serialized to epoch timestamps when serializing JSON (but they are not converted back on parsing).- add
.to_int()
to convert a BinaPy to an int.
0.1.0 (2021-07-08)
- First release on PyPI.
* This Changelog was automatically generated by github_changelog_generator