File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-tiptap-validation ` will be documented in this file.
4
4
5
+ ## 1.1.1 - 2023-05-12
6
+
7
+ - Performance improvements (recursive validation is stopped when it comes accross a failure)
8
+ - Add config file and move over some parameters
9
+ - Add additional tests
10
+
5
11
## 1.1.0 - 2023-05-11
6
12
7
13
- Add ` TiptapContainsText ` rule
Original file line number Diff line number Diff line change 1
1
# Laravel Tiptap validation
2
2
3
+ <img src =" https://banners.beyondco.de/Laravel%20Tiptap%20validation.png?theme=light&packageManager=composer+require&packageName=jacobfitzp%2Flaravel-tiptap-validation&pattern=architect&style=style_1&description=Back-end+Tiptap+editor+validation+rules&md=1&showWatermark=0&fontSize=75px&images=https%3A%2F%2Flaravel.com%2Fimg%2Flogomark.min.svg " />
4
+
3
5
[ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/jacobfitzp/laravel-tiptap-validation.svg?style=flat-square )] ( https://packagist.org/packages/jacobfitzp/laravel-tiptap-validation )
4
6
[ ![ GitHub Tests Action Status] ( https://img.shields.io/github/actions/workflow/status/jacobfitzp/laravel-tiptap-validation/run-tests.yml?branch=main&label=tests&style=flat-square )] ( https://github.com/jacobfitzp/laravel-tiptap-validation/actions?query=workflow%3Arun-tests+branch%3Amain )
5
7
[ ![ GitHub Code Style Action Status] ( https://img.shields.io/github/actions/workflow/status/jacobfitzp/laravel-tiptap-validation/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square )] ( https://github.com/jacobfitzp/laravel-tiptap-validation/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain )
Original file line number Diff line number Diff line change
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ | Version | Supported |
6
+ | ------- | ------------------ |
7
+ | 1.1.x | :white_check_mark : |
8
+ | 1.0.x | :x : |
9
+
10
+ ## Reporting a Vulnerability
11
+
12
+ Report all security vulnerabilities privately, by emailing contact@jacobfitzp.me
You can’t perform that action at this time.
0 commit comments