We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e89fb commit 35b45d0Copy full SHA for 35b45d0
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master
4
5
+## 1.0.0 (2020-06-13)
6
+
7
- [PR#24](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/24) Add nil caching. **BREAKING CHANGE**: custom cache stores must also implement `#exist?(key)` method ([@DmitryTsepelev][])
8
9
## 0.1.7 (2020-06-02)
lib/graphql/fragment_cache/version.rb
@@ -2,6 +2,6 @@
module GraphQL
module FragmentCache
- VERSION = "0.1.7"
+ VERSION = "1.0.0"
end
0 commit comments