-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Getter/setter plural aliases missing (e.g. hour() works but hours() does not) #692
Comments
It's easy to add this as a plugin, but is it necessary? |
yes, that plural for unit |
I think that if you have plural and singular in some parts of this library, it should be consistent everywhere else. Having a MomentJS advertised compatible API should add this in - especially since it's so easy to add it in as you say. |
I'll pending this issue for more discussion. The top 1 reason is always this total bundle size. I don't want to add even 1 more byte for features that are not that important. |
Any chance we could get this in as a feature? I'd gladly tip. I don't think it'd add much to make it so plural versions work, and the developer experience would greatly be in favor of this, it would also be in parity with moment, and make it easier for people to switch massive codebases over. |
Agree to add it as a plugin, but not in the main bundle. |
🎉 This issue has been resolved in version 1.8.33 🎉 The release is available on: Your semantic-release bot 📦🚀 |
#58 (comment)
The text was updated successfully, but these errors were encountered: