Rightpoint / RZImport

Automatic importing of data from NSDictionary to Cocoa objects
Other
18 stars 6 forks source link

Ensure values are different before calling setValue:forKey: #20

Closed KingOfBrian closed 9 years ago

KingOfBrian commented 10 years ago

This should fix #19

ndonald2 commented 10 years ago

Nice fix!

ndonald2 commented 10 years ago

@KingOfBrian After this gets merged, make sure you tag a new release and update the podspec, and push it to the spec trunk. You may also need to update the RZVinyl podspec to point to the new version (or it might just work because of the optimistic version requirement).

KingOfBrian commented 10 years ago

Thanks @ndonald2 ! There may also be a case where an equivalent to-many setting will cause an empty change, so I'm going to leave it open for a few.

Glad to see you're still keeping an eye out.