YapDatabaseExtensions v2.2.0 Release Notes

Release Date: 2015-10-21 // over 8 years ago
  • 2.2.0

    ๐Ÿ‘€ 1. [YDB-55]: Removes some leftover references to Saveable. ๐Ÿ“‡ 2. [YDB-58]: Fixes support for Metadata, removes MetadataPersistable entirely. ๐Ÿ“‡ 3. [YDB-56]: Adds readMetadataAtIndex functional API. ๐Ÿ‘€ 4. [YDB-57]: Adds readAll functional API โšก๏ธ 5. [YDB-59]: Updates APIs to use SequenceType instead of Array. ๐Ÿ“š 6. [YDB-60]: Fixes documentation issues. ๐Ÿ‘€ 7. [YDB-61]: Makes async completion block arguments optional, default to .None. ๐Ÿ‘€ 8. [YDB-62]: Restores the return value behavior of the write functional API. ๐Ÿ“‡ 9. [YDB-64]: Adds missing sequence type for value with value metadata pattern. Somehow missed this earlier. ๐Ÿ‘€ 10. [YDB-65]: Adds a small Curried API, which returns closures accepting transactions. โšก๏ธ 11. [YDB-66]: Updates the Persistable write API - no longer needs an intermediary generic type. Has correct return values.

    Thanks a lot to Ryan (@aranasaurus) for helping me with all these changes - effectively a rewrite of the whole framework.