Releases: flattool/gobjectify
Releases · flattool/gobjectify
Release list
1.1.2
1.1.1
Fix incorrect typing issues in SimplerAction, leading to .as<T>() type-narrowing on .state not narrowing the type at all.
1.1.0
Major breaking changes to the SimpleAction system, renamed to SimplerAction.
Please check out the wiki for how to use the new version: Simpler Actions
Added the Menu system, an easy way to create GioMenus based on SimplerActions.
Please check out the wiki for how to use this new system: Menus
1.0.2
Fixes
@OnSignalnow correctly does not pass the 'self' parameter when calling its decorated method$connectand$connect_afternow has the proper type for its 'self' parameter when in use with custom Signals infromclass
1.0.1
Changes:
- Classes made with
fromnow have a unique$gtype, instead ofGType<unknown>
Fixes:
- For signals, GObjectify subclass argument types are now properly typed to a union of null and an instance of that class
- For signals, object arguments types are now properly typed to a union of null and that object type