Casl Versions Save

CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access

@casl/[email protected]

1 year ago

6.3.3 (2022-12-08)

Bug Fixes

  • ensures packRule helper doesn't stuck inside infinite loop when invalid parameters are passed (a19bd09), closes #705

@casl/[email protected]

1 year ago

1.3.3 (2022-11-18)

Bug Fixes

  • another attempt to fix .mjs local imports (890c334)

@casl/[email protected]

1 year ago

1.3.2 (2022-11-18)

Bug Fixes

  • es6m build now contains .mjs extension for local imports/exports (d233c9f)

@casl/[email protected]

1 year ago

7.1.2 (2022-10-30)

Bug Fixes

  • fixes type in mongoose error message (1d28496)

@casl/[email protected]

1 year ago

7.1.1 (2022-10-30)

Bug Fixes

  • adds unlessCan method to ForbiddenError and reused it mongoose package to construct ForbiddenError (be7ae6a)

@casl/[email protected]

1 year ago

6.3.2 (2022-10-30)

Bug Fixes

  • adds unlessCan method to ForbiddenError and reused it mongoose package to construct ForbiddenError (be7ae6a)

@casl/[email protected]

1 year ago

1.3.1 (2022-10-15)

Bug Fixes

  • export Model and Subjects as type (#688) (b0e76e3)
  • makes sure PrismaAbility support per subject actions type (5db9a37), closes #675

@casl/[email protected]

1 year ago

6.3.1 (2022-09-29)

Bug Fixes

  • fixes CreateAbility type typos and wrong types in parameters (aaec82d)

@casl/[email protected]

1 year ago

1.3.0 (2022-09-26)

Features

  • extends createPrisma types to accept AppAbility as generic type (4ac2531)

@casl/[email protected]

1 year ago

6.3.0 (2022-09-26)

Features

  • updates createMongoAbility function signature to accept AppAbility as generic type (f4a466c)