Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(inertia-sails): extract isInertiaPartialRequest to a module * chore(inertia-sails): move get-partial-data to props folder * chore(inertia-sails): move inertia-headers to helpers folder * chore(inertia-sails): move is-inertia-request to helpers folder * feat(inertia-sails): extract building of Inertia page object to a module * chore(inertia-sails): move inertia middleware to middlewares * chore(inertia-sails): rename middlewares to middleware * chore(inertia-sails): move resolve-validation-errors to helpers * feat(inertia-sails): add module to resolveProp * feat(inertia-sails): add symbol to ignore first load * feat(inertia-sails): add module to pick props to resolve * feat(inertia-sails): add AlwaysProp class * feat(inertia-sails): add DeferProp class * feat(inertia-sails): add MergeProp class * feat(inertia-sails): add MergeableProp base class * feat(inertia-sails): add module to resolve page props * fix(inertia-sails): remove unnecessary await calls * feat(inertia-sails): add module to resolve except props * feat(inertia-sails): add OptionalProp class * feat(inertia-sails): add resolve-deferred-props module * feat(inertia-sails): add module to handle merging props * feat(inertia-sails): add module to resolve only props * feat(inertia-sails): update hook to include defer and render methods * feat(inertia-sails): extract rendering logic to a module * chore(inertia-sails): move render module to root * feat(inertia-sails): implement Inertia redirect logic * chore(inertia-sails): change private to lib * feat(inertia-sails): implement optional prop method * feat(inertia-sails): implement merge method * chore(inertia-sails): update link to docs * feat(inertia-sails): implement always prop method * chore(inertia-sails): group class imports * feat(inertia-sails): add clearHistory and encryptHistory methods * chore(inertia-sails): use method shorthand * chore(inertia-sails): add docs for clearHistory method * feat(inertia-sails): change the boolean for clearHistory and encryptHistory * feat(create-sails-generator): update inertiaRedirect custom response * feat(create-sails-generator): update inertia response * fix(inertia-sails): use error bag header constant * feat(create-sails-generator): simplify badRequest custom response * feat(inertia-sails): add handleBadRequest method * feat(inertia-sails): add handleBadRequest method * feat(mellow-react): simplify badRequest custom response * fix(mellow-react): remove using 'back" for redirect * feat(mellow-react): update inertia custom response * feat(mellow-react): update inertiaRedirect custom response * chore(mellow-react): upgrade dependencies * chore(mellow-vue): update dependencies * chore(create-sails-generator): bump version * chore(inertia-sails): bump version * feat(mellow-vue): update custom responses * feat(mellow-svelte): update setup to Svelte 5 * chore: remove templates from workspaces * chore: run npm install * chore(mellow-svelte): update deps * chore(mellow-react): run npm install * feat(mellow-svelte): update custom responses * chore(mellow-vue): update deps
- Loading branch information