## Fixed
- **characterLimit() is now a soft limit again** (#36): characterLimit() no longer enforces HTML maxlength or validation. Use maxLength() for hard enforcement, or combine both.
- Fixed test suite (removed obsolete BladeCaptureDirective dependency)
- Fixed PHPStan config (removed deprecated options)