-
Notifications
You must be signed in to change notification settings - Fork 123
Prettified value support long day/month name #473
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Two minor things:
- Can you update
types/index.d.ts
as well? - The
Fix typo
commit should be rebased into the "Prettified value support long day/month name" commit.git commit --amend
is your friend to avoid that from the start.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me too. I have nothing to add to ypid's review 🙂
Added a user configuration to return full weekday and month name. Fix typo Temp commit to hold changes
Hey, thanks a lot for your feedback. I've updated my branch to include the requested changes. |
Added a user configuration to return full weekday and month name.