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

Support for Set #15

Closed
savvasdalkitsis opened this issue May 16, 2023 · 2 comments
Closed

Support for Set #15

savvasdalkitsis opened this issue May 16, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@savvasdalkitsis
Copy link

Is your feature request related to a problem? Please describe.
Some basic collections are supported but Set is missing

Describe the solution you'd like
Set is added to the supported types

@jayasuryat
Copy link
Owner

Hey @savvasdalkitsis! 👋

Thanks for raising an issue for this,
Adding support for Set<T> should be fairly straightforward. I'll take care of it over the weekend.

@jayasuryat jayasuryat self-assigned this May 20, 2023
@jayasuryat jayasuryat added the enhancement New feature or request label May 20, 2023
@jayasuryat jayasuryat modified the milestones: v0.7.0, v0.8.0 May 20, 2023
jayasuryat pushed a commit that referenced this issue May 20, 2023
jayasuryat added a commit that referenced this issue May 20, 2023
Add support for `Set<T>` (#15)
@jayasuryat jayasuryat changed the title Support for 'Set' Support for Set May 20, 2023
@jayasuryat
Copy link
Owner

Hey @savvasdalkitsis,
Support for Set<T> has been added to Dowel as part of the v0.8.0 release.
Check it out at your convenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants