Sha256: c8f64d68a6ffbe324bd12772e40031e1306dce754bf9281184eaca59cc32f49e

Contents?: true

Size: 1.35 KB

Versions: 1

Compression:

Stored size: 1.35 KB

Contents

# Changelog

### master

* nothing yet

### 1.2.1 - 2017-08-24

* enhancements
    * improve migration template
    * add installer readme
* minor bugfixes

### 1.2.0 - 2017-08-24

* features
    * add `blocked?` method to `acts_as_favoritor` model
    * add `blocked?` method to `acts_as_favoritable` model
    * add `favoritable_type` method to `acts_as_favoritor` model
    * add `favoritor_type` method to `acts_as_favoritable` model
    * add `blocks` method to `acts_as_favoritor` model
    * add `block` method to `acts_as_favoritor` model
    * add `unblock` method to `acts_as_favoritor` model
    * add `blocked_favoritables_count` method to `acts_as_favoritor` model
* minor bugfixes

### 1.1.3 - 2017-08-23

* bugfixes
    * `fix NoMethodError: undefined method 'each' for <SCOPE>:String`

### 1.1.2 - 2017-08-23

* bugfixes
    * migration hotfix

### 1.1.1 - 2017-08-23

* notes
    * default scope changed from `favorites` to `favorite`
* features
    * added configuration
* enhancements
    * add `scope` generator option
    * add `skip_configuration` generator option
    * index database columns
* minor bugfixes

### 1.1.0 - 2017-08-23

* features
    * add scope functionality

### 1.0.2 - 2017-08-22

* enhancements

### 1.0.1 - 2017-08-22

* bug fixes

### 1.0.0 - 2017-08-22

* initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
acts_as_favoritor-1.2.1 CHANGELOG.md