Skip to content

Releases: hiqdev/hidev

0.6.2

27 Oct 11:25
Compare
Choose a tag to compare

0.6.1

27 Feb 17:13
Compare
Choose a tag to compare

0.6.0

01 Jul 16:55
Compare
Choose a tag to compare
  • 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 and ConsoleTarget (@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

17 May 12:32
Compare
Choose a tag to compare

0.5.1

17 May 12:33
Compare
Choose a tag to compare

0.5.0

17 May 12:33
Compare
Choose a tag to compare
  • Changed bumping with use of chkipper
  • Fixed package title
  • Added including of .hidev/config-local.yml
  • Fixed functional tester

0.4.0

17 May 12:32
Compare
Choose a tag to compare
  • 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 to plugins:
  • Added CommandController
  • Added dump/internals action
  • Changed to use hiqdev/composer-extension-plugin instead of PluginManager
  • Added github/create and github/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 and bump/release
  • Added easy creation of templated dirs and files with DirectoryController
  • Fixed JsonHandler to parse empty JSON to empty array (died before)

0.3.9

17 May 12:33
Compare
Choose a tag to compare
  • Fixed to work for projects without package manager
  • Fixed GitHub token passing to curl

0.3.8

17 May 12:33
Compare
Choose a tag to compare
  • Added bump/release and github/release actions to automate release
  • Fixed minor issues

0.3.7

17 May 12:34
Compare
Choose a tag to compare
  • Added getting default package start year with git log
  • Added CollectionController
  • Fixed: improved travis before_install section