Skip to content

Commit 7a4e87d

Browse files
committed
update 2.2.0
1 parent 95bc68d commit 7a4e87d

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to the "nuxt-vscode-snippets" extension will be documented i
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## 2.2.0
8+
9+
### Added
10+
11+
- `nreqheaders`: Snippet for the Nuxt `useRequestHeaders` composable
12+
- `nreqfetch`: Snippet for the Nuxt `useRequestFetch` composable
13+
- `ndata`: Snippet for the Nuxt `useNuxtData` composable
14+
- `nrfshdata`: Snippet for the Nuxt `refreshNuxtData` utility
15+
- `nclrdata`: Snippet for the Nuxt `clearNuxtData` utility
16+
717
## 2.1.0
818

919
### Added

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ Type part of a snippet, press `enter`, and the snippet unfolds.
105105
| `ndfetch-delete` | `$fetch` with method DELETE and Body |
106106
| `nasyncdata` | `useAsyncData` composable |
107107
| `nasyncdata-lazy` | `useLazyAsyncData` composable |
108+
| `nreqheaders` | `useRequestHeaders` composable |
109+
| `nreqfetch` | `useRequestFetch` composable |
110+
| `ndata` | `useNuxtData` composable |
111+
| `nrfshdata` | `refreshNuxtData` utility |
112+
| `nclrdata` | `clearNuxtData` utility |
108113
| `nhead` | `useHead` composable |
109114
| `nhead-description` | `useHead` composable with description |
110115
| `nhead-template` | `useHead` composable with title template |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Nuxt VS Code Snippets",
44
"description": "Supercharge your Nuxt development with powerful snippets",
55
"icon": "images/nuxt-logo.png",
6-
"version": "2.1.0",
6+
"version": "2.2.0",
77
"publisher": "zhaolinlau",
88
"license": "MIT",
99
"author": {

0 commit comments

Comments
 (0)