Releases: richardpiazza/CodeQuickKit
Releases · richardpiazza/CodeQuickKit
Bundle fix
This update fixes the bundle reference when singularizing class names.
Singularization
Replacing module name spaces with underscores.
Collection Serialization
Added better support for automatic deserialization of collections.
CQKSerializableCustomizable
This release updates the de/serialization handling on CQKSerializableNSObject and CQKSerializableNSManagedObject classes. There is now a defined protocol 'CQKSerializableCustomizable' for the customization methods. Some method signatures have changed for CQKSerializableNSManagedObject.
Corrected CQKSerializableNSManagedObject relationship serialization
1.0.2 Updated podspec
CQKSerializableNSManagedObject Improvements
This release corrects the generated Entity Name when trying to initialize CQKSerializableNSManagedObject's. When using NSStringFromClass() on a class in another module, the module name was included.
Initial CocoaPod Support
1.0.0 Added CocoaPods podspec