-
master
-
1.3.4 Bug fixes:
-
1.3.3 Bug fixes:
-
1.3.2 Bug fixes:
-
1.3.0
-
1.2.0 Many improvements and fixes:
-
1.1.4 Many improvements and fixes:
-
1.1.3
- https://github.com/igorkasyanchuk/active_storage_validations/pull/217/files
- drop Rails 6.0 from CI
- added Rails 7.1 to CI
-
1.1.2
-
1.1.1
-
1.0.4
-
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
-
1.0.0
- allow Procs as an input for validation options https://github.com/igorkasyanchuk/active_storage_validations/pull/135/files
- new translation zh-CN #162
- drop support of Rails 5.2 (in tests, but in reality it should work, just check PR in this version)
-
0.9.8
- Fix a file extension issue in Metadata#read_image https://github.com/igorkasyanchuk/active_storage_validations/pull/148/files
- Dynamic exception class #150
- Display All Validation Errors #152
-
0.9.7
- tests for Rails 7 and Ruby 3.1 #143
- Fix pt-BR translations #132
- Remove references to image/jpg content type #144
- missing relationship in dummy app #142
- References Marcel::TYPES only for Rails < 6.1 #138
- better clarify how to define between size #133
- Add vips support for aspect ratio and dimension validators #140
-
0.9.6
-
0.9.5
-
0.9.4
-
0.9.3
-
0.9.2
- moved to github actions (@StefSchenkelaars)
- better support for ruby 3, rails 6.1 (@StefSchenkelaars)
-
0.9.1
-
0.9.0
-
0.8.9
- better DE translations
-
0.8.8
- Fix something wrong with params: #66 @High5Apps
- added Janapese language (@willnet)
-
0.8.7
- added test matchers #56
-
0.8.6
- added FR, RU, UK translations
-
0.8.5
- small tweaks
-
0.8.4
- fixed error messages for aspect ratio validation PR #44
- better limit validation for rails 6 PR #45
-
0.8.3
- added pt-BR translation PR #40
-
0.8.2
- allows to pass Regexp for a content type validation:
validates :avatar, content_type: /\Aimage\/.*\z/
- allows to pass Regexp for a content type validation:
-
0.8.1
- allows to pass symbol for a content type validation:
validates :avatar, attached: true, content_type: :png
- allows to pass symbol for a content type validation:
-
0.8.0
- added aspect ratio validator
- support for Rails 5.2 and Rails 6
-
0.7.1
- added dimension validator