Releases: roggervalf/iam-policies
Releases · roggervalf/iam-policies
v4.17.0
4.17.0 (2022-08-18)
Features
- apply-context: support objects with toJSON method as context variables (#88) (ecb3dbc)
v4.16.0
4.16.0 (2021-11-17)
Features
- identity-based-policy: add whyCannot method (#71) (47f21f1)
v4.15.0
4.15.0 (2021-11-09)
Features
- identity-based-policy: add whyCan method (#68) (51d32b2)
v4.14.0
4.14.0 (2021-11-08)
Features
- action-policy: add whyCan and whyCannot methods (#59) (fef8e89)
v4.12.0
4.12.0 (2021-07-26)
Features
- string: add case-sensitive-matching if exist (stringLikeIfExists) (695961d)
v4.11.0
4.11.0 (2021-05-31)
Features
- date: adding matching after a specific date and time operator (dateGreaterThan) (9e5c93d)
- date: adding matching at or after a specific date and time operator (dateGreaterThanEquals) (a0e84ca)
v4.10.0
4.10.0 (2021-05-29)
Features
- date: adding maching before a specific date and time operator (dateLessThan) (3c6a7fe)
- date: adding matching at or before a specific date and time (dateLessThanEquals) (e359440)
v4.9.0
4.9.0 (2021-05-06)
Features
- date: adding negated date maching condition operator (6081df9)
v4.8.2
4.8.2 (2021-04-11)
Bug Fixes
- evaluate: using context in instantiation in IdentityBasedPolicy and ResourceBasedPolicy (c0f3561), closes #43