0.47.0
0.47.0 - 2024-06-18
WARNING: ⚡ Imminent v1! ⚡🚀 See v0.46.
Deprecations
- The
has_private_name
andhas_special_name
properties on objects and aliases have been renamedis_private
andis_special
. Theis_private
property now only returns true if the name is not special.
Features
- Add
deprecated
attribute andis_deprecated
property to objects/aliases (2a75d84 by Timothée Mazzucotelli). - Add
is_imported
property to objects/aliases (de926cc by Timothée Mazzucotelli). - Add
is_class_private
property to objects/aliases (491b6c4 by Timothée Mazzucotelli).
Code Refactoring
- Rename
has_private_name
andhas_special_name
tois_private
andis_special
(ae7c7e7 by Timothée Mazzucotelli).