Skip to content

Releases: dotkernel/api

5.0.0

01 Jul 09:45
d136bad

Choose a tag to compare

What's Changed

  • Refactor: Transfer responsibility from handlers to services. by @alexmerlin in #272
  • Issue #277: Sorted routes by name by @alexmerlin in #278
  • Issue #266: Replaced annotation-based dependency injection with attribute-based dependency injection by @alexmerlin in #280
  • update license file by @arhimede in #282
  • Added missing factory spec for ErrorReportHandler. local.php.dist: removed an unnecessary use statement. by @alexmerlin in #284
  • bump for doctrine orm 2 -> 3, dbal 3 -> 4 through roave psr container by @cPintiuta in #283
  • Implemented API evolution pattern by @MarioRadu in #285
  • added version in home handler by @arhimede in #287
  • Update README.md by @arhimede in #290
  • API deprecation refactoring by @MarioRadu in #291
  • Update qodana_code_quality.yml by @arhimede in #294
  • Issue #295: ContentNegotiationMiddleware: Make $config readonly by @alexmerlin in #296

Full Changelog: 4.5.0...5.0.0

4.5.0 Release

03 Jun 10:11
b4e6908

Choose a tag to compare

What's Changed

Full Changelog: 4.4.1...4.5.0

4.4.1 Release

08 May 12:12
051fbd4

Choose a tag to compare

What's Changed

Full Changelog: 4.4.0...4.4.1

4.4.0 Release

03 May 15:41
05de6e4

Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.4.0

4.3.0 PHP 8.3

03 Apr 09:47
d645a54

Choose a tag to compare

What's Changed

New Contributors

  • @cPintiuta made their first contribution in #210

Full Changelog: 4.2.0...4.3.0

4.2.0 Release

22 Aug 11:51
29ff4ed

Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.2.0

4.1.0 - Bacilus

03 Apr 10:22
880182d

Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0

4.0.0

03 Nov 10:30
0d1b60e

Choose a tag to compare

4.0.0 - 2022-11-03

Changed

  • Refactored dependencies
  • Replaced phinx migrations & seeders with doctrine/migrations and dotkernel/dot-data-fixtures
  • Minor bug fixes

Added

  • Psalm implementation
  • doctrine/migrations and dotkernel/dot-data-fixtures
  • Added functional tests
  • Implemented github actions for unit and functional tests
  • Implemented github actions for Psalm
  • Added PHP 8.2 support

Deprecated

  • Nothing

Removed

  • phinx migrations
  • Removed PHP 7.4 support

Fixed

  • Refactored unit tests

3.0.3

03 Nov 10:32
143e5f1

Choose a tag to compare

3.0.3 - 2022-11-03

Changed

  • Refactored dependencies
  • Replaced phinx migrations & seeders with doctrine/migrations and dotkernel/dot-data-fixtures
  • Minor bug fixes

Added

  • Psalm implementation
  • doctrine/migrations and dotkernel/dot-data-fixtures
  • Implemented github actions for Psalm

Deprecated

  • Nothing

Removed

  • phinx migrations

Fixed

  • Nothing

composer cleanup

16 Feb 10:22
67bd0f2

Choose a tag to compare

3.0.2 - 2022-02-16

Changed

  • Removed packages from composer.json that are already required by other packages to avoid future conflicts

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing