Skip to content

Releases: stalniy/casl

@casl/[email protected]

28 May 13:10
Compare
Choose a tag to compare

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

@casl/[email protected]

28 May 12:08
Compare
Choose a tag to compare

5.4.4 (2022-05-28)

Bug Fixes

  • ability: negates inverted rules in ruleToAST (#602) (c1bdc60)
  • package: add repository directory into package.json for all @casl/* packages (#560) (0ef534c)

@casl/[email protected]

04 Nov 16:18
Compare
Choose a tag to compare

6.0.0 (2021-11-04)

Bug Fixes

  • ensure it's possible to chain accessibleBy after another accessibleBy and combine with other Query methods (5632c53)
  • package: add repository directory into package.json for all @casl/* packages (#560) (0ef534c)

Features

  • update mongoose to v6 and use mongoose-v6 QueryWithHelpers interface (#561) (a5f1036)

BREAKING CHANGES

  • updates mongoose and related ts types to v6

@casl/[email protected]

07 Oct 19:43
Compare
Choose a tag to compare

2.1.2 (2021-10-07)

Bug Fixes

  • vue: makes sure Abilities can and cannot methods are bound (86f9157), closes #530

@casl/[email protected]

07 Oct 19:32
Compare
Choose a tag to compare

@casl/[email protected]

17 Aug 12:03
Compare
Choose a tag to compare

5.4.3 (2021-08-17)

Bug Fixes

  • release: force release because of disable pre/post hook execution of pnpm (39c20f6)

@casl/[email protected]

17 Aug 08:42
Compare
Choose a tag to compare

5.4.2 (2021-08-17)

Bug Fixes

  • ability: makes sure that other event handlers are not lost when last handler is unregistered (ff3e75f)

@casl/[email protected]

16 Aug 10:06
Compare
Choose a tag to compare

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)

@casl/[email protected]

16 Aug 20:41
Compare
Choose a tag to compare

5.4.1 (2021-08-16)

Bug Fixes

  • ability: ensure ability call all event handlers during emit (fdf2095)

@casl/[email protected]

11 Aug 14:02
Compare
Choose a tag to compare

1.2.3 (2021-08-11)

Bug Fixes

  • vue: properly extracts field from props (71f7931)