This repository has been archived by the owner on Sep 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
feat: enforce deprecation notices to contain version names #55
Labels
Comments
wincent
referenced
this issue
in brianchandotcom/liferay-portal
Apr 21, 2020
Here's another example: Incorrect code: /**
* @deprecated as of 7.3 - use `window.innerWidth` instead
*/ Correct code: /**
* @deprecated As of Athanasius (7.3.x), replaced by `window.innerWidth`
*/ |
Examples showing valid version specifiers from liferay-portal:
|
wincent
added a commit
that referenced
this issue
Apr 23, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As requested at brianchandotcom/liferay-portal#76327 (comment), when tagging classes/methods with the
@deprecated
annotation, we should always include the version names of the product.The text was updated successfully, but these errors were encountered: