Releases: arandilopez/laravel-profane
Releases · arandilopez/laravel-profane
New rule for strict validation
- New rule called
strictly_profane
to validate against profane words. See more in README for usage. - Update laravel/support dependency to v8.0
Laravel 6 and 7 support
Tested for supporting Laravel 5.x, 6.x and 7.x. Thanks to @okaufmann for his work
Laravel 6 support
Tested support for Laravel 6.x!
New languages support
- Malayalam ( provided by @abinodh )
- Russian ( provided by @alex2sat )
- Serbian ( provided by @Djuki )
- Filipino ( provided by @credocleo )
- Romanian ( provided by @rchioreanu )
New words
- Spanish (by @xDidier901)
- Dutch (Netherlands) ( by @WouterVanmulken)
Illuminate Support 5.5
- Using
illuminate/support
v5.5 - README links to contributors profiles
Improvements in tests
- Thanks to @dorianneto functions are now documented.
- @dorianneto also make improvements on how tests build the validator instance for checking methods and state
v0.3.1
- Greek locale support
- Some
Str::removeAcents
tests