2024-10-03 10:43:22 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-serializable: updated to 1.1.2 1.1.2 fix: date/time deserialization with fractional seconds |
2024-09-16 18:05:46 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-serializable: updated to 1.1.1 1.1.1 fix: serializer omit None values as expected |
2024-07-14 15:33:18 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-serializable: update to 1.1.0. Dependency updates. |
2024-04-07 23:47:33 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-serializable: update to 1.0.3. Updated dependencies and one bug fix. |
2024-03-01 13:16:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-serializable: updated to 1.0.2 v1.0.2 Fix * fix: serialization of `datetime` without timezone with local time offset Refactor * refactor: usage of `typing.Literal` as non-string |
2024-02-14 13:27:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-serializable: updated to 1.0.1 1.0.1 fix: serialization of datetime without timezone with local time offset |
2024-01-23 14:39:30 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: py-serializable: updated to 1.0.0 v1.0.0 Dropped support for python <3.8 chore: add flake8-logging feat!: v1.0.0 |
2024-01-07 17:33:16 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-serializable: update to 0.17.1. v0.17.1 Fix Log placeholder (#60) (3cc6cad) Documentation Add "documentation" url to project meta (bf864d7) Add "documentation" url to project meta (d3bcc42) v0.17.0 Feature Logger (#47) (9269b0e) see usage: \ https://py-serializable.readthedocs.io/en/latest/examples.html#logging-and-log-access Documentation Modernixe read-the-docs (7ae6aad) Homepage (#48) (de206d6) Condaforge (#46) (c0074ce) |
2023-12-07 09:40:28 by Thomas Klausner | Files touched by this commit (2) | |
Log message: py-serializable: update to 0.16.0. Feature More controll over XML attribute serialization (#34) (38f42d6) What's Changed feat: more controll over XML attribute serialization by @jkowalleck in #34 |
2023-11-05 01:38:28 by Thomas Klausner | Files touched by this commit (3) | |
Log message: py-serializable: update to 0.15.0. 0.15.0: Feature Allow custom (de)normalization (#32) (aeecd6b) 0.14.1 Fix JSON deserialize Decimal (#31) (b6dc66a) 0.14.0 Feature Enhanced typehints and typing (#27) (410372a) 0.13.1 Fix Protect default value for serialization_types from unintended downstream \ modifications (#30) (0e814f5) 0.13.0 Feature Format specific (de)serialize (#25) (dc998df) 0.12.1 Fix Xml defaultNamespace serialization and detection (#20) (59eaa5f) |