- Update
filepicker_js_include_tag
to use the V2 api
- Declare FilepickerRails::Tag as a private module
- Add option for max number of files
- Add store_container option to filepicker_field
- Add open_to option to filepicker_field
- Add filepicker_field_tag helper method
- Move from end-of-life multi_json to json
- Adds filepicker_save_link
- Adds support to Rails 4.2
- filepicker_image_tag now works with policies
- update to RSpec 3
- Do not modify original url when using cdn
- Add option to use a CDN
- Add option for max file size
- Add option to rotate image
- Running specs on rails 3.2.x and 4.0
- Only append convert? when is needed
- Add license to gemspec
- Improved README with a bit more documentation for onchange callback
- Moved to a rails engine
- Add specs <3
- Add to Travis CI
- Create CHANGELOG
- Create CONTRIBUTING
- Add versioning, issue, contributing and credits sections on README
- Add rubygems badge
- Add codeclimate badge
- Add coveralls badge
- Support rails 4
The changelog began with version 1.0.0 so any changes prior to that can be seen by checking the tagged releases and reading git commit messages.