File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.6.4
5
+
6
+ [ compare changes] ( https://github.com/nuxt/scripts/compare/v0.6.3...v0.6.4 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Support manual script deduping ([ #148 ] ( https://github.com/nuxt/scripts/pull/148 ) )
11
+
12
+ ### 🩹 Fixes
13
+
14
+ - ** tpc:** Custom feature detection flags ([ #113 ] ( https://github.com/nuxt/scripts/pull/113 ) )
15
+ - Allow ` use ` with npm scripts ([ dfec3b4] ( https://github.com/nuxt/scripts/commit/dfec3b4 ) )
16
+ - Support explicit ` scriptInput.src ` override ([ be2389f] ( https://github.com/nuxt/scripts/commit/be2389f ) )
17
+ - Safer top level await checks ([ #149 ] ( https://github.com/nuxt/scripts/pull/149 ) )
18
+ - Prefer module build-time tpc ([ #153 ] ( https://github.com/nuxt/scripts/pull/153 ) )
19
+
20
+ ### 💅 Refactors
21
+
22
+ - ** tpc:** Write only declaration files ([ #151 ] ( https://github.com/nuxt/scripts/pull/151 ) )
23
+
24
+ ### 🏡 Chore
25
+
26
+ - Bump deps ([ 14d6c7f] ( https://github.com/nuxt/scripts/commit/14d6c7f ) )
27
+ - Improve type api ([ 188fcf5] ( https://github.com/nuxt/scripts/commit/188fcf5 ) )
28
+ - Bump deps, maybe fix docs deployment ([ 0d6abed] ( https://github.com/nuxt/scripts/commit/0d6abed ) )
29
+ - Maybe fix docs deployment ([ 7f21bc3] ( https://github.com/nuxt/scripts/commit/7f21bc3 ) )
30
+
31
+ ### ❤️ Contributors
32
+
33
+ - Harlan ([ @harlan-zw ] ( http://github.com/harlan-zw ) )
34
+ - Harlan Wilton ([ @harlan-zw ] ( http://github.com/harlan-zw ) )
35
+ - Julien Huang ([ @huang-julien ] ( http://github.com/huang-julien ) )
36
+
4
37
## v0.6.3
5
38
6
39
[ compare changes] ( https://github.com/nuxt/scripts/compare/v0.6.2...v0.6.3 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/scripts" ,
3
3
"type" : " module" ,
4
- "version" : " 0.6.3 " ,
4
+ "version" : " 0.6.4 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"description" : " Load third-party scripts with better performance, privacy and DX in Nuxt Apps." ,
7
7
"author" : {
You can’t perform that action at this time.
0 commit comments