v0.1.7
🚀 Enhancements
- Add lodash-es and object-to-formdata dependencies (d7ff803)
- Add custom onRequest and onResponseError hooks (7fc1cf6)
- Replace $sanctumFetch with a custom fetch service (8f3731f)
- Add hasFile helper (ba45fd2)
- Add form type (0bf4cf7)
- Create useSanctumForm composable (fad10c9)
- Profile page form improvements (17da722)
- Extract onRequest and onResponseError from options (bf258a5)
- Add reset method to form (bb2b188)
- Add reset method to useSanctumForm (330b59c)
- Add form validation and reset button (56f8464)
- Refactor useSanctumForm composable (264260f)
- Add form API (213f354)
- Add avatar to profile page (4bb00bf)
- Add avatar to User model (600dafc)
- Add avatar to user resource (463edca)
🩹 Fixes
- Add empty object as first argument to createFetchService (703b7e2)
- Change errors type to array (9c4d8fe)
- Convert validation errors to array (342c1df)
- Change errors type to string (19afa1b)
- UseSanctumForm: simplify validation errors (fb71944)
- Fix border-danger style (d91eaee)
- Update host and apiUrl to localhost (5a65216)
- Store avatar in public disk (86955e1)
- Ignore test fixtures in lint command (3fd73e6)
💅 Refactors
- Remove user preview and change label name (48a1f9b)
📖 Documentation
🏡 Chore
- Laravel api fixture (039a7a7)
🎨 Styles
❤️ Contributors
- Harish Kumar harish.pra22@gmail.com
What's Changed
New Contributors
Full Changelog: 0.1.6...v0.1.7