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: html improvement for arrays #299

Merged
merged 7 commits into from
Jul 1, 2024

Conversation

pierre-monnet
Copy link
Contributor

@pierre-monnet pierre-monnet commented Jul 1, 2024

For now when a field is an array HTML exporter doesn't display the type of the array.

Example:

Given a model with the following fields

  • tags: array[str]
  • item_list: array[object(itemid: str, quantity:int)]
    Before PR:
    image
    After PR:
    image

Checklist:

  • Tests pass
  • README.md updated (nothing to update)
  •  CHANGELOG.md entry added

@pierre-monnet pierre-monnet marked this pull request as ready for review July 1, 2024 13:00
@pierre-monnet
Copy link
Contributor Author

@jochenchrist it's ready to review.

Other thing: do you know when the next release is plan ?

@jochenchrist
Copy link
Contributor

Other thing: do you know when the next release is plan ?

Releases are planned every 2 weeks, so you can expect a release by the end of this week

@jochenchrist jochenchrist merged commit 5ca82da into datacontract:main Jul 1, 2024
2 of 4 checks passed
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.

2 participants