Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

75 lines (59 loc) · 2.14 KB

@fluidframework/common-utils Changelog

Updated @fluidframework/common-definitions

The @fluidframework/common-definitions dependency has been upgraded to v1.1.0. See the full changelog.

Updated @fluidframework/common-definitions

The @fluidframework/common-definitions dependency has been upgraded to v1.0.0.

Deprecated classes and functions

The following classes, functions, and types are deprecated in this release. In some cases, the implementations have been moved to other packages.

Moved to @fluidframework/core-utils

  • class Lazy
  • class LazyPromise
  • class PromiseCache<TKey, TResult>
  • interface PromiseCacheOptions
  • type PromiseCacheExpiry
  • class Deferred
  • class Heap
  • class PromiseTimer
  • class Timer
  • const delay
  • const NumberComparer
  • function assert
  • function safelyParseJSON
  • function setLongTimeout
  • function unreachableCase
  • interface IComparer
  • interface IHeapNode
  • interface IPromiseTimer
  • interface IPromiseTimerResult
  • interface ITimer

Moved to @fluid-internal/client-utils

  • class Buffer
  • class EventForwarder
  • class Trace
  • class TypedEventEmitter
  • class TypedEventTransform
  • function bufferToString
  • function fromBase64ToUtf8
  • function fromUtf8ToBase64
  • function gitHashFile
  • function hashFile
  • function stringToBuffer
  • function toUtf8
  • function Uint8ArrayToArrayBuffer
  • function Uint8ArrayToString
  • interface ITraceEvent
  • type EventEmitterEventType
  • type IsoBuffer
  • type IsomorphicPerformance

Deprecated with no replacement

  • function doIfNotDisposed
  • class RateLimiter
  • class RangeTracker
  • interface IRange
  • interface IRangeTrackerSnapshot