Skip to content

Releases: dotkernel/api

4.4.0 Release

03 May 15:41
05de6e4
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0

4.0.0

03 Nov 10:30
0d1b60e
Compare
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
Compare
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
Compare
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

3.0.1 release

12 Jan 12:20
6e5fc47
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0 release

28 Jul 11:32
419d014
Compare
Choose a tag to compare

3.0.0 - 2021-07-28

Changed

  • Replaced dotkernel/dot-console with dotkernel/dot-cli
  • Replaced tuupola/cors-middleware with mezzio/mezzio-cors
  • Documentation is now provided via Postman collection and environment files
  • Bumped up minimum package versions to their current maxes

Added

  • dotkernel/dot-cli
  • dotkernel/dot-doctrine-metadata
  • dotkernel/dot-response-header
  • mezzio/mezzio-cors
  • command to display routes
  • command to create admin account
  • FLOC headers (issue #67)
  • custom log file grouping using date specifiers

Deprecated

  • Nothing

Removed

  • dotkernel/dot-console
  • tuupola/cors-middleware
  • swagger-api/swagger-ui

Fixed

  • Issue #6: logs file names were cached, causing logs from several days to be written in the same file
  • Issue #51: incorrect message being displayed on account activation
  • Issue #54: replaced deprecated ArraySerializable with ArraySerializableHydrator
  • Issue #58: replaced usage of DateTime with DateTimeImmutable
  • Issue #60: requesting page out of bounds now returns an error message
  • Issue #83: doctrine-migrations:diff was dropping unmapped/custom tables

1.1.0 Release

05 Nov 10:15
b2a1f1f
Compare
Choose a tag to compare

Deleted all old and stale branches
This is the most recent version of the API Application