Skip to content

Latest commit

 

History

History
executable file
·
137 lines (106 loc) · 6.9 KB

CHANGES.md

File metadata and controls

executable file
·
137 lines (106 loc) · 6.9 KB
  • master

  • 1.1.4 Many improvements and fixes:

  • 1.1.3

  • 1.1.2

  • 1.1.1

  • 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
  • 1.0.0

  • 0.9.8

  • 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

    • Add min_size and max_size to :file_size_out_of_range error message #134
    • Reference Marcel::EXTENSIONS #137
  • 0.9.5

    • add latest Rails support in tests #126
    • file permissions set to 0644 #125
    • use Marcel to detect the correct content_type #123
    • enable CI for pull requests #124
  • 0.9.4

    • Add with_message for dimension_validator_matcher #117
    • Fix typo in tests #119
    • Raise error when undefined mime type symbol is given #120
    • Enable to set message on error of attached validator #121
  • 0.9.3

    • Addded Vietnamese translation #108
    • Allow regex in content_type arrays #104
    • fixes for spanish translation #114, #115
  • 0.9.2

    • moved to github actions (@StefSchenkelaars)
    • better support for ruby 3, rails 6.1 (@StefSchenkelaars)
  • 0.9.1

    • ensure to detach attachment before validating attached #81
    • fixing UK translations #92
    • added ES translation #90
    • Rails 6.1 support #94
    • added dutch translation #97
    • fix deprecation warnings for Ruby 2.7 #100
  • 0.9.0

    • added Turkish translation #75
    • fixed attached matcher #79
  • 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 valiation 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/
  • 0.8.1

    • allows to pass symbol for a content type validation: validates :avatar, attached: true, content_type: :png
  • 0.8.0

    • added aspect ratio validator
    • support for Rails 5.2 and Rails 6
  • 0.7.1

    • added dimension validator