Skip to content

Commit

Permalink
bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgr-ksmt committed Oct 3, 2019
1 parent 87fea4f commit d6a0b6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion FireSnapshot.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FireSnapshot"
s.version = "0.2.0"
s.version = "0.3.0"
s.summary = "Firebase Cloud Firestore Model Framework using Codable."
s.homepage = "/~https://github.com/sgr-ksmt/#{s.name}"
s.license = 'MIT'
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ Firebase Cloud Firestore Model Framework using Codable.
## Feature

- Support Codable.
- Support `ArrayUnion/ArrayRemove` with `@propertyWrapper`.
- Support `FieldValue.increment` with `@propertyWrapper`
- Support `FieldValue.delete()`.
- Support KeyPath based query.

## Usage
Expand All @@ -23,7 +25,7 @@ Firebase Cloud Firestore Model Framework using Codable.
- CocoaPods

```ruby
pod 'FireSnapshot', '~> 0.2.0'
pod 'FireSnapshot', '~> 0.3.0'
```

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

## ToDo

- [ ] Supprt Batch.
- [ ] Support Transaction.
- [ ] Array Union/Remove.
- [ ] Collection Group query.
- [ ] Write documentation more and more.
- [ ] Improve test coverage.

Expand Down

0 comments on commit d6a0b6a

Please sign in to comment.