Releases: igorkasyanchuk/active_storage_validations
Releases · igorkasyanchuk/active_storage_validations
1.3.1
- CI changes (more rubies, more Rails)
- improved spoofing detection logic + refactoring: #278
1.2.0
- 1.2.0
Many improvements and fixes:
1.1.0
- #183 [Global] Better size validator messages + Refactor custom model error method
- #198 Explicitly require active_model before using it
- #187 New pt-BR translations
- #184 Added Swedish translations
1.0.4
- Support for StringIO attachments #176
- Support libvips < 8.8 #185
- Test against Ruby 3.2
1.0.3
- Fix missing block when using valid? method #174
1.0.2
- Support using allowing and rejecting together on content type matcher #172
1.0.1
- add ProcessableImageValidator #168
- fix slowness #169