Skip to content

Releases: flattool/gobjectify

1.0.2

08 Jun 15:55
8449877

Choose a tag to compare

Fixes

  • @OnSignal now correctly does not pass the 'self' parameter when calling its decorated method
  • $connect and $connect_after now has the proper type for its 'self' parameter when in use with custom Signals in from class

1.0.1

26 May 00:25
1e802c4

Choose a tag to compare

Changes:

  • Classes made with from now have a unique $gtype, instead of GType<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

1.0.0

25 May 00:00
27d61ba

Choose a tag to compare

The first, stable release of GObjectify, a type-safe, declarative TypeScript library for writing GObject classes in GNOME JavaScript!

Browse the README and Wiki for more details and guides!

Supported Platform Versions

  • 50
  • 49
  • 48