Sha256: dffe3d93a72c86092b8769912b3db428a70911f73d5545e59283074744730623

Contents?: true

Size: 1.51 KB

Versions: 1

Compression:

Stored size: 1.51 KB

Contents

# Change Log

## Unreleased
[full changelog](http://github.com/sue445/activerecord-simple_index_name/compare/v0.2.0...master)

## v0.2.0
[full changelog](http://github.com/sue445/activerecord-simple_index_name/compare/v0.1.0...v0.2.0)

### Breaking changes :bomb:
* Move files and rename module
  * https://github.com/sue445/activerecord-simple_index_name/pull/17
  * Move: `lib/activerecord/simple_index_name` -> `lib/active_record/simple_index_name`
  * Rename: `Activerecord::SimpleIndexName` -> `ActiveRecord::SimpleIndexName`
  * If use `require "activerecord/simple_index_name"`, change to `require "activer_ecord/simple_index_name"`

### Enhancements
* Add `ActiveRecord::SimpleIndexName.config.auto_shorten` configuration
  * https://github.com/sue445/activerecord-simple_index_name/pull/13
* Add `ActiveRecord::SimpleIndexName::EnableShorten`, `ActiveRecord::SimpleIndexName::DisableShorten`
  * https://github.com/sue445/activerecord-simple_index_name/pull/12

### Other
* Test with Rails 4.0.x
  * https://github.com/sue445/activerecord-simple_index_name/pull/19
* Other tiny refactorings 
  * https://github.com/sue445/activerecord-simple_index_name/pull/14
  * https://github.com/sue445/activerecord-simple_index_name/pull/15
  * https://github.com/sue445/activerecord-simple_index_name/pull/16
  * https://github.com/sue445/activerecord-simple_index_name/pull/21
  * https://github.com/sue445/activerecord-simple_index_name/pull/23
  * https://github.com/sue445/activerecord-simple_index_name/pull/24
  
## v0.1.0
* First release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activerecord-simple_index_name-0.2.0 CHANGELOG.md