Skip to content

Releases: JimRoepcke/YapDatabaseExtensions

4.0.3

17 Apr 18:52
028b6ce
Compare
Choose a tag to compare
  1. Don't use !, it trips up danger-swiftlint.
  2. Made removeAtIndex public.

4.0.2

02 Mar 00:09
e0ac2c8
Compare
Choose a tag to compare
  1. Made YapItem properties public.

4.0.1

13 Feb 19:29
7d7e078
Compare
Choose a tag to compare
  1. Fixed podspec typo

4.0.0

13 Feb 19:15
86eb549
Compare
Choose a tag to compare
  1. Updated for Swift 4.0
  2. Updated to use YapDatabase 3.0.2, ValueCoding 2.2.0 and CocoaLumberjack 3.4.1

3.0.0

06 Jan 19:15
Compare
Choose a tag to compare
  1. Separated Metadata from Objects (removed metadata from Persistable)
  2. Updated for Swift 3.0
  3. Pod name changed to RCSYapDatabaseExtensions
  4. Use map instead of flatMap when reading multiple objects so the order of the output corresponds to the order of the input.