• 2.0.1 08592e4cb6

    2.0.1 Stable

    netkas released this 2023-10-11 21:39:01 +00:00 | 213 commits to master since this release

    Added a new feature in ProjectManager.php that allows automatic installation of a project's dependencies. The
    installDependencies function eases the task of separately installing each dependency. Now, both public and private
    dependencies can be installed collectively using the 'install' command added in ProjectMenu.php. This functionality
    is further documented in DOCUMENTATION.md

    Added

    • Add functionality to install project dependencies with the new project install command in ProjectMenu.php

    Fixed

    • Correct exception message for configuration property in \ncc\Objects\ProjectConfiguration\Build > BuildConfiguration > fromArray()
    Downloads