File tree Expand file tree Collapse file tree 2 files changed +47
-1
lines changed Expand file tree Collapse file tree 2 files changed +47
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v0.1.0
5
+
6
+ [ compare changes] ( https://github.com/barbapapazes/nuxt-authorization/compare/v0.0.4...v0.1.0 )
7
+
8
+ ### 🚀 Enhancements
9
+
10
+ - Export types ([ 8472ede] ( https://github.com/barbapapazes/nuxt-authorization/commit/8472ede ) )
11
+
12
+ ### 🩹 Fixes
13
+
14
+ - Make component prop args optional ([ 27d51b2] ( https://github.com/barbapapazes/nuxt-authorization/commit/27d51b2 ) )
15
+
16
+ ### 💅 Refactors
17
+
18
+ - ⚠️ Prefer event.context instead of nitro-app ([ 57345df] ( https://github.com/barbapapazes/nuxt-authorization/commit/57345df ) )
19
+
20
+ ### 📖 Documentation
21
+
22
+ - Explain usage with v4 and fix component props ([ ffc1c4e] ( https://github.com/barbapapazes/nuxt-authorization/commit/ffc1c4e ) )
23
+ - Update usage with nitro ([ e1a48c6] ( https://github.com/barbapapazes/nuxt-authorization/commit/e1a48c6 ) )
24
+
25
+ ### 🏡 Chore
26
+
27
+ - Remove exclude in tsconfig ([ 0980005] ( https://github.com/barbapapazes/nuxt-authorization/commit/0980005 ) )
28
+ - Update deps ([ 515ed7a] ( https://github.com/barbapapazes/nuxt-authorization/commit/515ed7a ) )
29
+ - Remove a log ([ 9572561] ( https://github.com/barbapapazes/nuxt-authorization/commit/9572561 ) )
30
+ - Update playground ([ 57ea855] ( https://github.com/barbapapazes/nuxt-authorization/commit/57ea855 ) )
31
+ - Update lockfile ([ df72014] ( https://github.com/barbapapazes/nuxt-authorization/commit/df72014 ) )
32
+
33
+ ### ✅ Tests
34
+
35
+ - Components ([ b7a6b74] ( https://github.com/barbapapazes/nuxt-authorization/commit/b7a6b74 ) )
36
+ - Remove component prop args ([ 31f1dd4] ( https://github.com/barbapapazes/nuxt-authorization/commit/31f1dd4 ) )
37
+
38
+ ### 🤖 CI
39
+
40
+ - Install playwright ([ a6b08f9] ( https://github.com/barbapapazes/nuxt-authorization/commit/a6b08f9 ) )
41
+
42
+ #### ⚠️ Breaking Changes
43
+
44
+ - ⚠️ Prefer event.context instead of nitro-app ([ 57345df] ( https://github.com/barbapapazes/nuxt-authorization/commit/57345df ) )
45
+
46
+ ### ❤️ Contributors
47
+
48
+ - Barbapapazes <
[email protected] >
49
+
4
50
## v0.0.4
5
51
6
52
[ compare changes] ( https://github.com/barbapapazes/nuxt-authorization/compare/v0.0.3...v0.0.4 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nuxt-authorization" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " Authorization module for managing permissions on the Nuxt app and the Nitro server." ,
5
5
"author" :
" Estéban Soubiran <[email protected] > (https://soubiran.dev)" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments