Skip to content

Releases: wayofdev/spiral-starter-tpl

v3.1.0

15 Nov 19:22
028926e
Compare
Choose a tag to compare

3.1.0 (2024-11-15)

Features

  • add minio storage, added log driver env variables (1499dd3)
  • prepare demo structure (5851e7f)

Bug Fixes

  • enable EntityBehaviorBootloader (e60cb36)

Documentation

v3.0.0

10 Aug 18:00
34330bb
Compare
Choose a tag to compare

3.0.0 (2024-08-10)

⚠ BREAKING CHANGES

  • refactoring structure to meet DDD

Features

  • align with deptrac (c6cea0c)
  • refactoring structure to meet DDD (64569f0)

Continuous Integration

v2.0.2

01 Aug 22:20
c2640eb
Compare
Choose a tag to compare

2.0.2 (2024-08-01)

Bug Fixes

  • add memory sqlite driver to speed up testing (f6d44f2)
  • env loading and caching issues (5a866d0)

Code Refactoring

  • flattern application structure (bc20e70)

Tests

Continuous Integration

  • add infection config (b7ce21c)
  • add pest and phpunit xml configs (57348af)
  • add psalm support (d462830)
  • add rector config (2000f9b)
  • add rector workflow (5cf4e60)
  • apply rector rules (59e2da6)
  • dependency, testing and analysis workflows (b4144e0)
  • fix static analysis (054c360)
  • migrate rector to use fluent config approach (f117b42)
  • workflow updates (9d0956b)

v2.0.1

31 Jul 15:36
a43d1ea
Compare
Choose a tag to compare

2.0.1 (2024-07-31)

Continuous Integration

  • add coding standards workflow (9985e3f)
  • add missing requirements (0f6e2a9)
  • add php-cs-fixer and composer-require-checker configs (465d687)
  • fixes for coding standards (13ccd51)

v2.0.0

30 Jul 17:23
cebb491
Compare
Choose a tag to compare

2.0.0 (2024-07-30)

⚠ BREAKING CHANGES

  • bump version with a complete ground-up rewrite of the template

Features

  • add sample temporal workflows (b1ec98e)
  • bump version with a complete ground-up rewrite of the template (58f362b)
  • initial commit with default project structure (ef5ede4)

Bug Fixes

  • traefik router name conflict (03cf72e)
  • update local docker environment (b06f7ce)

Documentation

Dependencies

  • deps: update dependency spiral/temporal-bridge to v3 (e49eb83)

Code Refactoring

  • docker-compose: remove deprecated version param (55ba8b7)
  • split temporal and app docker compose files (5931d40)

Continuous Integration

v1.0.0

03 Jun 08:32
7d28120
Compare
Choose a tag to compare

1.0.0 (2023-06-03)

Features

Bug Fixes