-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Link to doc in README is dead #383
Comments
As of ember v5, ember-string was removed from the framework. Here is the relevant deprecation: https://deprecations.emberjs.com/v4.x#toc_ember-string-add-package It exists separately as on installable dep (with docs) here: https://github.com/emberjs/ember-string However, you may be interested in something more robust: |
Thanks @NullVoxPopuli 🙌
hmm, I believe the issue is that docs don't exist here 🤔 Unless I'm missing something
That's a good suggestion 👍 But I think I still think that replacing the link we have in README: UsageThis package provides the following imports: import {
camelize,
capitalize,
classify,
dasherize,
decamelize,
underscore,
w,
} from '@ember/string' For more documentation, consult https://emberjs.com/api/ember/release/classes/String. ☝️ with actual documentation that can be found in |
Looks like it was removed with the 4.12 release of Ember.
The text was updated successfully, but these errors were encountered: