Releases: NSExceptional/MirrorKit
Releases · NSExceptional/MirrorKit
MKMethod: nullable initializers
NSMethodSignature
doesn't support all method type encodings (wtf)
Generics, instance vs class methods
This release adds generics to all collection returning methods and properties, and makes further distinctions between classes and instance methods everywhere.
Also fixes some nasty bugs.
Refined: methodForSelector vs instanceMethodForSelector
In previous releases MirrorKit had methodForSelector:class:
which returned an instance method. Now, it returns a class method, and following Foundation's naming convention, instanceMethodForSelector:class:
will return an instance method.
1.0.1
Update README.md
1.0.0
removed ignored files