Sha256: 060f069a04354f1853ba61d6b83dc3d64d1bb0cc6980bfdc8c98b856061db017
Contents?: true
Size: 1.36 KB
Versions: 2
Compression:
Stored size: 1.36 KB
Contents
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased ### Breaking changes - ### Compatible changes - ## 1.0.1 - 2019-02-27 ### Compatible changes - Methods defined with `power` now preserve the [arity](https://apidock.com/ruby/Method/arity) of their block. ## 1.0.0 - 2019-02-15 ### Breaking changes - Removed `Power.for_record(record)`. Use `Power.for_model(record.class)` instead. - Removed `Power#for_record(record)`. Use `Power#for_model(record.class)` instead. - Removed `Power#name_for_record(record)`. Use `Power#name_for_model(record.class)` instead. ## 0.14.1 - 2018-11-13 ### Compatible changes - inherit power guards upon controller inheritance (fixes #40) ## 0.14.0 - 2018-10-09 ### Breaking changes - drop support for Rails 2.3 ### Compatible changes - migrate tests to Gemika ## 0.13.2 - 2018-10-02 ### Compatible changes - Bang methods should return the scope when successful (e.g. `power.notes!` returns the scope you defined in the power) - improve the error message for scoped powers ## 0.13.1 - 2017-09-28 ### Compatible changes - Fix controller integration when using `ActionController::API`. Thanks to derekprior. ## 0.13.0 - 2017-09-05 ### Breaking change - All powers memoize. ## Older releases Please check commits.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
consul-1.0.2 | CHANGELOG.md |
consul-1.0.1 | CHANGELOG.md |