Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@aletheia aletheia released this 03 May 17:41

Finally IAM Policy Generator comes to release 1.0.0!! 🎉 🎉

Breaking Changes

  • This new version comes with a complete rename of Generator classes that are now Factory:
    • PolicyGenerator --> PolicyFactory
    • PolicyStatementGenerator --> PolicyStatementFactory
  • Constructor accepts a PolicyFactoryProp object and service has been removed
  • API Enum is now Action Enum
  • Services is now Service

Features

  • Code refactoring and naming consistency
  • Generator is now a class and can be used outside npm install script

Bug Fixes

Closes #6, #7, #8, and #9