File tree Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.0.3
5
+
6
+ [ compare changes] ( https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.2...v0.0.3 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Allow users to define custom session factory + types ([ #2 ] ( https://github.com/Atinux/nuxt-auth-utils/pull/2 ) )
11
+
12
+ ### 🩹 Fixes
13
+
14
+ - Don't log warning about password when preparing types ([ 804057b] ( https://github.com/Atinux/nuxt-auth-utils/commit/804057b ) )
15
+ - Import useRuntimeConfig ([ bdbb4b8] ( https://github.com/Atinux/nuxt-auth-utils/commit/bdbb4b8 ) )
16
+
17
+ ### 🏡 Chore
18
+
19
+ - Remove ` .nuxtrc ` ([ 3f96e97] ( https://github.com/Atinux/nuxt-auth-utils/commit/3f96e97 ) )
20
+ - Add type testing script ([ e9ffa5e] ( https://github.com/Atinux/nuxt-auth-utils/commit/e9ffa5e ) )
21
+ - Move playground into workspace ([ bd8108c] ( https://github.com/Atinux/nuxt-auth-utils/commit/bd8108c ) )
22
+ - Add playground type test ([ 74f452c] ( https://github.com/Atinux/nuxt-auth-utils/commit/74f452c ) )
23
+
24
+ ### 🤖 CI
25
+
26
+ - Run lint + test actions in ci ([ f50c1b5] ( https://github.com/Atinux/nuxt-auth-utils/commit/f50c1b5 ) )
27
+
28
+ ### ❤️ Contributors
29
+
30
+ - Daniel Roe ([ @danielroe ] ( http://github.com/danielroe ) )
31
+ - Sébastien Chopin ([ @Atinux ] ( http://github.com/Atinux ) )
32
+
4
33
## v0.0.2
5
34
6
35
[ compare changes] ( https://github.com/Atinux/nuxt-auth-utils/compare/v0.0.1...v0.0.2 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-auth-utils" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " Minimalist Auth module for Nuxt with SSR" ,
5
5
"repository" : " Atinux/nuxt-auth-utils" ,
6
6
"license" : " MIT" ,
51
51
"vitest" : " ^0.33.0" ,
52
52
"vue-tsc" : " ^1.8.22"
53
53
}
54
- }
54
+ }
You can’t perform that action at this time.
0 commit comments