carrierwaveuploader--carrie.../CHANGELOG.md

1.5 KiB

Version 0.2.2

  • [changed] Mount now no longer returns nil if there is no stored file, it returns a blank uploader instead
  • [added] Possibility to specify a default path
  • [added] Paperclip compatibility module

Version 0.2.1

  • [changed] Url method now optionally takes versions as parameters (like Paperclip)
  • [added] A field which allows files to be removed with a checkbox in mount
  • [added] Mount_on option for Mount, to be able to override the serialization column
  • [added] Added demeter friendly column_url method to Mount
  • [added] Option to not copy files to cache dir, to prevent writes on read only fs systems (this is a workaround and needs a better solution)

Version 0.2

  • [changed] The version is no longer stored in the store dir. This will break the paths for files uploaded with 0.1
  • [changed] CarrierWave::Uploader is now a module, not a class, so you need to include it, not inherit from it.
  • [added] Integiry checking in uploaders via a white list of extensions
  • [added] Validations for integrity and processing in ActiveRecord, activated by default
  • [added] Support for nested versions
  • [added] Permissions option to set the permissions of the uploaded files
  • [added] Support for Sequel
  • [added] CarrierWave::Uploader#read to read the contents of the uploaded files

Version 0.1

This is a very experimental release that has not been well tested. All of the major features are in place though. Please note that there currently is a bug with load paths in Merb, which means you need to manually require uploaders.