Skip to content

Releases: JacobFitzp/laravel-tiptap-validation

1.1.3

29 Aug 18:07
Compare
Choose a tag to compare
  • Added TiptapRule contract, implemented by all rules
  • Added DecodesTiptapContent helper trait
  • Added support for arrayable objects when decoding Tipap content
  • Switch from create() to make() when instantiating a rule
  • Fixed a bug where whitespace was being included in the character count
  • Refactored some of the code to make it more readable

1.1.2

15 May 11:12
Compare
Choose a tag to compare
  • Use blank and filled instead of empty
  • Tidy up README

1.1.1

12 May 10:37
Compare
Choose a tag to compare
  • Performance improvements (recursive validation is stopped when it comes accross a failure)
  • Add config file and move over some parameters
  • Add additional tests

1.1.0

11 May 18:16
Compare
Choose a tag to compare
  • Add TiptapContainsText rule
  • Rename TiptapValidationRule to TiptapContent
  • Add translation files for error messages
  • Add additional tests

1.0.1

10 May 19:48
Compare
Choose a tag to compare
  • Update dependancies
  • Add additional tests

1.0.0

10 May 12:35
Compare
Choose a tag to compare

Initial release