Skip to content

Releases: phpgt/GtCommand

INI / JSON defaults

Choose a tag to compare

@g105b g105b released this 06 Jul 16:48
f5e7cb0

This release brings a few helpful quality-of-life improvements for WebEngine projects.

The gt build command now looks for the default build configuration in INI format first, falling back to JSON when needed. This keeps newer projects working smoothly while continuing to support existing build.default.json setups.

There is also a new gt test command, which runs any configured PHP and JavaScript test suites it finds in composer.json and package.json. This gives teams a single, convenient command for checking their project from the CLI.

Project creation has been made a little easier too: gt create now supports an --empty option for starting with the empty blueprint, using the default App namespace automatically.

What's changed

  • Added support for build.default.ini, with JSON still supported as a fallback.
  • Added gt test for Composer and npm test scripts.
  • Added gt create --empty for simpler empty project creation.
  • Updated the README to include the new test command.

These changes should make day-to-day project setup, building and testing a bit smoother for everyone using GtCommand.

gt test and ini syntax defaults

Choose a tag to compare

@g105b g105b released this 18 May 17:46
f5e7cb0

What's Changed

  • INI / JSON defaults by @g105b in #82
  • gt test searches composer.json and package.json for test commands

Full Changelog: v1.1.2...v1.2.0

April 2026 release

Choose a tag to compare

@g105b g105b released this 20 Apr 16:36
db7ee55

What's Changed

  • Add JetBrains sponsorship to README with H1 heading by @g105b in #52
  • feature: gt add command by @g105b in #56
  • feature: explain how to stop the server by @g105b in #63
  • build(deps-dev): bump squizlabs/php_codesniffer from 3.13.5 to 4.0.1 by @dependabot[bot] in #57
  • tidy Gt->GT by @g105b in #75

New Contributors

Full Changelog: v1.1.1...v1.1.2

Version bump

Choose a tag to compare

@g105b g105b released this 03 Dec 18:12
5f08e08

Full Changelog: v1.1.0...v1.1.1

December 2024 minor release

Choose a tag to compare

@g105b g105b released this 03 Dec 18:05
57bcd55

What's Changed

Full Changelog: v1.0.1...v1.0.2

December 2022

Choose a tag to compare

@g105b g105b released this 07 Dec 11:52
f960844

What's Changed

Full Changelog: v1.0.0...v1.0.1

Gt/Cli application

Choose a tag to compare

@g105b g105b released this 08 Nov 17:50
a3568e4

Functionality of this repository has been upgraded to use the Php.Gt/Cli functionality, and general improvements have been introduced along the way.

Create, run, migrate, serve, build and cron

Choose a tag to compare

@g105b g105b released this 09 Oct 10:46
432f9c9

All gt commands apart from the elusive deploy are available for use. Further pre-releases will be made to improve the current commands, v1-RC will be released when deploy is implemented, and the production release will be made after all commands have been tested in various projects for a few weeks.