-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.28.0: Minor Performance and QoL Change: Dynamically
exec
Datacla…
…ss Load and Dump Functions (#141) * loaders.py: Use `CodeBuilder` to dynamically generate code * loaders.py: Use `CodeBuilder` to dynamically generate code * Add serial_json.pyi * dumpers.py: Optimize `cls_asdict` by dynamically generating it * minor change * minor optimizations * minor optimizations * minor optimizations * Fix * Minor changes * add `TOMLWizard` * add `TOMLWizard` * update docs for `TOMLWizard` * requirements-dev.txt: add explicit `[toml]` dependency * Fix tests * I was wrong; that's not needed * Finalize load/dump hooks for pre-processing * Add following serializer hooks * `_pre_from_dict` * `_pre_dict` * Deprecate `DumpMixin.__pre_as_dict__` * Add `debug` param to `JSONWizard.__init_subclass__` * Fix typo in docs * easier_debug_mode.rst: Add section * update docs * minor bump * Bump HISTORY.rst
- Loading branch information
Showing
24 changed files
with
1,641 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.