Sha256: 3392daa68e2375b5d5e5c3659ae255a30dd4f6faab400c08e360d4ce5899df26

Contents?: true

Size: 1.43 KB

Versions: 1

Compression:

Stored size: 1.43 KB

Contents

# Changelog

### master

* nothing yet

### 1.2.2 - 2017-08-24

* bugfixes
    * `acts_as_favoritor` generator hotfix

### 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.2 CHANGELOG.md