Release v0.1.1
Breaking changes
- Removed the
MaxStratum
constant.
Deprecations
- Officially deprecated the
TimeV
function.
Internal changes
- Removed
minDispersion
from theRootDistance
calculation, since the value was arbitrary. - Moved some validation into main code path so that invalid
TransmitTime
andmode
responses trigger an error even whenResponse.Validate
is not called.