Skip to content

Releases: aeviiq/storage-manager

6.1

12 Dec 14:23
f22d1a8

Choose a tag to compare

New features:

  • Added support for composite keys

6.0

04 Oct 12:35
37539f2

Choose a tag to compare

6.0

Breaking changes:

- RequestStore has been removed and the SessionStore now depends on the RequestStack instead.
- StorableEntity has been removed.
- Internal classes (DoctrineEntityTypeFilter, StorableEntityTypeFilter, DoctrineEntityTypeMatcher and StorableEntityTypeMatcher) have been removed.

New (features):

- It is no longer needed to type hint for the StorableEntity.
- PHPStan and Psalm at highest levels.
- 100% code coverage using PHPUnit.
- Support for PHP ^8.1, Symfony ^6.0 and Doctrine Persistence ^3.0

4.1

26 Oct 13:26
de22671

Choose a tag to compare

4.1
  • Added php 8 support

5.0

27 Aug 12:56
28a4f5b

Choose a tag to compare

5.0
  • Updated dependency on doctrine/persistence from ^1.1 to ^2.1

4.0.1

11 Jun 14:05
669a4b1

Choose a tag to compare

  • Fixed wrong key used in the new session storage.

4.0

04 Jun 08:58
1e9eabe

Choose a tag to compare

4.0
  • Storage Manager Constructor dependency on SessionInterface is removed and replaced by the new StoreInterface;

3.1

29 Jul 13:44
6cebfc7

Choose a tag to compare

3.1
  • Added symfony 5.0 support

3.0

06 Feb 12:26
362052a

Choose a tag to compare

3.0

New Features:

  • Added support for recursive elements, which could contain proxies. Requested in #7

2.0

09 Jul 18:54

Choose a tag to compare

2.0

Changes compared to the previous version

Applied Symfony coding standards, this changed:

  • DefaultStorageManager has been renamed to StorageManager;
  • StorageManager has been renamed to StorageManagerInterface;
  • Throwable has been renamed to ExceptionInterface;

All code changes for this release: f6be077

1.0.1

21 Jun 15:24
b41fe34

Choose a tag to compare

Minor BC-Break:

Renamed the interface in 91c2034

New Feature:

The Object Manager is now optional. Added in 0119fab