Elvis
f377c321d5
Clean up and add watchOS support
2024-03-26 11:10:49 +01:00
Elvis
81fc4e5310
Revert "Merge pull request #288 from escfrya/support-watchos"
...
This reverts commit 472e8f59f9 , reversing
changes made to ec9f3af90d .
2024-03-26 10:30:54 +01:00
Elvis
fa40c353ec
Merge branch 'master' into support-watchos
2024-03-26 06:34:23 +01:00
Igor Skovorodkin
3116f50bdc
watchOS support
2021-05-13 17:10:53 +03:00
E L V I S
c4ca50d4c7
Merge pull request #277 from agarmash/disable-parallel-test-execution
...
Disable parallel test execution
2020-11-06 14:36:33 +01:00
Artem Garmash
ed4cfaf76c
Disable parallel test execution
2020-11-06 11:34:11 +03:00
Artem Garmash
28acf9a115
Remove CacheResult in favor of Swift.Result
2020-11-01 11:50:25 +03:00
Colin Humber
ed8355b0b0
Renamed Result to CacheResult to avoid conflicts with Swift's built-in Result type
2020-10-29 08:22:58 -06:00
Elvis
4085dcb454
Update deployment targets
2020-10-04 17:47:56 +02:00
TimFraedrich
8c869942f8
Add DiskStorage size property
2020-10-04 15:09:14 +00:00
Elvis
c7f4d63304
Remove catalyst support
2020-10-04 02:39:27 +02:00
Elvis
1dcf66f5ca
Remove swiftlint
2020-10-04 02:25:26 +02:00
Elvis
35531128e1
Add more support for libraries
2020-10-04 02:00:19 +02:00
E L V I S
98c64002bc
Merge pull request #264 from nerdsupremacist/master
...
Allow Storage to use any hashable key
2020-10-04 01:47:45 +02:00
Elvis
b879f4da1f
Update project settings
2020-10-04 01:41:02 +02:00
Mathias Quintero
e215b0bddf
Update xcode project
2020-09-13 12:32:30 +02:00
Kristaps Grinbergs
620d473044
Fix build
2019-09-28 13:33:29 +03:00
Kristaps Grinbergs
ffc74c98d3
Project update
...
* Swift 5 in podspec
* Swift 5 for project file
* fix warnings
2019-08-11 09:54:11 +03:00
Khoa Pham
8c42c575cf
Use Swift 4.2
2018-09-24 13:44:31 +02:00
Kristaps Grinbergs
3453f681c6
* setting Swift4.2 version in appropriate places
...
* fixing tests for Swift 4.2
* Xcode 10 parallel testing
* code sanitasion
* remove comments from Package.swift
2018-09-23 13:00:34 +03:00
Rizwan
3ccd88ad75
Made the code compatible with Swift 4.2 by doing the following,
...
Replaced the method UIImagePNGRepresentation(self) with self.pngData()
Replaced the method UIImageJPEGRepresentation(self, 1.0) with self.jpegData(compressionQuality: 1.0)
2018-09-19 22:15:10 +05:30
Vadym Markov
e4fd35749c
Test observations in HybridStorage and Storage
2018-08-07 15:18:35 +02:00
Vadym Markov
a7e40e734f
Notify key observers when needed
2018-08-06 12:54:08 +02:00
Vadym Markov
5e53be997d
Add key observation registry
2018-08-06 09:57:54 +02:00
Vadym Markov
cb85b99edc
Add unit tests for ObservationToken and StorageObservationRegistry
2018-08-03 14:03:10 +02:00
Vadym Markov
cf8173939a
Use StoreObservable protocol with protocol extension
2018-08-03 10:36:59 +02:00
Vadym Markov
a73bec5a0f
Implement observations in HybridStorage
2018-08-02 16:24:01 +02:00
Vadym Markov
e42cbc06ff
Implement store observations
2018-08-02 16:02:46 +02:00
Khoa Pham
15c853dea9
Add StorageTests
2018-06-13 14:00:42 +02:00
Khoa Pham
40a8b3007d
Rename from support to transform
2018-06-13 13:21:37 +02:00
Khoa Pham
0aff00c087
Add tests for Data, Date, URL
2018-06-13 13:05:56 +02:00
Khoa Pham
ac0cedb627
Update AsyncStorageTests
2018-06-13 12:47:40 +02:00
Khoa Pham
02245ec60d
Update SyncStorageTests
2018-06-13 12:46:21 +02:00
Khoa Pham
e69d029498
Update HybridStorageTests
2018-06-13 12:39:52 +02:00
Khoa Pham
fb823e9f1f
Add TransformerFactory
2018-06-13 12:31:33 +02:00
Khoa Pham
be3a40cc01
Update MemoryStorageTests
2018-06-13 12:29:15 +02:00
Khoa Pham
6e468a110d
Rename to Storage
2018-06-13 12:15:16 +02:00
Khoa Pham
4346ba490d
Remove old Storage files
2018-06-13 12:13:50 +02:00
Khoa Pham
9cbd6bdbdc
Use TypeWrapper to work with primitive types
2018-06-13 12:12:08 +02:00
Khoa Pham
56c4483a11
Add factory methods to Transformer
2018-06-13 11:02:54 +02:00
Khoa Pham
d3e9a71a39
Expose all public
2018-06-13 10:51:45 +02:00
Khoa Pham
4c48dfb084
Add AsyncStorage2
2018-06-13 10:36:20 +02:00
Khoa Pham
187035bf72
Add support on SyncStorage2
2018-06-13 10:15:05 +02:00
Khoa Pham
0b8f5c340e
Add HybridStorage2
2018-06-13 09:52:03 +02:00
Khoa Pham
beedc302f2
Add generic Storage
2018-06-13 09:48:26 +02:00
Khoa Pham
c3e595bf05
Update project to recommended settings
2018-04-04 09:53:06 +02:00
Kirill Yakimovich
cee51c1631
[DEL] [SpecializedCache.playground] as there is no such thing as specialized Storage for the moment
2017-11-15 12:42:10 +03:00
Kirill Yakimovich
bbd1f69d83
[UPD] HybridCache renamed to Storage
2017-11-15 11:49:44 +03:00
Kirill Yakimovich
97c29d1ef7
[ADD] [SimpleStorage.playground] Simple playground
2017-11-15 11:47:39 +03:00
Khoa Pham
42a3bb66be
Add JSONArrayWrapper and JSONDictionaryWrapper
2017-10-27 12:45:06 +02:00