Skip to content

Releases: roggervalf/iam-policies

v4.17.0

18 Aug 23:57
Compare
Choose a tag to compare

4.17.0 (2022-08-18)

Features

  • apply-context: support objects with toJSON method as context variables (#88) (ecb3dbc)

v4.16.0

17 Nov 02:28
Compare
Choose a tag to compare

4.16.0 (2021-11-17)

Features

  • identity-based-policy: add whyCannot method (#71) (47f21f1)

v4.15.0

09 Nov 02:13
Compare
Choose a tag to compare

4.15.0 (2021-11-09)

Features

  • identity-based-policy: add whyCan method (#68) (51d32b2)

v4.14.0

08 Nov 04:33
Compare
Choose a tag to compare

4.14.0 (2021-11-08)

Features

  • action-policy: add whyCan and whyCannot methods (#59) (fef8e89)

v4.13.0

17 Oct 16:47
Compare
Choose a tag to compare

4.13.0 (2021-10-17)

Features

  • generate-proxy: update Proxy types (#58) (236627a)

v4.12.0

26 Jul 02:17
Compare
Choose a tag to compare

4.12.0 (2021-07-26)

Features

  • string: add case-sensitive-matching if exist (stringLikeIfExists) (695961d)

v4.11.0

31 May 00:07
Compare
Choose a tag to compare

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

29 May 16:26
Compare
Choose a tag to compare

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

06 May 03:38
Compare
Choose a tag to compare

4.9.0 (2021-05-06)

Features

  • date: adding negated date maching condition operator (6081df9)

v4.8.2

11 Apr 03:06
Compare
Choose a tag to compare

4.8.2 (2021-04-11)

Bug Fixes

  • evaluate: using context in instantiation in IdentityBasedPolicy and ResourceBasedPolicy (c0f3561), closes #43