rating/CHANGELOG.md

44 lines
846 B
Markdown
Raw Normal View History

2018-02-26 20:53:47 +00:00
## v0.6.0
### Updates
- The author unique validations was removed to enable custom validations
2018-02-14 17:38:04 +00:00
## v0.5.0
### News
- Adds `rating.yml` config to support to change the tables where Rating will write the data;
- Adds `scoping` option to support to generates zero based rating via scope.
### Updates
- The migrate was separated in two to improve in troubleshoot. (iondrimba)
2018-02-06 20:05:24 +00:00
## v0.4.0
### News
- Adds support to MySQL using decimal over float cast on calculations.
### Updates
- Grows up the decimal precision to enable billion of records count.
2018-01-29 17:15:33 +00:00
## v0.3.0
### News
- The `vote` method now can receive `metadata` to be persisted with vote data.
2017-11-03 02:08:39 +00:00
## v0.2.0
### News
- Scope support to be possible rate item from a resource;
- Author model type where zero rating record is not generated on record creation.
2017-10-30 01:44:23 +00:00
## v0.1.0
- First release.