-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Find a way to gracefully avoid one breaking change in #405
In #405 I opted to rename one of the types to be more consistent, and in the moment totally forgot about type aliases. A type alias allows you to rename a type in a non-breaking way, by converting the old name to be an alias to the new one. This change does that, and effectively removes one breaking change from v1.5.0. I also do the sane thing to unify the Priority type into one.
- Loading branch information
Showing
2 changed files
with
13 additions
and
8 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
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