Skip to content

0.10.2

Compare
Choose a tag to compare
@igo95862 igo95862 released this 13 Aug 17:58
· 109 commits to master since this release
0.10.2
4893c6e

Features:

  • Added on_unknown_member option to the properties_get_all_dict
    method. Specifies the action on what to do with unknown property.
    ("error" (default), "ignore", "reuse")

Fixes:

  • Fixed autodoc regressions introduced in 0.10.1.
    Properties and signals headers have been redesigned.
  • Fixed PropertiesChanged signal emitting only the newest object
    path.