Skip to content

Releases: flightphp/skeleton

v1.3.0

25 Dec 21:50

Choose a tag to compare

What's Changed

  • Updated the config.php file to have runway be configured within config.php by default.
  • Removed the rogue $ds variables.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

01 Oct 15:57
9c4c762

Choose a tag to compare

What's Changed

  • added security headers by default by @n0nag0n in #7

Full Changelog: v1.1.1...v1.2.0

v1.1.1

07 Sep 16:16

Choose a tag to compare

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

v1.1.0

06 Sep 01:00

Choose a tag to compare

What's changed

  • Reordered some of the configurations in service, config, and bootstrap where it made more sense to group things together.
  • Made the comments easier to read and follow through

Full Changelog: v1.0.1...v1.1.0

v1.0.1

28 Jun 20:47

Choose a tag to compare

What's Changed

  • A few adjustments to AI instructions and some default config changes.
  • config.php now defaults content_length to false: Flight::set('content_length', false);

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

v1.0.0

28 Jun 05:35

Choose a tag to compare

What's Changed

  • Added some instructions files for those that edit their projects with AI assistants (Github Copilot, Cursor, Windsurf)

Full Changelog: v0.4.3...v1.0.0

v0.4.3

27 Sep 17:38

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

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

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

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