Skip to content

Releases: 68publishers/doctrine-persistence

v0.3.0

03 Jan 23:39
Compare
Choose a tag to compare
Added support warning into the README

v0.2.7

26 Oct 02:34
Compare
Choose a tag to compare
Updated Php-Cs-Fixer config

v0.2.6

13 Aug 01:28
Compare
Choose a tag to compare
Added method `BadgeBagInterface::add()`

v0.2.5

15 Apr 02:13
Compare
Choose a tag to compare
Fixed default behaviour (throwing) of exceptions that are caught in a…

… transaction

v0.2.4

15 Apr 01:39
Compare
Choose a tag to compare
Fix: The last error in a finally contexts

- added method `FinallyContext::withError()`
- added an argument `$lastError` into method `FinallyCallbackQueueInvoker::invoke()`
- modified test case `FinallyCallbackQueueInvokerTestCase`

v0.2.3

08 Apr 22:13
Compare
Choose a tag to compare
Transaction tracker

- added interface `TransactionTrackerInterface` and implementor `TransactionTracker`
- added method `RuntimeException::noActiveTransaction()`
- transactions are automatically tracked byl the Tracker

v0.2.2

15 Feb 13:22
Compare
Choose a tag to compare
Added argument `$reason` for InvalidValueException's constructor and …

…methods `::setEntity()`, `::getReason()` and `::create()`

v0.2.1

15 Feb 13:07
Compare
Choose a tag to compare
Improved persistence exceptions

- added `ext-json` into `composer.json`
- removed old interface `IException`
- moved exceptions `PersistenceException`, `DuplicatedValueException` and `EntityNotFoundException` to namespace `~\Exception\Persistence`
- added abstract exception `AbstractInvalidValueException`
- added exception `InvalidValueException`

v0.2

22 Nov 02:51
Compare
Choose a tag to compare

Warning: not compatible with previous version!

  • added support for Nette 3 (but still supports Nette 2.4)
  • improved Transaction objects
  • removed persistence layer (DTOs, Assemblers, Persisters)

v0.1.2

22 Aug 10:11
Compare
Choose a tag to compare

🆕 Custom persistence exceptions
🆕 Identifier classes for Assemblers
💡 Improved transaction lifecycle - exceptions catching, possible redirecting on success etc.