Skip to content

v4.0.0

Compare
Choose a tag to compare
@tim-mitchell tim-mitchell released this 27 Jan 20:37
· 83 commits to master since this release

Re-wrote signature checking to support positional only and keyword only arguments.
Deprecated functions get_interface_property_names and get_interface_properties_and_attribute_names have been removed.
PureInterface class has been renamed to Interface to remove the alliteration. PureInterface class still exists but is deprecated.
Concrete class has been removed as it turned out to be unnecessary. Just put object AFTER the interface class.
Fixed cases where properties were being evaluated during class construction.