- Use API V2
- Re-release the changes of 1.5.0 and 1.5.1 as 2.0.0
This is the last version that uses the API V1.
Since the migration from V1 to V2 has no breaking changes probably you are good to upgrade to 2.x. Otherwise lock the gem to 1.x in your Gemfile
: gem "filepicker-rails", "~> 1.0"
More info about the migration here.
- The latest gem 1.x stays with API V1
- Revert the changes of 1.5.0 and 1.5.1 and re-release 1.4.0 as 1.6.0
- Update
filepicker_image_url
to merge query params into current url params if they exist
- 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.