Skip to content

Releases: flightphp/skeleton

v0.4.3

27 Sep 17:38
Compare
Choose a tag to compare

Facepalm release for not running composer validate first

Full Changelog: v0.4.2...v0.4.3

v0.4.2

27 Sep 17:29
Compare
Choose a tag to compare

What's Changed

  • Updated some dependencies that are installed by default in composer.json

Full Changelog: v0.4.1...v0.4.2

v0.4.1

29 Jun 22:49
Compare
Choose a tag to compare

composer.json wasn't playing nice....

Full Changelog: v0.4.0...v0.4.1

v0.4.0

29 Jun 22:37
Compare
Choose a tag to compare

What's Changed

  • Add many fixes to the default config_sample.php for easier ways to get started with a database.
  • Created config.php on project creation automatically.
  • Added sample runway command called SampleDatabaseCommand
  • Added post create project commands to create necessary folder structure even if things are empty.
  • Added a few database related changes to the services.php file.

Full Changelog: v0.3.1...v0.4.0

v0.3.1

19 Jun 04:46
784509b
Compare
Choose a tag to compare

What's Changed

  • Added new runway version constraint to ^0.2

Full Changelog: v0.3.0...v0.3.1

v0.3.0

08 Apr 00:06
Compare
Choose a tag to compare

What's Changed?

  • Added runway command line helper. In the future it will have more functionality. Currently php runway routes is the only command.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 Mar 21:08
Compare
Choose a tag to compare

What's Changed

  • Added gzip logic in .htaccess
  • Added Tracy Extensions by default
  • Repair a link in the README by @vlakoff in #2

New Contributors

Full Changelog: v0.1.5...v0.2.0

v0.1.5

20 Jan 03:36
Compare
Choose a tag to compare

Corrected how you create the $app object so that anything static is tied to the original object.

Full Changelog: v0.1.4...v0.1.5

Version 0.1.4

14 Jan 07:08
c363293
Compare
Choose a tag to compare

Tweak to default values to allow Tracy to capture errors instead of Flight

Version 0.1.3

14 Jan 00:00
ea58a99
Compare
Choose a tag to compare

Fixed a bug with displaying the Tracy bar Thanks @eydun