-
-
Notifications
You must be signed in to change notification settings - Fork 18
Add deprecation messages #141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add deprecation messages #141
Conversation
Codecov Report
@@ Coverage Diff @@
## main #141 +/- ##
==========================================
+ Coverage 60.04% 60.39% +0.34%
==========================================
Files 2 2
Lines 453 457 +4
Branches 133 134 +1
==========================================
+ Hits 272 276 +4
Misses 139 139
Partials 42 42
Continue to review full report at Codecov.
|
Head branch was pushed to by a user without write access
I added tests to improve coverage! |
Thanks @tom-tan ! |
It partially fixes #110 by adding deprecation messages for the following features:
label
field,id
field with integers, andid
field.I also added a tentative deprecation deadline for these features (Currently it is 2023/1/1).
It makes easier for us to decide to remove these features in the future.
Note: it enables to check
Deprecate label
in the list in #110. We can already checkIf both label and id are present, then label will be used for messages.
in the list.