File tree 2 files changed +35
-1
lines changed
2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.8.16
5
+
6
+ [ compare changes] ( https://github.com/nuxt-hub/core/compare/v0.8.15...v0.8.16 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - ** db:** Support Nitro ` useDatabase() ` ([ #15 ] ( https://github.com/nuxt-hub/core/pull/15 ) )
11
+
12
+ ### 🩹 Fixes
13
+
14
+ - Split sql trigger statements as a single query ([ #451 ] ( https://github.com/nuxt-hub/core/pull/451 ) )
15
+ - ** blob:** Return null for get() with remote enabled ([ #455 ] ( https://github.com/nuxt-hub/core/pull/455 ) )
16
+
17
+ ### 📖 Documentation
18
+
19
+ - 10 browser sessions now! ([ cba9099] ( https://github.com/nuxt-hub/core/commit/cba9099 ) )
20
+ - Kv, db, and cache updates ([ #454 ] ( https://github.com/nuxt-hub/core/pull/454 ) )
21
+
22
+ ### 🏡 Chore
23
+
24
+ - ** playground:** Add back basic auth ([ 915a180] ( https://github.com/nuxt-hub/core/commit/915a180 ) )
25
+ - Disable durable preset for now ([ b566b53] ( https://github.com/nuxt-hub/core/commit/b566b53 ) )
26
+ - ** playground:** Add websocket experimental flag ([ 1d5a8e0] ( https://github.com/nuxt-hub/core/commit/1d5a8e0 ) )
27
+ - ** playground:** Remove basic auth ([ 08239d7] ( https://github.com/nuxt-hub/core/commit/08239d7 ) )
28
+ - ** playground:** Use uncrypto instead ([ 03b6218] ( https://github.com/nuxt-hub/core/commit/03b6218 ) )
29
+ - Fix ci for corepack ([ dcef1c8] ( https://github.com/nuxt-hub/core/commit/dcef1c8 ) )
30
+ - Add support for localhost on hub api routes ([ 824c998] ( https://github.com/nuxt-hub/core/commit/824c998 ) )
31
+
32
+ ### ❤️ Contributors
33
+
34
+ - Sébastien Chopin ([ @atinux ] ( http://github.com/atinux ) )
35
+ - Rihan ([ @RihanArfan ] ( http://github.com/RihanArfan ) )
36
+ - Matt Maribojoc
< [email protected] >
37
+
4
38
## v0.8.15
5
39
6
40
[ compare changes] ( https://github.com/nuxt-hub/core/compare/v0.8.14...v0.8.15 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxthub/core" ,
3
3
"private" : false ,
4
- "version" : " 0.8.15 " ,
4
+ "version" : " 0.8.16 " ,
5
5
"description" : " Build full-stack Nuxt applications on Cloudflare, with zero configuration." ,
6
6
"repository" : {
7
7
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments