All Versions
31
Latest Version
Avg Release Cycle
18 days
Latest Release
1542 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.24.4 Changes
- ๐ Relax bound on ansi-terminal.
-
v0.24.2 Changes
- ๐ Support for allocating GArrays of known size structs in caller-allocates arguments.
-
v0.24.1 Changes
โ Add support for delete-attr override, to remove attributes.
๐ Allow (but ignore) destroyers in scope async callbacks.
-
v0.24.0 Changes
- โ Added support for non-GObject objects
-
v0.23.2 Changes
- ๐ Fix a possible segfault in functions that return an out pointer to a dynamically allocated array, but do not initialize the array if it has zero size. See #289 for an example.
-
v0.23.1 Changes
- Check whether symbols exist in the dynamic library before trying to generate bindings for them, in order to avoid linker errors.
-
v0.23.0 Changes
gobjectType now does not require a proxy argument, it needs to be used with TypeApplications instead.
๐ฆ Annotated signals are supported:
on widget (signal ::: "detail")
.๐ Safe coercions to parent types supported, with
asA
.๐ Support for GObject subclassing, and registering custom properties.
๐ Use TypeApplications in
AttrInfo
implementation, and inherited methods implementation.โ Add an allocating setting operator
(:&=)
.๐ Support for exporting class structs.
IsGValue instances for GObjects and boxed objects.
-
v0.22.6 Changes
- ๐ Fix generated IsX typeclasses for non-GObject interfaces.
-
v0.22.5 Changes
- โ Add support for inheriting overloading info.