Skip to content

Commit d6a0b6a

Browse files
author
sgr-ksmt
committed
bump to 0.3.0
1 parent 87fea4f commit d6a0b6a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

FireSnapshot.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "FireSnapshot"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "Firebase Cloud Firestore Model Framework using Codable."
55
s.homepage = "https://github.com/sgr-ksmt/#{s.name}"
66
s.license = 'MIT'

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ Firebase Cloud Firestore Model Framework using Codable.
1111
## Feature
1212

1313
- Support Codable.
14+
- Support `ArrayUnion/ArrayRemove` with `@propertyWrapper`.
1415
- Support `FieldValue.increment` with `@propertyWrapper`
16+
- Support `FieldValue.delete()`.
1517
- Support KeyPath based query.
1618

1719
## Usage
@@ -23,7 +25,7 @@ Firebase Cloud Firestore Model Framework using Codable.
2325
- CocoaPods
2426

2527
```ruby
26-
pod 'FireSnapshot', '~> 0.2.0'
28+
pod 'FireSnapshot', '~> 0.3.0'
2729
```
2830

2931
## Dependencies
@@ -34,9 +36,7 @@ pod 'FireSnapshot', '~> 0.2.0'
3436

3537
## ToDo
3638

37-
- [ ] Supprt Batch.
38-
- [ ] Support Transaction.
39-
- [ ] Array Union/Remove.
39+
- [ ] Collection Group query.
4040
- [ ] Write documentation more and more.
4141
- [ ] Improve test coverage.
4242

0 commit comments

Comments
 (0)