Releases: JuliaInterop/ObjectiveC.jl
Releases Β· JuliaInterop/ObjectiveC.jl
v3.1.0
v3.0.1
v3.0.0
ObjectiveC v3.0.0
Merged pull requests:
- Add convert functions for NSNumber (#35) (@christiangnrd)
- Fix typo in README (#36) (@christiangnrd)
- Wrap NSProcessInfo (requires sret ABI) (#38) (@maleadt)
- Improve the implementation of the stret ABI. (#39) (@maleadt)
- Wrap NSDecimal(Number). (#40) (@maleadt)
Closed issues:
- Implement fpret ABI (#37)
v2.1.1
ObjectiveC v2.1.1
Merged pull requests:
v2.1.0
v2.0.0
ObjectiveC v2.0.0
Merged pull requests:
- Minor NSArray improvements (#26) (@maleadt)
- Simplify conversion to array of object pointers. (#27) (@maleadt)
- Improve notify center tests. (#28) (@maleadt)
- Add support for NSAutoreleasePool. (#29) (@maleadt)
Closed issues:
- NSArray can be constructed with non-NSObjects, leading to segfaults (#25)
v1.1.0
ObjectiveC v1.1.0
Merged pull requests:
v1.0.0
ObjectiveC v1.0.0
Closed issues:
- Unable to load framework: InexactError() (#1)
- Add Lazy.jl to REQUIRE (#3)
- Error with misplaced expression escape (#5)
- Examples in README.md no longer work (#6)
- an objc_msgSend() macro (#8)
- TagBot trigger issue (#14)
- TagBot is not set up appropriately (#21)
Merged pull requests:
- Update code for changes to Bool coersion in Julia v0.4 (Fixes #1) (#2) (@kmsquire)
- Misplaced return statement in foundation.jl (#7) (@rennis250)
- Modernize the package (#11) (@maleadt)
- Add call tracing functionality. (#15) (@maleadt)
- More detailed debug descriptions in show (#20) (@tgymnich)
- Update TagBot.yml (#22) (@maleadt)