Skip to content

Releases: yiisoft/app

Version 1.4.0

12 Apr 13:59
Immutable release. Only release title and notes can be modified.
1.4.0
25a5b56

Choose a tag to compare

  • New #459: Add explicit Caddyfiles for dev and prod (@samdark)

Full changelog

Version 1.3.0

06 Apr 14:25
Immutable release. Only release title and notes can be modified.
1.3.0
3dbac8f

Choose a tag to compare

  • Chg #430: Replace deprecated PHP CS Fixer rule set @PER-CS2.0 with @PER-CS (@dbuhonov)
  • Chg #443: Do not write logs to file since that's not needed for both Docker and ./yii serve (@samdark)
  • Chg #447, #450: Allow symfony/console 8 (@samdark)
  • Chg #449: Remove yiisoft/data-response dependency (@vjik)
  • Enh #417: Add .env for development without Docker (@samdark)
  • Enh #448: Add grouping to make help output (@Xakki, @samdark)
  • Enh #449, #457: Update composer dependencies and refactor to replace use of deprecated classes (@vjik)
  • Enh #456: Add "service update paused" case for swarm deployment log parsing (@samdark)

Full changelog

Version 1.2.0

20 Feb 10:21
Immutable release. Only release title and notes can be modified.
1.2.0
c0cc723

Choose a tag to compare

  • New #421: Improve prod-deploy error handling so exact error is printed in case of rollback (@samdark)
  • Chg #437: Remove mutation testing (@samdark)
  • Chg #442: Remove roave/security-advisories since Composer handles security advisories natively (@samdark)
  • Enh #424: Refactor Makefile default command help logic (@samdark)
  • Enh #435: Set locale C.UTF-8 in Dockerfile (@vjik)

Full changelog

Version 1.1.0

20 Dec 12:36
Immutable release. Only release title and notes can be modified.
1.1.0
56a202b

Choose a tag to compare

  • New #413, #414: Add Makefile stop goal for stopping Docker containers (@samdark, @vjik)
  • Chg #412: Update structure in src/ directory (@vjik)
  • Enh #399: Improve message for missing or invalid APP_ENV (@samdark)
  • Enh #404: Remove <meta http-equiv="X-UA-Compatible" content="IE=edge"> from layout (@proweb)
  • Enh #412, #420: Update composer dependencies (@vjik)
  • Enh #412: Use relative path for Psalm cache directory (@vjik)
  • Enh #415: Prune unused container and do not detach on make prod-deploy (@samdark)
  • Enh #420: Add PHP 8.5 support (@vjik)
  • Bug #402, #411: Always use only one goal in Makefile (@vjik)
  • Bug #403: Add DI container delegates configuration (@vjik)
  • Bug #409, #410: Fix fake goals in Makefile (@vjik)

Full changelog

Version 1.0.0

25 Aug 13:30
1.0.0
78e24d2

Choose a tag to compare

  • Initial release.