You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This formula still provides resolver and resolver.ng states which is confusing and complicated.
Describe the solution you'd like
The solution to this problem is deprecate resolver legacy states and promote resolver.ng states to resolver ones, renaming them.
It means :
implement semantic versioning as we do in other formulas with all tools to automate work
create an initial release with current code
create a BREAKING CHANGE version deprecating legacy states and promoting new ones
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
This formula still provides
resolver
andresolver.ng
states which is confusing and complicated.Describe the solution you'd like
The solution to this problem is deprecate
resolver
legacy states and promoteresolver.ng
states toresolver
ones, renaming them.It means :
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: