Skip to content

Commit a44ac61

Browse files
committed
chore(release): v0.1.7
1 parent 3fd73e6 commit a44ac61

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,63 @@ All notable changes to the "spec-coder" extension will be documented in this fil
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## v0.1.7
8+
9+
[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/0.1.6...v0.1.7)
10+
11+
### 🚀 Enhancements
12+
13+
- Add lodash-es and object-to-formdata dependencies ([d7ff803](https://github.com/qirolab/nuxt-sanctum-authentication/commit/d7ff803))
14+
- Add custom onRequest and onResponseError hooks ([7fc1cf6](https://github.com/qirolab/nuxt-sanctum-authentication/commit/7fc1cf6))
15+
- Replace $sanctumFetch with a custom fetch service ([8f3731f](https://github.com/qirolab/nuxt-sanctum-authentication/commit/8f3731f))
16+
- Add hasFile helper ([ba45fd2](https://github.com/qirolab/nuxt-sanctum-authentication/commit/ba45fd2))
17+
- Add form type ([0bf4cf7](https://github.com/qirolab/nuxt-sanctum-authentication/commit/0bf4cf7))
18+
- Create useSanctumForm composable ([fad10c9](https://github.com/qirolab/nuxt-sanctum-authentication/commit/fad10c9))
19+
- Profile page form improvements ([17da722](https://github.com/qirolab/nuxt-sanctum-authentication/commit/17da722))
20+
- Extract onRequest and onResponseError from options ([bf258a5](https://github.com/qirolab/nuxt-sanctum-authentication/commit/bf258a5))
21+
- Add reset method to form ([bb2b188](https://github.com/qirolab/nuxt-sanctum-authentication/commit/bb2b188))
22+
- Add reset method to useSanctumForm ([330b59c](https://github.com/qirolab/nuxt-sanctum-authentication/commit/330b59c))
23+
- Add form validation and reset button ([56f8464](https://github.com/qirolab/nuxt-sanctum-authentication/commit/56f8464))
24+
- Refactor useSanctumForm composable ([264260f](https://github.com/qirolab/nuxt-sanctum-authentication/commit/264260f))
25+
- Add form API ([213f354](https://github.com/qirolab/nuxt-sanctum-authentication/commit/213f354))
26+
- Add avatar to profile page ([4bb00bf](https://github.com/qirolab/nuxt-sanctum-authentication/commit/4bb00bf))
27+
- Add avatar to User model ([600dafc](https://github.com/qirolab/nuxt-sanctum-authentication/commit/600dafc))
28+
- Add avatar to user resource ([463edca](https://github.com/qirolab/nuxt-sanctum-authentication/commit/463edca))
29+
30+
### 🩹 Fixes
31+
32+
- Add empty object as first argument to createFetchService ([703b7e2](https://github.com/qirolab/nuxt-sanctum-authentication/commit/703b7e2))
33+
- Change errors type to array ([9c4d8fe](https://github.com/qirolab/nuxt-sanctum-authentication/commit/9c4d8fe))
34+
- Convert validation errors to array ([342c1df](https://github.com/qirolab/nuxt-sanctum-authentication/commit/342c1df))
35+
- Change errors type to string ([19afa1b](https://github.com/qirolab/nuxt-sanctum-authentication/commit/19afa1b))
36+
- UseSanctumForm: simplify validation errors ([fb71944](https://github.com/qirolab/nuxt-sanctum-authentication/commit/fb71944))
37+
- Fix border-danger style ([d91eaee](https://github.com/qirolab/nuxt-sanctum-authentication/commit/d91eaee))
38+
- Update host and apiUrl to localhost ([5a65216](https://github.com/qirolab/nuxt-sanctum-authentication/commit/5a65216))
39+
- Store avatar in public disk ([86955e1](https://github.com/qirolab/nuxt-sanctum-authentication/commit/86955e1))
40+
- Ignore test fixtures in lint command ([3fd73e6](https://github.com/qirolab/nuxt-sanctum-authentication/commit/3fd73e6))
41+
42+
### 💅 Refactors
43+
44+
- Remove user preview and change label name ([48a1f9b](https://github.com/qirolab/nuxt-sanctum-authentication/commit/48a1f9b))
45+
46+
### 📖 Documentation
47+
48+
- Add npm downloads badge ([3706e4c](https://github.com/qirolab/nuxt-sanctum-authentication/commit/3706e4c))
49+
- Add support section ([a4fabcc](https://github.com/qirolab/nuxt-sanctum-authentication/commit/a4fabcc))
50+
51+
### 🏡 Chore
52+
53+
- Laravel api fixture ([039a7a7](https://github.com/qirolab/nuxt-sanctum-authentication/commit/039a7a7))
54+
55+
### 🎨 Styles
56+
57+
- Enable prettier-vscode as default formatter ([08159bb](https://github.com/qirolab/nuxt-sanctum-authentication/commit/08159bb))
58+
- Remove arrow-parens rule ([89785cf](https://github.com/qirolab/nuxt-sanctum-authentication/commit/89785cf))
59+
60+
### ❤️ Contributors
61+
62+
- Harish Kumar <harish.pra22@gmail.com>
63+
764
## v0.1.6
865

966
[compare changes](https://github.com/qirolab/nuxt-sanctum-authentication/compare/v0.1.5...v0.1.6)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qirolab/nuxt-sanctum-authentication",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Nuxt 3 module for easy Laravel Sanctum authentication, offering CSRF token management, both cookie and token-based auth, and SSR compatibility.",
55
"keywords": [
66
"auth",

0 commit comments

Comments
 (0)