Skip to content

Release APM 5.0.0 RC1

Compare
Choose a tag to compare
@mjedraszczyk mjedraszczyk released this 31 Aug 11:20
· 678 commits to master since this release
  • New grammar driven by ANTLR
    • New commands e.g. for-each, run, require
    • Multiline arrays
    • Three types of action's arguments: required, named and flags
    • Blocks of codes
  • New annotations for custom Action Mappers
    • Annotations for different types of arguments: @Required, @Named, @Flag
    • Examples of action's usage
  • Improved launchers for automatic script execution
    • Execution after package installation
    • Execution only if script has been changed
  • Improved scripts versioning
  • Introduced new structure of modules
    • Separate module for check actions (optional)