Releases: alextall/DataKit
Releases · alextall/DataKit
v0.5.0
v0.4.0
NEW:
- FileClient: A new module for saving
Codable
objects to disk.
UPDATED:
- CoreDataClient now includes object monitors that update on
NSNotification.Name.NSManagedObjectContextDidSave
BREAKING CHANGES:
- DataKit umbrella library has been removed. Individual libraries should be imported manually.
- Swift version has been updated to 5.4
v0.3.0
ATTENTION:
This release contains many breaking changes. Be cautious before upgrading.
NEW:
- PersistenceClient has been renamed to
CoreDataClient
and now includesCodable
support - HTTPResponse has been renamed to
HTTPOutput
CHANGED:
- No longer erasing to
AnyPublisher
. We are now exposingFuture
types.
v0.2.0
ATTENTION:
This release contains many breaking changes. Be cautious before upgrading.
NEW:
- Additional Packages:
- You can now use
PersistenceClient
with or withoutDecodable
,Encodable
or both HTTPClient
can also be used independently
- You can now use
PersistenceClient
now has conditional and optional support forCodable
APIClient
has been renamed toHTTPClient
HTTPResponse
andHTTPError
now encapsulate possible responses fromURLRequests
CHANGED:
- LOTS