Skip to content

Releases: evermeer/EVReflection

specificType overrules genericType

28 Oct 21:19
Compare
Choose a tag to compare
3.2.2

specificType overrules genericType

fix public - open

28 Oct 14:05
Compare
Choose a tag to compare
3.2.1

fix public / open

Move functionality to EVReflectable protocol

28 Oct 12:16
Compare
Choose a tag to compare
3.2.0

Move functionality to EVReflectable protocol

added init with data

27 Oct 11:01
Compare
Choose a tag to compare
3.1.4

adding init with data

Converted AnyObject to Any and adding warnigns

26 Oct 08:17
Compare
Choose a tag to compare
3.1.3

change AnyObject to Any and adding warnings

Swift3

18 Oct 06:01
Compare
Choose a tag to compare
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.

29 Aug 06:42
Compare
Choose a tag to compare
2.46.0

Merge branch 'pr/119'

tvOS en OSX deployment target fix

26 Aug 08:32
Compare
Choose a tag to compare
2.45.1

deployment target tvOS

Workaround fix for nested generics

10 Aug 19:54
Compare
Choose a tag to compare

With EVGenericsKVC you now also always have to add these lines of code:

public func getGenericType() -> NSObject {
    return T()
}

fix for lazy properties

03 Aug 18:43
Compare
Choose a tag to compare
2.44.0

fix for lazy properties