Releases: vokal/Vokoder
Fix issue on 1.x with vok_entityName
Swift extensions, take 2
Added some swift-ier extensions to VOKCoreDataManager and the NSManagedObject category functions. The extensions return typed subclasses instead of NSManagedObject to allow for less casting in swift code. Also, some nullable parameters now have default values for cleaner function calls. Note that the swift subspec is iOS 8.0 and higher only.
All the swift code is in an optional subspec of the main pod so it is not included by default.
The swift example project has been updated to use the new extensions.
We also have a new logo!
(now with the correct platform in the podspec)
Swift extensions
Added some swift-ier extensions to VOKCoreDataManager and the NSManagedObject category functions. The extensions return typed subclasses instead of NSManagedObject to allow for less casting in swift code. Also, some nullable parameters now have default values for cleaner function calls.
All the swift code is in an optional subspec of the main pod so it is not included by default.
The swift example project has been updated to use the new extensions.
We also have a new logo!
Add collection view sample, a few minor bugfixes
Bug fixes and iOS 9 enhancements
- Swift example project
- Modernize syntax: dot notation and for in loops, conform to coding standards
- #50: Remove support for iCarousel.
- #9: Ovewrrite data when there's a unique key that's not actually unique.
- #56: Use
NSPrivateQueueConcurrencyType
- #28: Add macro for default string-to-number formatter.
- #23: Copyright update
Swift annotations
Added nullability annotations and obj-c generics to make this easier to use in swift.
All annotations should degrade gracefully in Xcode versions that don't support them.
Custom model bundle
Add custom model bundle support for use with swift.
1.3.2
Add better error messaging when accidentally using a default mapper instead of a custom mapper.
1.3.1: Merge pull request #48 from vokal-isaac/feature/fixPodSpecLintIssue
Fix the pod spec lint issue.
1.3.0
Merge pull request #47 from vokal-isaac/feature/mappingProtocolAndAut…