| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-10-21 | 1.7 kB | |
| v0.2.0 source code.tar.gz | 2021-10-21 | 684.5 kB | |
| v0.2.0 source code.zip | 2021-10-21 | 750.5 kB | |
| Totals: 3 Items | 1.4 MB | 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: https://github.com/progrium/macdriver/pull/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.NSAutoreleasePoolreplaced 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
sendMsgand selector lookups (@firelizzard18) - fix memory leaks with
C.CString(@mgood)
New Contributors
- @mvrilo made their first contribution in https://github.com/progrium/macdriver/pull/43
- @bradfitz made their first contribution in https://github.com/progrium/macdriver/pull/45
- @firelizzard18 made their first contribution in https://github.com/progrium/macdriver/pull/60
- @revilon1991 made their first contribution in https://github.com/progrium/macdriver/pull/65
- @mgood made their first contribution in https://github.com/progrium/macdriver/pull/56
- @fserb made their first contribution in https://github.com/progrium/macdriver/pull/74
Full Changelog: https://github.com/progrium/macdriver/compare/v0.1.0...v0.2.0