Changelog History
Page 4
-
v1.8.2 Changes
June 05, 2014- ๐ Fix cancancan#75 - More specific hash-like object check. ([@bryanrite][]).
-
v1.8.1 Changes
May 27, 2014๐ Fix cancancan#67 - Sequel tests are run properly for JRuby. ([@bryanrite][]).
๐ Fix cancancan#68 - Checks for hash-like objects in subject better. ([@bryanrite][]).
-
v1.8.0 Changes
May 08, 2014๐ Feature cancan#884 - Add a Sequel model adapter (szetobo).
๐ Feature cancancan#3 - Permit "can?" check multiple subjects (cefigueiredo).
Feature cancancan#29 - Add ability to use a String that will get instance_eval'd or a Proc that will get called as the parameter method option for strong_parameter sanitization (svoop).
๐ Feature cancancan#48 - Define a CanCanCan module. Even though it is not used, it is standard practice to define the module, and helpful for determining between CanCanCan and CanCan for external libraries.
-
v1.7.1 Changes
March 19, 2014๐ Fix ryanb/cancan#992 - Remove Rails 4 deprecations for scoped (thejchap & hitendrasingh).
๐ Fix cancancan#16 - RSpec expectations are not explicitly required in RSpec > 2.13 (justinaiken & bryanrite).
-
v1.7.0 Changes
February 19, 2014๐ Feature #988 Adds support for strong_parameters ([@bryanrite][]).
๐ Fix #726 - Allow multiple abilities with associations (elabs-dev).
๐ Fix #864 - Fix id_param in shallow routes (francocatena).
๐ Fix #871 - Fixes nested ability conditions (ricec).
๐ Fix #935 - Reduce unnecessary object allocations (grosser).
๐ Fix #966 - Fixes a variable name collision in nested conditions (knoopx).
๐ Fix #971 - Does not execute "empty?" scope when checking class rule (matt-glover).
๐ Fix #974 - Avoid unnecessary sql execution (inkstak).
-
v1.6.10 Changes
May 07, 2013Fix matches_conditons_hash for string values on 1.8 ([@rrosen][]).
โช Work around SQL injection vulnerability in older Rails versions ([@steerio][]) - issue #800.
โ Add support for nested join conditions ([@yuszuv][]) - issue #806.
Fix load_resource "find_by" in mongoid resources ([@albertobajo][]) - issue #705.
๐ Fix namespace split behavior ([@xinuc][]) - issue #668.
-
v1.6.9 Changes
February 04, 2013๐ Fix inserting AND (NULL) to end of SQL queries (jonsgreen) - issue #687.
๐ Fix merge_joins for nested association hashes (DavidMikeSimon) - issues #655, #560.
๐ฉ Raise error on recursive alias_action (fl00r) - issue #660.
๐ Fix namespace controllers not loading params (andhapp) - issues #670, #664.
-
v1.6.8 Changes
June 25, 2012๐ Improved support for namespaced controllers and models.
Pass :if and :unless options for load and authorize resource (mauriciozaffari).
๐ท Travis CI badge (plentz).
โ Adding Ability#merge for combining multiple abilities (rogercampos).
๐ Support for multiple MetaWhere rules (andhapp).
๐ Various fixes for DataMapper, Mongoid, and Inherited Resource integration.
๐ {see the full list of changes}[https://github.com/CanCanCommunity/cancancan/compare/1.6.7...1.6.8].
-
v1.6.7 Changes
October 04, 2011๐ Fixing nested resource problem caused by namespace addition - issue #482.
๐ {see the full list of changes}[https://github.com/CanCanCommunity/cancancan/compare/1.6.6...1.6.7].
-
v1.6.6 Changes
September 28, 2011Correct "return cant jump across threads" error when using check_authorization (codeprimate) - issues #463, #469.
๐ Fixing tests in development by specifying with_model version (kirkconnell) - issue #476.
โ Added travis.yml file for TravisCI support (bai) - issue #427.
๐ Better support for namespaced models (whilefalse) - issues #424.
Adding :id_param option to load_and_authorize_resource (skhisma) - issue #425.
0๏ธโฃ Make default unauthorized message translatable text (nhocki) - issue #409.
Improving DataMapper behavior (psanford, maxsum-corin) - issue #410, #373.
๐ Allow :find_by option to be full find method name - issue #335.
๐ {see the full list of changes}[https://github.com/CanCanCommunity/cancancan/compare/1.6.5...1.6.6].