Releases: rizwankce/Storage
Releases · rizwankce/Storage
1.0.0
What's Changed
- Remove CocoaPods and add Swift Package support by @rizwankce in #4
- Add tests for Swift package by @rizwankce in #5
- Add GitHub Actions CI support by @rizwankce in #6
- Add support for
on: workflow_dispatchon GitHub actions by @rizwankce in #7 - Create a new storage type called userDefaults by @rizwankce in #9
- Add documentation by @rizwankce in #10
- Add support for storing CLLocation objects by @rizwankce in #11
- Add NSUbiquitousKeyValueStore support by @rizwankce in #12
- Fix directory creation on Linux and update tests by @rizwankce in #14
- Add jobs table with refresh by @rizwankce in #15
- Fix README typos by @rizwankce in #16
- Fix clear() to remove fileURL by @rizwankce in #17
- Add ubiquitous store to storage types doc by @rizwankce in #18
- Add save after clear document test by @rizwankce in #19
- Add release workflow by @rizwankce in #20
- Release v1.0.0 by @rizwankce in #13
New Contributors
- @rizwankce made their first contribution in #4
Full Changelog: 0.1.0...1.0.0
Release v0.1.0
- Basic Storage class with two options choose from (Cache or documents)
- Ability to store and retrieve
CoadableObjects