Skip to content

v0.2.0

Compare
Choose a tag to compare
@mgood mgood released this 21 Oct 20:59
· 111 commits to main since this release
0aa602d

API Additions

This release introduces generated bindings to greatly expand the methods defined on the current types, as well as adding a number of new types.
See: #56

  • core.NSAttributedString added (@mvrilo)
  • objc.Autorelease added to wrap functions with an autoreleasepool (@mgood)
  • core.NSNib got NSNib_InitWithNibNamed_Bundle, NSNib_InitWithNibData_Bundle, InstantiateWithOwner_TopLevelObjects (@firelizzard18)
  • cocoa.NSControl added (@fserb)
  • cocoa.NSPopover added (@fserb)

API Removals

  • core.NSAutoreleasePool replaced by objc.Autorelease
  • remove code for 386 architecture (@firelizzard18)

Docs & Examples

Optimizations

New Contributors

Full Changelog: v0.1.0...v0.2.0