Skip to content

Commit

Permalink
Read query reset
Browse files Browse the repository at this point in the history
feat: `reset()` method for `read()` action
feat: `resetWhen` option for `read()` action
  • Loading branch information
Alessandro Bellesia committed Jan 15, 2024
1 parent aefb2fd commit bbfb91f
Show file tree
Hide file tree
Showing 5 changed files with 705 additions and 674 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ All notable changes to this project will be documented in this file.

- `repositoryOptions` for all methods;
- `repositoryOptions` as last parameter of all `execute()` functions;
- `submit()` support for multiple items.
- `submit()` support for multiple items;
- `reset()` method for `read()` action;
- `resetWhen` option for `read()` action.

# [1.0.3] - 2023-10-03

Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,30 +42,30 @@
],
"dependencies": {
"@volverjs/data": "2.0.0-beta.3",
"@vueuse/core": "^10.4.1",
"pinia": "^2.1.6",
"vue": "^3.3.4"
"@vueuse/core": "^10.7.2",
"pinia": "^2.1.7",
"vue": "^3.4.14"
},
"devDependencies": {
"@pinia/testing": "^0.1.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@vitejs/plugin-vue": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.1",
"@vue/test-utils": "^2.4.3",
"copy": "^0.3.2",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"happy-dom": "^13.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-dts": "^3.6.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.20.1",
"happy-dom": "^13.1.4",
"prettier": "^3.2.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.1",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.0.1",
"vitest": "^1.2.0",
"vitest-fetch-mock": "^0.2.2",
"vue-tsc": "^1.8.15"
"vue-tsc": "^1.8.27"
},
"typesVersions": {
"*": {
Expand Down
Loading

0 comments on commit bbfb91f

Please sign in to comment.