Releases: acelaya-forks/shlink-config
Releases · acelaya-forks/shlink-config
v2.0.0
v1.6.0
Changed
- Updated to infection 0.26, enabling HTML reports.
- Added explicitly enabled composer plugins to composer.json.
Added
- Added
EnvVarLoaderProvider
that loads generated config as env vars.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Deprecated check for regular swoole extension.
v1.5.0
Changed
- Nothing
Added
- Added
env
function fromshlinkio/shlink-common
package.
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v1.4.0
Changed
- Nothing
Added
- Created new factory to tell if either swoole or openswoole are enabled
Removed
- Nothing
Fixed
- Nothing
Deprecated
- Nothing
v1.3.1
Changed
- Nothing
Added
- Nothing
Removed
- Nothing
Fixed
- Fixed regression introduced on return types of
DottedAccessConfigAbstractFactory
.
Deprecated
- Nothing
v1.3.0
Changed
- Increased required phpstan level to 9
- Added experimental builds under PHP 8.1
- Moved ci workflow to external repo and reused
- Updated to phpstan 1.0
Added
- Nothing
Removed
- Dropped support for PHP 7.4
Fixed
- Nothing
Deprecated
- Nothing
v1.1.1
Added
- Nothing
Changed
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Fixed
DottedAccessConfigAbstractFactory
not resolving null values that are explicitly defined.