Skip to content

Releases: EndemolShineGroup/acl

v2.0.0

Choose a tag to compare

@esg-bot esg-bot released this 06 Dec 14:37

2.0.0 (2018-12-06)

Bug Fixes

  • access control: bunch of small fixes (840eadd)
  • errors: remove default value (5dab9f4)

Code Refactoring

  • exports: change named export to default export (e5950e8)

Features

  • resolvers: create resolvers to normalise input (aec5750)

BREAKING CHANGES

  • exports: This was done so we can import as a default export
    instead of a named export

v1.1.2

Choose a tag to compare

@esg-bot esg-bot released this 18 Sep 11:51

1.1.2 (2018-09-18)

Bug Fixes

  • use named export for AccessControl (d92cd37)

v1.1.1

Choose a tag to compare

@esg-bot esg-bot released this 16 Sep 01:18

1.1.1 (2018-09-16)

Bug Fixes

  • npm: fix main and types paths in package.json (d74fcc2)

v1.1.0

Choose a tag to compare

@esg-bot esg-bot released this 14 Sep 19:13

1.1.0 (2018-09-14)

Features

  • logging: add debug package to project for logging errors (a82b57f)