forked from microsoft/FluidFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(sequence): deprecate compareStarts and compareEnds on IInterval…
…Helpers (microsoft#17127) Deprecates redundant methods on `IIntervalHelpers`. See microsoft#17125 for their subsequent removal and additional context.
- Loading branch information
1 parent
771793f
commit a830eca
Showing
3 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@fluidframework/sequence": minor | ||
--- | ||
|
||
deprecate compareStarts and compareEnds on IIntervalHelpers | ||
|
||
these functions will be removed in a future version. use the methods IInterval.compareStart and IInterval.compareEnd respectively instead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters