v0.2.0
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
gotNSNib_InitWithNibNamed_Bundle
,NSNib_InitWithNibData_Bundle
,InstantiateWithOwner_TopLevelObjects
(@firelizzard18)cocoa.NSControl
added (@fserb)cocoa.NSPopover
added (@fserb)
API Removals
core.NSAutoreleasePool
replaced byobjc.Autorelease
- remove code for 386 architecture (@firelizzard18)
Docs & Examples
- comments on discovering enum values moved to wiki (@flexzuu)
- fix a few typos and rewording (@bradfitz)
- fix top frame example (@revilon1991)
- OpenGL example (@firelizzard18)
Optimizations
- optimize
sendMsg
and selector lookups (@firelizzard18) - fix memory leaks with
C.CString
(@mgood)
New Contributors
- @mvrilo made their first contribution in #43
- @bradfitz made their first contribution in #45
- @firelizzard18 made their first contribution in #60
- @revilon1991 made their first contribution in #65
- @mgood made their first contribution in #56
- @fserb made their first contribution in #74
Full Changelog: v0.1.0...v0.2.0