Skip to content

v0.1.7

Compare
Choose a tag to compare
@hkp22 hkp22 released this 22 Oct 19:15
· 53 commits to main since this release

compare changes

🚀 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

🎨 Styles

  • Enable prettier-vscode as default formatter (08159bb)
  • Remove arrow-parens rule (89785cf)

❤️ Contributors

What's Changed

New Contributors

  • @hkp22 made their first contribution in #1

Full Changelog: 0.1.6...v0.1.7