- Support Mongoid 7 and CanCanCan 3.x. (@mshibuya)
- Allow querying nested unloaded associations using a database query. (@lowjoel)
- Support ranges in conditions. (@lowjoel)
- Remove unnecessary joins when performing algebraic simplification. (@lowjoel)
- Allow querying an unloaded association using a database query. For rules which reference associations, and the association is not currently loaded, an SQL query will be executed instead to verify the rule instead of loading all rows to memory. (@lowjoel)
- Add Frozen String Literal directive. (@lowjoel)
- Added usage instructions. (@lowjoel)
- Follow CanCanCan's default ability rule priority. (@lowjoel)
- Fix generation of comparison operators for array values. (@lowjoel)
Initial release.