2.0.2 (2020-01-17) Bug Fixes commands/Resource.js: don't insert duplicated resources (ce9872) 2.0.1 (2019-11-26) Bug Fixes permission schema name (df9df71) 2.0.0 (2019-11-26) Bug Fixes database/migrations/permission_schema.js: fix permission migration drop table name (5b87d27) Code Refactoring permissions: default permissions for each role and resource (e6dcc97) BREAKING CHANGES permissions: the default permissions are now used when creating a new resource 1.1.2 (2019-10-01) Bug Fixes commands/resource.js: add support to recursive folders in from models and controllers folder (1b5de57), closes #7 1.1.1 (2019-09-27) Bug Fixes src/cerberus.js: fix permission check for 'delete' right (ac7744d), closes #6 Features pakcage.js/japafile.js/util.spec.js: set the suit test & wrote first test (#5) (add2a34) 1.1.0 (2019-09-20) Features commands/Permission.js: added option -a, --all in adonis cerberus:permission command README.md: added --all command option in adonis cerberus:permission command instructions.md: added --all command option in adonis cerberus:permission command 1.0.1 (2019-09-20) Bug Fixes README.md: fixed README commands order instructions.md: fixed instructions commands order database/migrations/permission_schema.js: removed resource_id unique constraint