Skip to content

Releases: NSExceptional/MirrorKit

MKMethod: nullable initializers

22 Nov 04:23
Compare
Choose a tag to compare

NSMethodSignature doesn't support all method type encodings (wtf)

Generics, instance vs class methods

24 Aug 20:48
Compare
Choose a tag to compare

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

21 Aug 19:42
Compare
Choose a tag to compare

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

30 Jul 03:17
Compare
Choose a tag to compare
Update README.md

1.0.0

29 Jul 04:53
Compare
Choose a tag to compare
removed ignored files