Skip to content

Commit db2d8ac

Browse files
committed
chore(releas): v 0.2.1
1 parent 3d524dd commit db2d8ac

File tree

4 files changed

+54
-18
lines changed

4 files changed

+54
-18
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
## Changelog
22

3+
### Version 0.2.0
4+
### 📦 New
5+
6+
- Vue Files Intellisense for NuxtLink and Static/Public directories.
7+
- .nuxtrc Intellisense and syntax highlighting
8+
- .nuxtignore Intellisense and syntax highlighting
9+
- Controllers to enable/disable Snippets.
10+
- Nitro Snippets.
11+
- File creation commands and context menu items for Nitro.
12+
- Bun Support.
13+
- Pug Support.
14+
- Nuxi CLI Integration.
15+
- Nuxi Module Command.
16+
17+
### ✨ Improvements
18+
19+
- Refactoring context menu items naming.
20+
- Hiding Commands when Nuxtr isn’t activated.
21+
- Extension activation time reduction.
22+
23+
### 📖 Documentation
24+
25+
- IntelliSense and Auto Completion.
26+
- Snippets Configuration.
27+
- Nitro Snippets.
28+
29+
30+
### ❤️ Contributors
31+
32+
- Adham Farrag [@adhamfarrag](https://github.com/adhamfarrag)
33+
- Pooya Parsa [@pi0](http://github.com/pi0)
34+
35+
<br>
36+
337
### Version 0.1.11
438

539
🩹 Fixes

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ Set your default template with these settings:
156156

157157
### Support for `srcDir`, `serverDir`, and Monorepo Projects
158158

159+
> **Note:** Monorepo mode is under heavy development.
160+
159161
Nuxtr seamlessly integrates with projects using `srcDir` and `serverDir`, as well as monorepo setups. Set your `srcDir` or `serverDir` directly from your `nuxt.config.ts` file, and Nuxtr will detect and generate files/directories in the correct locations for you.
160162

161163
Example:

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "nuxtr-vscode",
33
"displayName": "Nuxtr",
44
"description": "An extension for Nuxt.js offering commands and tools to make your experience more pleasant.",
5-
"version": "0.2.0",
6-
"packageManager": "pnpm@8.8.0",
5+
"version": "0.2.1",
6+
"packageManager": "pnpm@8.9.0",
77
"engines": {
8-
"vscode": "^1.82.0"
8+
"vscode": "^1.83.0"
99
},
1010
"categories": [
1111
"Programming Languages",
@@ -1047,12 +1047,12 @@
10471047
"@types/mocha": "^10.0.2",
10481048
"@types/node": "20.4.1",
10491049
"@types/util.promisify": "^1.0.5",
1050-
"@types/vscode": "^1.82.0",
1051-
"@typescript-eslint/eslint-plugin": "^6.7.4",
1052-
"@typescript-eslint/parser": "^6.7.4",
1053-
"@vscode/test-electron": "^2.3.4",
1054-
"eslint": "^8.50.0",
1055-
"nuxi-edge": "3.9.1-1696342776.a6acb6a",
1050+
"@types/vscode": "^1.83.0",
1051+
"@typescript-eslint/eslint-plugin": "^6.7.5",
1052+
"@typescript-eslint/parser": "^6.7.5",
1053+
"@vscode/test-electron": "^2.3.5",
1054+
"eslint": "^8.51.0",
1055+
"nuxi-edge": "3.9.1-1697039872.a6acb6a",
10561056
"taze": "^0.11.3",
10571057
"terser": "^5.21.0",
10581058
"tsup": "^7.2.0",

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)