Skip to content
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

Undeprecate is_term #86

Closed

Comments

@mitsuhiko
Copy link
Collaborator

@pksunkara can we undeprecate is_term? It's such a common operation and now you need to use a much more complex API to use it.

@pksunkara
Copy link
Collaborator

Okay, I thought you wanted to move everything to features() when I took over the code which is why I deprecated it.

@mitsuhiko
Copy link
Collaborator Author

I think it's fine to keep. I mostly noticed because indicatif started causing deprecation warnings when using latest console and I did not really like the upgrade experience :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment