All Versions
33
Latest Version
Avg Release Cycle
150 days
Latest Release
1381 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v6.0.0 Changes
April 02, 2021๐ฅ Breaking changes:
- Support strict with_role queries. Note this changes behaviour of with_role when running in strict mode to behave as previously documented. #543 describes the behaviour change.
- โฌ๏ธ Dropped support for Ruby 2.3 and 2.4
๐ Improvements:
- โก๏ธ Updated ActiveRecord adapters implementation of in to utilise a subquery instead of two queries
-
v5.3.0 Changes
June 01, 2020๐ 5.3.0 will be the last version to support Ruby < 2.5 and Rails < 5.2. Support for these will be dropped in the next major release.
- ๐ Fix deprecation warning in Ruby 2.7
- โ Add Rails 6 support to migration generator
- Significant ActiveRecord performance improvements to add_role and without_role
- ๐ Mongoid fix and performance improvement and to roles_name
- ๐ Make it safe to call Thing.with_role(:admin, user) with new record
-
v5.2.0 Changes
December 14, 2017- ๐ Fix regression in generator around belongs_to options compatibility
- โก๏ธ Update version of database_cleaner
- Update initializer.rb to include the remove_role_if_empty option and description
- ๐ Allow inverse_of option on rolify method
- ๐ Fix the code-climate-reporter issue that's causing travis to fail
- โ Remove a separate index for the name column
- ๐ Fix migration generator for AR 5.x
- ๐ Fixed ambiguous column error
-
v5.1.0 Changes
March 19, 2016- ๐ Rails 5 Support (thanks @lorefnon)
- ๐ Fix user handling in generator (thanks @lorefnon)
- ๐ Fix quoting issues (thanks @lorefnon)
- ๐ Improvements to dynamic module loading (thanks to @DmitryKK)
-
v5.0.0 Changes
November 17, 2015- ๐ Fix migration warning showing when it shouldn't
- โ Add role lazy-loading
- Add has_cached_role and has_cached_strict_role to project. See: https://github.com/RolifyCommunity/rolify#cached-roles-to-avoid-n1-issue
- โก๏ธ Update specs to pass with all Mongoid version.
-
v4.1.1 Changes
August 06, 2015- ๐ Fix a regression in the dynamic method loader.
-
v4.1.0 Changes
August 04, 2015- โ added
without_role
method for resources and classes - ๐ fix
has_role?
with :any and an unsaved user - rename the
with_role
method on a resource tofind_as
- โ add a strict parameter to check only roles that were set without supers.
- โ added
-
v4.0.0 Changes
February 12, 2015- ๐ Increasing version number to 4.0.0 for semantic versioning since
has_role
was removed in 3.5.0 - ๐ Fix spec to pass.
- ๐ Fix dynamic shortcuts being set before migration.
- ๐ Increasing version number to 4.0.0 for semantic versioning since
-
v3.5.2 Changes
January 14, 2015- ๐ Fixed regression in RolifyGenerator
- โก๏ธ Updated dependencies
-
v3.5.1
January 14, 2015