Skip to content

Releases: yahoo/YMCache

Add Swift Package Manager support

30 Nov 21:09
2bc993d
Compare
Choose a tag to compare
  • [Feature] Add Swift Package Manager (SPM) support
  • [Pod] Bump minimum iOS version to 9.0

Support for tvOS and watchOS

31 Dec 19:23
e2665e1
Compare
Choose a tag to compare
2.1.1

Eliminate new pod lint warnings (#34)

Fix Xcode 8.3 Warnings

20 Apr 17:22
Compare
Choose a tag to compare
Merge pull request #29 from yahoo/prep/2.0.1

Prep 2.0.1 release

Improved support for Objective-C++

06 Mar 17:18
Compare
Choose a tag to compare
  • Changed newer @include statements to old-style #import to support an Obj-C++ project.
  • Clarified some comments
  • Reduce OS X minimum version to 10.8

Encryption Support

06 Mar 17:09
Compare
Choose a tag to compare

Expose NSDataWritingOptions to clients (adds support for encryption on iOS)

Fix iOS 7 crash upon removing a nil value from the cache

06 Mar 17:04
Compare
Choose a tag to compare

Fix bug: unable to remove a single value from the cache

06 Mar 17:03
Compare
Choose a tag to compare

Using Objective-C literal syntax for removing a single value from an NSMutableDictionary isn't actually documented and doesn't work in all versions of iOS.

Delegate callbacks around auto-save

05 Oct 19:23
Compare
Choose a tag to compare
  • [Feature] Delegate callbacks for auto-save pre/post/fail
  • [Refactor] Reduce log messages and fix log message format
  • [Travis] Log expiration of code signing certificate on build

Minor dependency fix

05 Oct 19:26
Compare
Choose a tag to compare

[fix] Unpinned Specta from commit back to a tagged version

Better cache change notifications

05 Oct 19:24
Compare
Choose a tag to compare

[Feature] Added support for tracking item removal through a new change notification. Deprecated existing notification.
[Refactor] XCode 7 support