Skip to content

Latest commit

 

History

History
86 lines (39 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

86 lines (39 loc) · 3.03 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.1 (2023-09-19)

Features

  • adding more allowed verbs: "admin", "read", "delete", "create", "update", "manage" (6e90a42)

0.3.0 (2022-04-06)

⚠ BREAKING CHANGES

  • the peer dependency of @eturino/key-set is updated to v5.x

Features

  • adding clone() and updating to KeySet 5.x (1e02765)

0.2.1 (2022-02-23)

Features

  • added claimSet.toJSONString() and ability.cacheID (5580d3f)

0.2.0 (2022-02-21)

⚠ BREAKING CHANGES

  • The type of the verb of a claim is now AllowedVerbs which is "admin" | "read"

Features

0.1.10 (2022-02-16)

Features

0.1.9 (2021-02-05)

0.1.8 (2021-01-26)

0.1.7 (2020-05-27)

Features

  • ability#accessToResources(query): KeySet with access to children of given query (b652775)

0.1.6 (2020-05-12)

0.1.5 (2020-05-12)

Bug Fixes

  • target ES2017 instead of esnext for module, and ES2015 for main (dee3c6d)

0.1.4 (2020-04-29)

0.1.3 (2020-04-14)

0.1.2 (2019-09-12)

Features

  • claim.toString() to return "verb:resource" or "verb:*" (also better docs) (a86989c)

0.1.1 (2019-09-09)

Bug Fixes

  • exporting all needed data + refactor (12b1a63)

0.1.0 (2019-09-09)