- Update default jQuery version to v3
- Drop support for EOL'd Ruby 1.9.x and Ruby 2.0, please use version 1.2.0 if you need support for older Ruby versions.
- Fix compatibility to Ruby >=2.1 and Rails 5 (thanks @einzige)
- Allow to pass
max_size
to the helper (thanks @avokhmin)
- Allow
onFileSelect
callback (thanks @netonion)
- MIT license
- Bumped transloadit dependency to >= 1.1.1
- Switch to Kramdown for RDoc formatting
- Support jRuby 1.8/1.9 and MRI 2.0.0 too
- Support for Rails 4.x
- Dropped support for Ruby 1.8.6
- Better generator & documentation for environment specific configuration (thanks @samullen)
- allow configuration per environment (thanks @samullen)
- Integrated RSpec helper (thanks @jstirk)
- Documentation fixes
- Don't sign requests when no secret is provided
- fix deprecation warning on Rails 3.2 by removing use of ActiveSupport::Memoizable
- Don't encode known callbacks to JSON
- Allow ERB in config files
- Fix default configuration template
- Bump dependency to transloadit gem to 1.0.2
- Allow duration to be configurable
- Use jQuery instead of $ to prevent problems with other libraries
- fixed "uninitialized constant Transloadit::Rails::ViewHelper"
- Fix View Helper
- Some optimizations for jQuery initialization
- Explicit including of the params decoder module instead of automatic magic
- Depend on railties, not Rails
- Automatically translate Transloadit API JSON
- Lazy-load configuration
- better error messages
- Initial release