Releases: hiqdev/hidev
Releases · hiqdev/hidev
0.6.2
- Refactored GitHub component (@hiqsol)
- Added phpstan (@hiqsol)
- Allowed Yii2 3.0 (@SilverFire)
- Enhanced
ConsoleTarget(@SilverFire, @hiqsol) - Added Yii 2.1 compatibility (@hiqsol, @SilverFire)
- Fixed stopping at error (@hiqsol)
0.6.1
0.6.0
- Renamed to
consolefrom controllers (@hiqsol) - Added
dumpcommands (@hiqsol) - Fixed loading
env(@hiqsol) - Added
Directorycomponent (@hiqsol, [[email protected]]) - Added page with plugins table (@hiqsol)
- Fixed tests (@hiqsol)
- Improved version management (@hiqsol)
- Fixed runtime dir to
@root/.hidev/runtime(@hiqsol) - Refactored goals, split into controllers and components (@hiqsol)
- Refactored hidev initialization with
Starter(@hiqsol) - Removed own
Application(@hiqsol) - Refactored logging with
Logcomponent andConsoleTarget(@hiqsol) - Renamed main config file to
hidev.yml(@hiqsol) - Added
setExtraConfigproviding set extra container configuration (@hiqsol) - Fixed problem with reading file from vendor when run as PHAR by creating full paths (@hiqsol)
0.5.2
- Improved tests, switched to phpunit 6 (@hiqsol, @SilverFire)
- Redone bootstrap process (@hiqsol)
- Redone own Logger to log
ConsoleTarget(@hiqsol) - Added interpolation in configs (@hiqsol)
- Changed passing config to template (@hiqsol, @SilverFire)
- Changed showing own version (@hiqsol)
- Added creating and pushing tag in
git/release(@hiqsol) - Added sudo for file write and symlink (@hiqsol)
0.5.1
- Changed getting config assembled with composer-config-plugin (@hiqsol, @SilverFire)
- Added basic
updateaction (@hiqsol) - Added installation configs for composer and pip (@hiqsol)
- Fixed writing
.hidev/composer.json, now mergning (@hiqsol) - Added more python compatibility (@hiqsol)
- Added creating
composer.jsonatinit(@hiqsol) - Added Yii built-in controllers
0.5.0
0.4.0
- Changed: redone to
composer-config-plugin - Changed: greatly improved functional tests
- Fixed minor issues
- Added sudo modifier
- Added
@rootinstead of@prjdir - Added
hidev help - Added copying in
FileController - Changed
require:option toplugins: - Added
CommandController - Added
dump/internalsaction - Changed to use
hiqdev/composer-extension-plugininstead of PluginManager - Added
github/createandgithub/existsactions - Changed back to yii2 <- minii, used
asset-packagist.hiqdev.comrepository - Added loading of project's own bootstrap and config
- Added better defaults when package name is domain
- Changed github
name->full_nameto correspond github api - Fixed scrutinizer issues
- Added smart vendor require in
hidev/init - Fixed
bumpandbump/release - Added easy creation of templated dirs and files with
DirectoryController - Fixed
JsonHandlerto parse empty JSON to empty array (died before)