All Versions
16
Latest Version
Avg Release Cycle
34 days
Latest Release
2433 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.4.1 Changes
๐ Release date: 2014-12-26
- ๐ [CHANGED] Improved IO performance
- โช [FIXED] Work around a bug in Ruby 2.2
-
v0.4.0 Changes
๐ Release date: 2014-12-26
- [ADDED] Pass through additional args to S3
- [ADDED] Rack app sets far future expiry headers
- ๐ [ADDED] Sinatra app supports CORS preflight requests
- [ADDED] Helpers can take
host
option - [ADDED] File type validations
- [ADDED] attachment_field accept attribute is set from file type restrictions
- [CHANGED] Dynamically generated methods in attachments are included via Module
- [CHANGED] Rack app replaced with Sinatra app
- ๐ [FIXED] Various content type fixes in Sinatra app
- ๐ [FIXED] Don't set id of record if it is frozen
-
v0.3.0 Changes
๐ Release date: 2014-12-14
- [ADDED] Can upload files via URL
-
v0.2.5 Changes
๐ Release date: 2014-12-12
- ๐
[ADDED] CarrierWave style
remove_
attribute - [ADDED] Files are deleted after model is destroyed
- ๐ [FIXED] Spec files can be required by external gems
- ๐ [FIXED] Refile should work inside other Rails engines
- ๐
[ADDED] CarrierWave style
-
v0.2.4 Changes
๐ Release date: 2014-12-08
- ๐ [ADDED] Supports format option with image processing
-
v0.2.3 Changes
๐ Release date: 2014-12-08
- ๐ [ADDED] Support for passing format to processors
- ๐ [FIXED] Support IE10
- ๐ [FIXED] Gracefully degrade on IE9, IE8 and IE7
- ๐ [FIXED] Success event is fired at the appropriate time
- ๐ [FIXED] Works with apps which don't define root_url