Skip to content

Releases: vokal/Vokoder

Fix issue on 1.x with vok_entityName

28 Jan 19:21
Compare
Choose a tag to compare

Swift extensions, take 2

19 Jan 16:09
Compare
Choose a tag to compare

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

19 Jan 14:26
Compare
Choose a tag to compare

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

13 Jan 22:20
Compare
Choose a tag to compare

Bug fixes and iOS 9 enhancements

05 Jan 14:47
Compare
Choose a tag to compare
  • 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

27 Oct 15:45
Compare
Choose a tag to compare

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

20 Oct 21:12
Compare
Choose a tag to compare

Add custom model bundle support for use with swift.

1.3.2

17 Sep 00:03
Compare
Choose a tag to compare

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

11 Sep 16:52
Compare
Choose a tag to compare

1.3.0

02 Sep 16:33
Compare
Choose a tag to compare
Merge pull request #47 from vokal-isaac/feature/mappingProtocolAndAut…