v0.5.14 - 2024-12-16
- [0.5.x] Adds Inertia 2.0 support by @timacdonald in #108
v0.5.13 - 2024-11-12
- [0.5.x] Re-work on-change validation by @timacdonald in #105
v0.5.10 - 2024-09-24
Full Changelog: https://github.com/laravel/precognition/compare/v0.5.9...v0.5.10
v0.5.8 - 2024-09-03
- [0.5.x] Type
vue-inertia
by @ncphillips in #88 - [0.5.x] Further improve Vue types by @timacdonald in #91
- [0.5.x] Update linting rules by @timacdonald in #90
v0.5.7 - 2024-08-20
- [0.5.x] Removes unused ignore comments by @timacdonald in #86
- [0.5.x] Async validate by @timacdonald in #69
v0.5.6 - 2024-07-02
- [1.x] Ensures precog requests do not interfere with non-precog requests by @timacdonald in #78
v0.5.5 - 2024-06-04
- Support Inertia
transform
by @timacdonald in #72
v0.5.4 - 2024-01-23
- [0.5.x] Migrate to lodash-es by @dij-qhoekman in #62
v0.5.3 - 2024-01-09
- [0.5.x] Fix incorrectly reported valid inputs by @timacdonald in #60
v0.5.2 - 2023-09-15
- Fixes Vue w/ Inertia validating reactivity by @timacdonald in #49
v0.5.1 - 2023-09-05
- Update
processing
flag for traditional for submissions by @timacdonald in #43
v0.5.0 - 2023-08-29
- Require
Precognition-Success
header by @timacdonald in #41
v0.4.1 - 2023-07-26
- Support SSR mode by @timacdonald in #37
v0.4.0 - 2023-07-26
- Ensure marked as valid once response returns by @timacdonald in #19
- Allow config to override initial values by @timacdonald in #24
- Expose the client / axios instance by @timacdonald in #25
- Fix react-inertia setError bug by @yo-goto in #22
- Allow fields to be manually touched by @timacdonald in #26
v0.3.2 - 2023-06-08
- Fix array filtering of files by @timacdonald in #15
v0.3.1 - 2023-06-07
- Use Inertia's processing property by @timacdonald in #13
v0.3.0 - 2023-06-06
- Remove
console.log
call by @zhanang19 in #8 - Support Inertia
clearErrors
with arguments by @timacdonald in #7 - Ensure event listener is only bound once by @timacdonald in #9
- Standardise support for uppercase method by @timacdonald in #10
v0.2.2 - 2023-05-30
v0.2.1 - 2023-05-23
- Update dependencies by @timacdonald in https://github.com/laravel/precognition/commit/2f0c5531599c0996a792bce3e142c9fb439f9da7
Initial release.