Releases: evermeer/EVReflection
Releases · evermeer/EVReflection
specificType overrules genericType
3.2.2 specificType overrules genericType
fix public - open
3.2.1 fix public / open
Move functionality to EVReflectable protocol
3.2.0 Move functionality to EVReflectable protocol
added init with data
3.1.4 adding init with data
Converted AnyObject to Any and adding warnigns
3.1.3 change AnyObject to Any and adding warnings
Swift3
Merge remote-tracking branch 'origin/master' # Conflicts: # EVReflection.podspec # EVReflection/EVReflection.xcodeproj/project.pbxproj # EVReflection/EVReflectionTests/EVReflectionIssue107.swift # EVReflection/EVReflectionTests/EVReflectionIssue110.swift # EVReflection/EVReflectionTests/EVReflectionTests.swift # EVReflection/EVReflectionTests/EVReflectionWorkaroundSwiftGenericsTests. swift # EVReflection/EVReflectionTests/EVReflectionWorkaroundsTests.swift # EVReflection/pod/EVObject.swift # EVReflection/pod/EVReflection.swift # EVReflection/pod/EVWorkaroundHelpers.swift # README.md
dictionary to array conversion.
2.46.0 Merge branch 'pr/119'
tvOS en OSX deployment target fix
2.45.1 deployment target tvOS
Workaround fix for nested generics
With EVGenericsKVC you now also always have to add these lines of code:
public func getGenericType() -> NSObject {
return T()
}
fix for lazy properties
2.44.0 fix for lazy properties