Sha256: 6370397e08f6e229f03442717f6ca335018a73dec9e2f34c9036c0604fd2b22f

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

# Rails Importer Changelog

## Keys

* `[CHANGE]`: A breaking change. After an upgrade, your app may need
  modifications to keep working correctly.
* `[FEATURE]`: A non-breaking improvement to the app. Either introduces new
  functionality, or improves on an existing feature.
* `[UI]`: Non-breaking changes to the default user interface (HTML/CSS).
* `[BUGFIX]`: Fixes a bug with a non-breaking change.
* `[COMPAT]`: Compatibility improvements - changes to make Rails Importer more
  compatible with different dependency versions.
* `[I18n]`: Internationalization. Changes to translations or localizations.
* `[OPTIM]`: Optimization or performance increase.
* `[DOC]`: Documentation changes. No changes to the library's behavior.

## Changes

### 0.2.1 (August 30, 2016)

* [FEATURE] Add possibility to inherit `RailsImporter::ImportsController` from custom controller class
  using gem initializer.

### 0.2.0 (February 18, 2016)

* [FEATURE] Add sample file link to import form which downloads a pre-defined sample file for each importer.

### 0.1.0 (February 12, 2016)

* [FEATURE] First release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_importer-0.2.1 CHANGELOG.md