Changes¶
Version 2.0.0¶
Released 2024-01-14
Simplify how the library is used and configured.
The
UJSONextension class is removed. Useapp.json = UjsonProvider(app).UjsonProviderhas adump_argsattribute, a dict of default keyword arguments toujson.dumps. Keyword arguments todumpsoverrides these.The provider does not have
sort_keysorcompactas arguments or attributes. Usedump_argsto set those arguments (and others) instead.The
__version__attribute is removed. Callimportlib.metadata.versioninstead.datetimeanddateobjects use ISO 8601 format.Export type annotations.
Change license to MIT.
Use PyPI trusted publishing.
Use
srcdirectory layout.
Version 1.0.6¶
Released 2023-12-01
Version 1.0.5¶
Released 2023-12-01
Version 1.0.4¶
Released 2023-11-30
Version 1.0.3¶
Released 2023-11-30
Version 1.0.2¶
Released 2023-11-30
Version 1.0.1¶
Released 2023-11-30
Version 1.0.0¶
Released 2023-11-30
Initial release.