Skip to content

2.0.0

Compare
Choose a tag to compare
@thedmi thedmi released this 17 Apr 08:48
· 62 commits to master since this release
ddc4b09

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 new TimerReference implementation can be used.