File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "FireSnapshot"
3
- s . version = "0.2 .0"
3
+ s . version = "0.3 .0"
4
4
s . summary = "Firebase Cloud Firestore Model Framework using Codable."
5
5
s . homepage = "https://github.com/sgr-ksmt/#{ s . name } "
6
6
s . license = 'MIT'
Original file line number Diff line number Diff line change @@ -11,7 +11,9 @@ Firebase Cloud Firestore Model Framework using Codable.
11
11
## Feature
12
12
13
13
- Support Codable.
14
+ - Support ` ArrayUnion/ArrayRemove ` with ` @propertyWrapper ` .
14
15
- Support ` FieldValue.increment ` with ` @propertyWrapper `
16
+ - Support ` FieldValue.delete() ` .
15
17
- Support KeyPath based query.
16
18
17
19
## Usage
@@ -23,7 +25,7 @@ Firebase Cloud Firestore Model Framework using Codable.
23
25
- CocoaPods
24
26
25
27
``` ruby
26
- pod ' FireSnapshot' , ' ~> 0.2 .0'
28
+ pod ' FireSnapshot' , ' ~> 0.3 .0'
27
29
```
28
30
29
31
## Dependencies
@@ -34,9 +36,7 @@ pod 'FireSnapshot', '~> 0.2.0'
34
36
35
37
## ToDo
36
38
37
- - [ ] Supprt Batch.
38
- - [ ] Support Transaction.
39
- - [ ] Array Union/Remove.
39
+ - [ ] Collection Group query.
40
40
- [ ] Write documentation more and more.
41
41
- [ ] Improve test coverage.
42
42
You can’t perform that action at this time.
0 commit comments