2023-02-05 16:42:47 -05:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2023-02-24 21:42:39 -05:00
|
|
|
## [1.0.2] - Unreleased
|
|
|
|
|
2023-02-24 22:32:28 -05:00
|
|
|
### Fixed
|
|
|
|
- Fixed issue where error states are not properly handled in `ExecutionPointerManager` issue [#44](https://git.n64.cc/nosial/ncc/-/issues/44)
|
2023-02-28 21:21:56 -05:00
|
|
|
- Updated \ncc\Managers > ExecutionPointerManager > executeUnit to set processes to run forever if a timeout is not set/null
|
2023-02-24 22:32:28 -05:00
|
|
|
|
2023-02-24 21:46:51 -05:00
|
|
|
### Changed
|
|
|
|
- Updated `Symfony\Filesystem` to version 6.2.5
|
2023-02-24 21:51:14 -05:00
|
|
|
- Updated `Symfony\polyfill-ctype` to version 1.27.0
|
2023-02-24 21:57:51 -05:00
|
|
|
- Updated `Symfony\polyfill-mbstring` to version 1.27.0
|
2023-02-24 22:01:07 -05:00
|
|
|
- Updated `Symfony\polyfill-uuid` to version 1.27.0
|
2023-02-24 22:04:50 -05:00
|
|
|
- Updated `Symfony\Process` to version 6.2.5
|
2023-02-24 22:12:24 -05:00
|
|
|
- Updated `Symfony\Uid` to version 6.2.5
|
2023-02-24 22:18:34 -05:00
|
|
|
- Updated `Symfony\Yaml` to version 6.2.5
|
2023-02-24 21:42:39 -05:00
|
|
|
|
2023-02-07 16:23:51 -05:00
|
|
|
## [1.0.1] - 2023-02-07
|
2023-02-05 16:42:47 -05:00
|
|
|
|
2023-02-07 15:47:34 -05:00
|
|
|
### Added
|
2023-03-02 16:30:34 -05:00
|
|
|
- Added file downloads progress
|
|
|
|
- Added pass-through arguments to `composer` command, all arguments beginning with `--composer-` will be passed to the
|
|
|
|
`composer` command, for example `--composer-dev` will be passed as `--dev` to the `composer` command
|
2023-02-07 15:47:34 -05:00
|
|
|
|
2023-02-05 16:42:47 -05:00
|
|
|
### Fixed
|
2023-03-02 16:30:34 -05:00
|
|
|
- Bug fix where resources are not decoded correctly when installing packages [#31](https://git.n64.cc/nosial/ncc/-/issues/42)
|
|
|
|
- Fixed issue where dependency conflicts are thrown even when `--reinstall` is used
|
|
|
|
- Properly implemented `composer.enable_internal_composer` so that warnings regarding improper configuration values are not thrown
|
|
|
|
- Minor improvements to the CLI interface including fixing `--version`
|
2023-02-05 16:42:47 -05:00
|
|
|
|
2023-02-07 15:34:08 -05:00
|
|
|
### Changed
|
2023-03-02 16:30:34 -05:00
|
|
|
- File downloads now cache the URL as a pointer to the file reducing the number of times the same file is downloaded
|
2023-02-07 15:34:08 -05:00
|
|
|
|
2023-02-05 16:42:47 -05:00
|
|
|
## [1.0.0] - 2022-01-29
|
|
|
|
|
|
|
|
### Added
|
2023-03-02 16:30:34 -05:00
|
|
|
- Initial release of NCC
|