Releases: phpgt/GtCommand
Release list
INI / JSON defaults
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 testfor Composer and npm test scripts. - Added
gt create --emptyfor 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
What's Changed
- INI / JSON defaults by @g105b in #82
gt testsearches composer.json and package.json for test commands
Full Changelog: v1.1.2...v1.2.0
April 2026 release
What's Changed
- Add JetBrains sponsorship to README with H1 heading by @g105b in #52
- feature:
gt addcommand 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
- @dependabot[bot] made their first contribution in #57
Full Changelog: v1.1.1...v1.1.2
Version bump
December 2024 minor release
December 2022
Gt/Cli application
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
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.