Releases: stalniy/casl
Releases · stalniy/casl
@casl/[email protected]
3.0.0 (2022-05-28)
Bug Fixes
- replaces StatelessComponent type with FunctionComponent (69336ea)
- package: add repository directory into package.json for all @casl/* packages (#560) (0ef534c)
BREAKING CHANGES
-
removes deprecated things
- restrics
children
prop of<Can>
to support only single
el - updates React to 18.x
- removes react@15 from peer deps
- restrics
@casl/[email protected]
@casl/[email protected]
6.0.0 (2021-11-04)
Bug Fixes
- ensure it's possible to chain
accessibleBy
after anotheraccessibleBy
and combine with otherQuery
methods (5632c53) - package: add repository directory into package.json for all @casl/* packages (#560) (0ef534c)
Features
BREAKING CHANGES
- updates mongoose and related ts types to v6
@casl/[email protected]
@casl/[email protected]
1.0.1 (2021-10-07)
@casl/[email protected]
@casl/[email protected]
@casl/[email protected]
1.0.0 (2021-08-16)
Bug Fixes
- 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)
Features
Performance Improvements
- adds small optimizations in inverted parsing instructions and
toComparable
helper (32596d1)