Skip to content

Releases: vokal/Vokoder

3.2.0

27 Sep 14:24
Compare
Choose a tag to compare

This release uses Swift 2.2

New features:

  • Allow setting an explicit database URL (#92)

3.1.3

16 May 21:28
Compare
Choose a tag to compare

Bug fixes:

  • Allow no results in vok_fetchForPredicate:forManagedObjectContext: #85

Podspec fix

02 May 15:04
Compare
Choose a tag to compare

Bug fixes:

  • Removed the invalid default_subspecs on a subspec

Date formatter fix

29 Apr 19:40
Compare
Choose a tag to compare

Bug fixes:

  • Specify locale to ensure ISO 8601 date formatters work as expected #81

tvOS and OS X support

09 Mar 20:37
Compare
Choose a tag to compare
Merge pull request #80 from chillpop/master

Add tvOS and OS X example targets to run tests

Documentation updates

01 Mar 15:26
Compare
Choose a tag to compare
  • Updated and expanded documentation and code comments
  • Changed return type on some init methods from id to instancetype

See #77

Parent/Child contexts

12 Feb 19:19
Compare
Choose a tag to compare
Merge pull request #76 from chillpop/feature/parent-child

Parent/Child Contexts

New Mapping Macros

09 Feb 19:29
Compare
Choose a tag to compare
Merge pull request #75 from chillpop/bugfix/no-modulemap

Remove unneeded modulemap

Modernize managed object context operations

01 Feb 20:47
Compare
Choose a tag to compare
Merge pull request #72 from chillpop/performBlock

Slight refactoring and finally using iOS 5 methods

Bring 1.4.1 fix to 2.x line

28 Jan 23:42
Compare
Choose a tag to compare
Merge pull request #71 from vokal-isaac/master

Bring 1.4.1 fix to 2.x line