Sha256: ae93c6c2c59328124c4fadedc3f1d66fe79923acbf9e1e442eb10bda42e6a8fb
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
# CHANGELOG ### Version 0.5.2 * Add rails version supported 6. * Minimum ruby version supported 2.6.X. * Remove support for ruby 2.4.X. * Avoid defining new methods in exporter. * Update code base to use bundler 2.X.X. ### Version 0.5.1 * Add rails version supported 5.2.X. * Minimum ruby version supported 2.5.0. ### Version 0.5.0 * Rails versions supported 4.X.X and 5.X.X. * Minimum ruby version supported 2.2.2. ### Version 0.4.1 * Improvements: Moving dependecies to .gemspec ### Version 0.4.0 * Ruby ~> 1.9.3 is not longer supported. * activemodel version dependency >= 4.0. ### Version 0.3.2 * Adding support to export a single resource. ### Version 0.3.1 * Fixing errors with rails 4.2.X. ### Version 0.3.0 * Adding support to rails 4.2.X. ### Version 0.2.0 * Using I18n translations in file headers. ### Version 0.1.0 * Including file headers ### Version 0.0.5 * Using send_data method * Customizable filename * Customizable encode format ### Version 0.0.4 * Exporting to XLS format ### Version 0.0.3 * Adding filter method ### Version 0.0.2 * Default current_user scope * Explicit exportation scope * Scope calling exportation_scope ### Version 0.0.1 * First version * Computed properties * Customizable exporter
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
active_model_exporters-0.6.0 | CHANGELOG.md |
active_model_exporters-0.5.2 | CHANGELOG.md |