Releases: brooke-ec/dynamicpy
Releases · brooke-ec/dynamicpy
v1.3.1
v1.3.0
- Added Models System
Full Changelog: v1.2.2...v1.3.0
v1.2.2
- Fixed suppressing all
AttributeError
s raised in widget handlers.
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.1
- Fixed wheel record issues caused by poetry-templating plugin.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
v1.2.0
- Added Widget System
- Added BaseWidget class
- Added register_widget_handler to dynamic loader
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- Added
DynamicLoader.load_object
for loading arbitrary objects. - Added
DynamicLoader.register_type_handler
andDynamicLoader.type_handler
methods as a type-checked shortcut for adding handlers based on type. - Switched to using
dir
function when loading objects. - Ignore attribute if
AttributeError
is raised when reading its value. - Miscellaneous code refactoring
Full Changelog: v1.0.1...v1.1.0