ash-project / ash_json_api

The JSON:API extension for the Ash Framework
https://hexdocs.pm/ash_json_api
MIT License
63 stars 42 forks source link

Support Date Type #27

Closed andrewcallahan closed 4 years ago

andrewcallahan commented 4 years ago

Is your feature request related to a problem? Please describe. I can't support date types that are used in Ash

Describe the solution you'd like I'd like to be able to use dates in Ash JSON:API. I would expect that dates would be serialized and deserialized in the YYYY-MM-DD format.

Describe alternatives you've considered N/A

Express the feature either with a change to resource syntax, or with a change to the resource interface N/A

Additional context N/A

zachdaniel commented 4 years ago

This is done.