All notable changes to this project will be documented in this file.
1.4.1 (2023-07-20)
1.4.0 (2023-04-28)
- exposes
WhereInput
type and removes restriction on Model inside PrismaQuery (f7a26d4)
1.3.3 (2022-11-18)
- another attempt to fix .mjs local imports (890c334)
1.3.2 (2022-11-18)
- es6m build now contains .mjs extension for local imports/exports (d233c9f)
1.3.1 (2022-10-15)
- export Model and Subjects as type (#688) (b0e76e3)
- makes sure PrismaAbility support per subject actions type (5db9a37), closes #675
1.3.0 (2022-09-26)
- extends createPrisma types to accept AppAbility as generic type (4ac2531)
1.2.0 (2022-09-19)
- adds support for custom generate prisma client (832a50e)
1.1.0 (2022-08-28)
1.0.4 (2022-07-25)
1.0.3 (2022-07-23)
- prisma: allpows to specify not all models inside Subjects helper (fb9cf8d)
- improved AbilityTuple (#616) (270446f)
- update prisma to version 4 (#638) (d5abdf1)
1.0.2 (2022-05-29)
- add 'all' to AbilityTuple (#615) (70025ac), closes #584
- makes sure
WhereInput<T>
resolves to corresponding Prisma model (9288dcb), closes #613 - package: add repository directory into package.json for all @casl/* packages (#560) (0ef534c)
1.0.1 (2021-10-07)
- prisma: fix 'isNot' and 'none' condition (#538) (d3bde31)
- adjusts package tags to improve discoverability (73e88b0)
- prisma: sets minimum @casl/ability version to 5.3.0 (55615e4)
- adds small optimizations in inverted parsing instructions and
toComparable
helper (32596d1)