-
3.0.9
StableSome checks failedCI Pipeline / build (push) Failing after 1sCI Pipeline / test (push) Has been skippedCI Pipeline / test-install (push) Has been skippedBuild and Release Docker Images / build (8.3, map[fpm_enabled: name:alpine tag:latest]) (push) Failing after 1sBuild and Release Docker Images / build (8.3, map[fpm_enabled:-fpm name:fpm tag:fpm]) (push) Failing after 1sCI Pipeline / upload-release (push) Has been skippedBuild and Release Docker Images / create-release (push) Has been skippedreleased this
2026-02-15 07:14:16 +00:00 | 86 commits to master since this releaseThis update introduces new build features and runtime API methods
Changed
- The package Header now includes a new
optionsproperty which contains the options defined in the build
configuration for the package, this can be omitted by usinginclude_optionswithfalseas an option
for the target build configuration.
Added
- Added method
getImportedPackage(string $packageName): ?PackageReaderto\ncc\Runtimeclass to allow for
retrieving imported packages during runtime, this only works if the package is already imported. - Added method
getImportedPackageOptions(string $packageName): arrayto\ncc\Runtimeclass to retreive the options
that was defined in the build configuration during compilation for the imported package.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The package Header now includes a new