Skip to content

Releases: flightphp/core

v3.9.0

09 May 04:29
c3c5c29
Compare
Choose a tag to compare

What's Changed

  • Made stream default status code of 200 by @fadrian06 in #574
  • added plain stream() method by @n0nag0n in #575
  • Remove .vscode directory, and add it to .gitignore by @vlakoff in #583
  • Changed it so runway commands are run from any repo by @n0nag0n in #586
  • Allowed for middlewares to be created with container by @n0nag0n in #585

New Contributors

Full Changelog: v3.8.1...v3.9.0

v3.8.1

11 Apr 04:29
0011efd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.8.0...v3.8.1

v3.8.0

10 Apr 01:48
d92c65f
Compare
Choose a tag to compare

What's Changed

  • Improvements to Dispatcher class by @fadrian06 in #567
  • Added ability to convert the response body with callbacks by @n0nag0n in #571

Full Changelog: v3.7.2...v3.8.0

v3.7.2

30 Mar 13:37
fe2ad0c
Compare
Choose a tag to compare

What's Changed

  • added comment, removed unused file reference. by @n0nag0n in #564
  • Added ability to load classes with _ in them by @n0nag0n in #566

Full Changelog: v3.7.1...v3.7.2

v3.7.1

23 Mar 15:55
4fe54ea
Compare
Choose a tag to compare

What's Changed

  • phpunit fixes for deprecated notices. Also Collection reset removal by @n0nag0n in #560

Full Changelog: v3.7.0...v3.7.1

v3.7.0

22 Mar 14:55
8d772b5
Compare
Choose a tag to compare

What's Changed

  • Added Containerization to Core by @n0nag0n in #559 (it is unlikely that you'll have an issue, but please read Migrating to V3 in the docs to make sure your project is compatible. Basically, you can't call Dispatcher statically anymore.

Full Changelog: v3.6.2...v3.7.0

v3.6.2

18 Mar 14:40
412596e
Compare
Choose a tag to compare

What's Changed

  • Register the HEAD method alongside GET by @BelleNottelling in #555
  • Changed it so PdoWrapper returns collections by @n0nag0n in #556
  • little changes to requests and integration testing JSON POST requests by @n0nag0n in #558

New Contributors

Full Changelog: v3.6.1...v3.6.2

v3.6.1

15 Mar 14:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.0...v3.6.1

v3.6.0

02 Mar 21:07
735dafe
Compare
Choose a tag to compare

What's Changed

  • fixed issues with @params_with_underscores and prepopulate getUrl() params by @n0nag0n in #551
  • added ability to overwrite the body by @n0nag0n in #550

Full Changelog: v3.5.3...v3.6.0

v3.5.3

22 Feb 17:44
4f37a48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.3.5.1...v3.5.3