Releases: proengsoft/laravel-jsvalidation
Releases · proengsoft/laravel-jsvalidation
v4.5.0
feat: add bootstrap5 layout
v4.4.7
chore(release): 4.4.7 [skip ci]
v4.4.6
chore(release): 4.4.6 [skip ci]
v4.4.5
fix(deps): bump lodash from 4.17.20 to 4.17.21 (#662) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v4.4.4
4.4.4 (2021-04-18)
Bug Fixes
Miscellaneous Chores
- deps: bump actions/cache from v2.1.4 to v2.1.5 (#638) 9ca4c66
- deps: bump ssri from 6.0.1 to 6.0.2 (#641) 2465fc6
- deps-dev: bump @babel/cli from 7.12.10 to 7.13.14 (#630) b576140
- deps-dev: bump @babel/plugin-transform-runtime (#635) 8b49188
- deps-dev: bump @semantic-release/release-notes-generator (#626) c4ad537
- deps-dev: bump webpack from 5.27.2 to 5.33.2 (#639) 862ed5c
- deps-dev: bump webpack-cli from 4.5.0 to 4.6.0 (#628) 96902ca
- deps-dev: bump y18n from 3.2.1 to 3.2.2 (#632) c532341
v4.4.3
4.4.3 (2021-03-23)
Bug Fixes
Miscellaneous Chores
- deps: bump actions/cache from v2 to v2.1.4 (#595) 1e787f1
- deps: bump actions/setup-node from v2.1.4 to v2.1.5 (#606) 548826b
- deps: bump amannn/action-semantic-pull-request (#601) 6efec81
- deps-dev: bump @babel/core from 7.12.10 to 7.13.10 (#615) 7715c76
- deps-dev: bump elliptic from 6.5.3 to 6.5.4 (#616) aaaa81a
- deps-dev: bump semantic-release from 17.3.1 to 17.4.2 (#617) f4cbc79
- deps-dev: bump webpack from 5.12.3 to 5.27.2 (#623) e91e140
- deps-dev: bump webpack-cli from 4.3.1 to 4.5.0 (#591) 1045a13
- deps-dev: bump webpack-stream from 6.1.1 to 6.1.2 (#585) 7cd1cc4
- exclude dependabot from stale bot c156100
v4.4.2
4.4.2 (2021-01-11)
Bug Fixes
Continuous Integration
- use pull_request_target event 0fcbe0c
Miscellaneous Chores
- deps: bump actions/setup-node from v2.1.2 to v2.1.3 (#555) ee04231
- deps: bump actions/setup-node from v2.1.3 to v2.1.4 (#560) 0da499a
- deps: bump amannn/action-semantic-pull-request (#535) 0d7ed84
- deps: bump amannn/action-semantic-pull-request (#550) c9c000c
- deps: bump amannn/action-semantic-pull-request (#563) dd2460d
- deps: bump amannn/action-semantic-pull-request (#570) 3fb321f
- deps: bump ini from 1.3.5 to 1.3.8 (#557) 40f2b0a
- deps: update actions/checkout requirement to v2.3.4 (#536) 347aa3f
- deps-dev: bump @babel/cli from 7.12.1 to 7.12.7 (#538) 6bd9338
- deps-dev: bump @babel/cli from 7.12.7 to 7.12.8 (#542) 178910a
- deps-dev: bump @babel/cli from 7.12.8 to 7.12.10 (#554) 928f19e
- deps-dev: bump @babel/core from 7.12.3 to 7.12.7 (#539) c6d4798
- deps-dev: bump @babel/core from 7.12.7 to 7.12.8 (#541) e129a42
- deps-dev: bump @babel/core from 7.12.8 to 7.12.9 (#546) 166a006
- deps-dev: bump @babel/core from 7.12.9 to 7.12.10 (#552) c83a8f3
- deps-dev: bump @babel/plugin-transform-runtime (#553) 2c99a92
- deps-dev: bump babel-loader from 8.2.1 to 8.2.2 (#548) 5ef9f02
- deps-dev: bump semantic-release from 17.2.4 to 17.3.0 (#537) 50c922d
- deps-dev: bump semantic-release from 17.3.0 to 17.3.1 (#566) 37c52ec
- deps-dev: bump webpack from 5.10.0 to 5.10.1 (#558) bf359b9
- deps-dev: bump webpack from 5.10.1 to 5.10.3 (#559) 71274e1
- deps-dev: bump webpack from 5.10.3 to 5.11.0 (#562) 4eb51e2
- deps-dev: bump webpack from 5.11.0 to 5.11.1 (#565) e338ac7
- deps-dev: bump webpack from 5.11.1 to 5.12.3 (#569) a3b00a3
- deps-dev: bump webpack from 5.6.0 to 5.8.0 (#547) 4969482
- deps-dev: bump webpack from 5.8.0 to 5.9.0 (#549) 6b1acc3
- deps-dev: bump webpack from 5.9.0 to 5.10.0 (#551) 6a8c557
- deps-dev: bump webpack-cli from 4.2.0 to 4.3.0 (#564) ae708b9
- deps-dev: bump webpack-cli from 4.3.0 to 4.3.1 (#567) 9d504a4
v4.4.1
4.4.1 (2020-11-22)
Bug Fixes
Miscellaneous Chores
- release: 4.1.1 [skip ci] 9cb191e
Continuous Integration
4.4.0
4.4.0 - 2020-10-07
Added experimental form request validation. All validation occurs via AJAX request on form submission. This resolves a number of issues regarding form request usage and unimplemented client side rules.
See the PR for details on usage.
Improvements
- Experimental - Improved form request validation - #505