Skip to content

Latest commit

 

History

History
148 lines (65 loc) · 5.67 KB

CHANGELOG.md

File metadata and controls

148 lines (65 loc) · 5.67 KB

Change Log

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

1.0.4 (2018-09-02)

Features

  • improved formatting for error messages from the plugin (cea0541)
  • update dependencies (43641b3)
  • update README with download stats (f9b0b4a)

1.0.3 (2018-08-26)

Features

  • support for auto shortening the role name when default naming scheme exceeds 64 chars (97284e4)
  • update dependencies (b16de8d)

1.0.2 (2018-07-28)

Features

1.0.1 (2018-05-30)

Features

  • fix README with coveralls coverage status (aa3efe3)

1.0.0 (2018-05-29)

Bug Fixes

  • remove managed policies from cloned role (942816f)

Features

  • support for running tests with multiple serverless versions (0153d79)
  • tests to check empty iam statements array and no-block (8d601b4)
  • update dependencies to latest versions (b4487c3)
  • update README with code coverage status (8387371)

0.1.9 (2018-05-26)

Bug Fixes

  • support per function role with an empty iamRoleStatements clause (issue #9) (5a3aadf)

Features

  • code coverage reporting (51367c8)

0.1.8 (2018-05-17)

Features

  • add travis ci build status (24399ae)

0.1.7 (2018-05-16)

Features

  • add dependencies status to readme (9eb79e0)

0.1.6 (2018-05-15)

Features

0.1.5 (2018-02-25)

Bug Fixes

  • support for auto adding permissions when sns dlq is used (issue #5) (c4c89d6)

0.1.4 (2018-02-23)

Bug Fixes

  • support for stream based event sources (issue #3) (3b63d49)

0.1.3 (2018-02-20)

Features

  • new configuration to control default inherit or override behaviour (542175f)
  • support custom role names via the property: iamRoleStatementsName (93cd015), closes #2

0.1.2 (2018-02-07)

Bug Fixes

  • remove dependency on local install of serverless framework. issue #1 (fcf61aa)