-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat(#639): add cache control to druxt views * chore(#639): fix tests * chore(#639): update tests * chore(#639): update documentation and examples * feat(#639): add cache controls to druxt vuex store * feat(#639): add bypassCache setting to DruxtEntity * chore(#639): update bypassCache behaviour * chore(#639): update tests * chore(#639): update documentation
- Loading branch information
Showing
9 changed files
with
416 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"druxt-views": minor | ||
--- | ||
|
||
feat(#639): added druxt/views/flushResults mutation | ||
feat(#639): added bypassCache option to druxt/views/getResults action | ||
feat(#639): added druxt.query.bypassCache option to DruxtView |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"druxt": minor | ||
--- | ||
|
||
feat(#639): added druxt/flushCollection and druxt/flushResource mutations | ||
feat(#639): added bypassCache option to druxt/getCollection and druxt/getResource actions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"druxt-entity": minor | ||
--- | ||
|
||
feat(#639): add bypassCache druxt setting to DruxtEntity components. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.