Releases: 68publishers/doctrine-persistence
Releases · 68publishers/doctrine-persistence
v0.3.0
Added support warning into the README
v0.2.7
Updated Php-Cs-Fixer config
v0.2.6
Added method `BadgeBagInterface::add()`
v0.2.5
Fixed default behaviour (throwing) of exceptions that are caught in a…
v0.2.4
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
Transaction tracker
- added interface `TransactionTrackerInterface` and implementor `TransactionTracker`
- added method `RuntimeException::noActiveTransaction()`
- transactions are automatically tracked byl the Tracker
v0.2.2
Added argument `$reason` for InvalidValueException's constructor and …
v0.2.1
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
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)