mrlegowatch / GarageStorageSwift

A Swift implementation of GarageStorage. Provides a convenient way to store any kind of data in a repository backed by Core Data.
MIT License
8 stars 1 forks source link

Date formatting strategy #19

Open mrlegowatch opened 1 year ago

mrlegowatch commented 1 year ago

Currently, GarageStorage automatically converts dates to and from strings for the purpose of storage, using an isoDateFormatter. This capability should be generalized to support any date formatter, to improve compatibility with Codable, specifically DateEncodingStrategy and DateDecodingStrategy.