This is a minor release.
It contains bug fixes and other internal improvements.
What's Changed
Deprecations
IntervalCollection public export deprecated in @fluidframework/sequence
IntervalCollection
has been deprecated in favor of an interface (IIntervalCollection
) containing its public API. Several types transitively referenced by IntervalCollection
implementation details have also been deprecated: CompressedSerializedInterval
, IntervalCollectionIterator
, and ISerializedIntervalCollectionV2
.