Skip to content

Releases: stalniy/casl

@casl/[email protected]

30 Oct 13:32
Compare
Choose a tag to compare

7.1.2 (2022-10-30)

Bug Fixes

  • fixes type in mongoose error message (1d28496)

@casl/[email protected]

30 Oct 13:31
Compare
Choose a tag to compare

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]

30 Oct 13:26
Compare
Choose a tag to compare

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]

15 Oct 03:07
Compare
Choose a tag to compare

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]

29 Sep 04:06
Compare
Choose a tag to compare

6.3.1 (2022-09-29)

Bug Fixes

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

@casl/[email protected]

26 Sep 13:18
Compare
Choose a tag to compare

1.3.0 (2022-09-26)

Features

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

@casl/[email protected]

26 Sep 12:41
Compare
Choose a tag to compare

6.3.0 (2022-09-26)

Features

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

@casl/[email protected]

19 Sep 07:25
Compare
Choose a tag to compare

1.2.0 (2022-09-19)

Features

  • adds support for custom generate prisma client (832a50e)

@casl/[email protected]

18 Sep 15:15
Compare
Choose a tag to compare

6.2.0 (2022-09-18)

Features

  • adds possibility to build Ability instance from factory function (53d199f)

@casl/[email protected]

18 Sep 14:05
Compare
Choose a tag to compare

6.1.2 (2022-09-18)

Bug Fixes

  • fixes MongoQuery type for typescript ^4.8.x (4af7c39), closes #673