All Versions
22
Latest Version
Avg Release Cycle
47 days
Latest Release
2552 days ago

Changelog History
Page 3

  • v1.1.0 Changes

    ๐Ÿ”จ 1. [YDB-7]: Support SequenceType in arguments where appropriate. This became a bit of a significant refactor. - [x] read at index(es), by key(s) for value(s), object(s) - [x] readAll #5 by Persistable - [x] filterExisting by value, object - [x] write by index, value(s), object(s) - [x] remove by index(es), Persistable(s)) - [x] asyncWrite by index, value(s), object(s) - [x] PromiseKit - [x] BrightFutures - [x] SwiftTask - [x] asyncRemove by index(es), Persistable(s)) - [x] PromiseKit - [x] BrightFutures - [x] SwiftTask ๐Ÿ‘€ 1. [YDB-10]: Adds this CHANGELOG ๐Ÿ‘€ 1. [YDB-3]: Adds async read API - [x] asyncRead at index(es) - [x] asyncRead by key(s) for value(s), object(s) - [x] PromiseKit - [x] BrightFutures - [x] SwiftTask

  • v1.0.0 Changes

    • [x] Persistable & Saveable protocols
    • ๐Ÿ“‡ [x] Metadata protocols
    • [x] YapDatabase.Index
    • [x] Read value(s)
    • [x] Read object(s)
    • [x] Save value(s)
    • [x] Save object
    • ๐Ÿšš [x] Remove value