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

feat: add date type #8

Merged
merged 3 commits into from
Feb 15, 2020
Merged

feat: add date type #8

merged 3 commits into from
Feb 15, 2020

Conversation

gorhom
Copy link
Owner

@gorhom gorhom commented Feb 15, 2020

added Date type support, with custom parser passed to coding properties

const customParser = (value: string | number): Date => parsedDate
types.date(customParser)

@gorhom gorhom merged commit 208dfd4 into master Feb 15, 2020
@gorhom gorhom deleted the feature/add-date-type branch February 15, 2020 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant