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
console
from controllers (@hiqsol) - Added
dump
commands (@hiqsol) - Fixed loading
env
(@hiqsol) - Added
Directory
component (@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
Log
component andConsoleTarget
(@hiqsol) - Renamed main config file to
hidev.yml
(@hiqsol) - Added
setExtraConfig
providing 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
update
action (@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.json
atinit
(@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
@root
instead of@prjdir
- Added
hidev help
- Added copying in
FileController
- Changed
require:
option toplugins:
- Added
CommandController
- Added
dump/internals
action - Changed to use
hiqdev/composer-extension-plugin
instead of PluginManager - Added
github/create
andgithub/exists
actions - Changed back to yii2 <- minii, used
asset-packagist.hiqdev.com
repository - Added loading of project's own bootstrap and config
- Added better defaults when package name is domain
- Changed github
name
->full_name
to correspond github api - Fixed scrutinizer issues
- Added smart vendor require in
hidev/init
- Fixed
bump
andbump/release
- Added easy creation of templated dirs and files with
DirectoryController
- Fixed
JsonHandler
to parse empty JSON to empty array (died before)