Download Latest Version 2.0.2 source code.zip (169.1 kB)
Email in envelope

Get an email when there's a new version of App Compose

Home / 2.0
Name Modified Size InfoDownloads / Week
Parent folder
2.0 Vault source code.tar.gz 2025-01-28 134.0 kB
2.0 Vault source code.zip 2025-01-28 180.8 kB
README.md 2025-01-28 1.1 kB
Totals: 3 Items   315.9 kB 0

Added

  • support for managing container execution order using stages.
  • diff command to display which containers were automatically added and which ones were skipped.
  • domain a required parameter in createContainer.
  • view: domain to visualize the entire application graph at the domain level.
  • graph.dependsOn command to quickly identify which containers a given container depends on, including transitive dependencies.
  • graph.requiredBy command to quickly identify which containers depend on a given container, including transitive dependencies.
  • the second argument of the start and enable functions contains information about whether the parent containers have been resolved.

Changed

  • all parent container APIs are wrapped into the first parameter in start and enable functions.
  • automatic resolving of strict dependencies is enabled by default.
  • renamed dependsOn to dependencies.
  • renamed optionalDependsOn to optionalDependencies.
  • renamed onFail to onContainerFail.
  • the message format for the debug: true option.
Source: README.md, updated 2025-01-28