Skip to content

Releases: stalniy/casl

@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)

@casl/[email protected]

11 Aug 15:52
Compare
Choose a tag to compare

5.4.0 (2021-08-11)

Features

  • ability: adds posibility to define custom any action and any subject type instead of using manage and all (#533) (9226583), closes #527

@casl/[email protected]

05 Jul 12:24
Compare
Choose a tag to compare

2.1.1 (2021-07-05)

Bug Fixes

  • vue: binds ability to $can method (cbb3c13), closes #522

@casl/[email protected]

31 May 08:22
Compare
Choose a tag to compare

6.0.0 (2021-05-31)

Code Refactoring

  • angular: removes deprecated CanPipe and stick to Ivy compiler (82b61f5)

BREAKING CHANGES

  • angular: there are few important changes:

    • deprecated CanPipe was removed, use AblePipe instead
    • library is compiled by Ivy and no longer support ViewEngine

@casl/[email protected]

31 May 08:13
Compare
Choose a tag to compare

5.1.2 (2021-05-31)

chore

BREAKING CHANGES

  • deps: there are 2 important changes:

    • deprecated CanPipe was removed, use AblePipe instead
    • library is compiled by Ivy and no longer support ViewEngine

@casl/[email protected]

12 May 06:28
Compare
Choose a tag to compare

2.1.0 (2021-05-12)

Bug Fixes

  • adjusts package tags to improve discoverability (73e88b0)

Features