CanCanCan v1.0.0 Release Notes

Release Date: 2009-12-13 // over 14 years ago
    • ๐Ÿ‘€ Don't set resource instance variable if it has been set already - see issue #13.

    • ๐Ÿ‘ Allowing :nested option to accept an array for deep nesting.

    • โž• Adding :nested option to load resource method - see issue #10.

    • Pass :only and :except options to before filters for load/authorize resource methods.

    • โž• Adding :collection and :new options to load_resource method so we can specify behavior of additional actions if needed.

    • BACKWARDS INCOMPATIBLE: turning load and authorize resource methods into class methods which set up the before filter so they can accept additional arguments.

    • ๐Ÿ‘€ {see the full list of changes}[https://github.com/CanCanCommunity/cancancan/compare/0.2.1...1.0.0].