Release 1.0.0
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