2.0.0
Capsule.Core
Added
TimerReference
exposes now the timeout value that was used to start the corresponding timer.
Changed
TimerReference
constructor is now internal, as this is not meant to be called by clients. If you're constructing timer references yourself (unlikely), this is a breaking change.
Capsule.Generator
No changes, no release (1.0.1 is the latest release)
Capsule.Testing
Changed
- Reference to
Capsule.Core
updated so that the newTimerReference
implementation can be used.