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

fix: update value object to new Dart 3.0.0 syntax #156

Merged
merged 5 commits into from
Aug 2, 2023
Merged

fix: update value object to new Dart 3.0.0 syntax #156

merged 5 commits into from
Aug 2, 2023

Conversation

jtdLab
Copy link
Owner

@jtdLab jtdLab commented Aug 2, 2023

Description

Migrates Value Object to use new Dart Sealed API.
This also leads to rapid_domain beeing deprecated and removed from the project.

Related Issue(s)

Resolves #153, #144

Workaround for #38 matching latest Dart language features

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • πŸ› οΈ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • βœ… Build configuration change
  • πŸ“ Documentation
  • πŸ—‘οΈ Chore

Checklist

  • πŸ–ŒοΈ The code follows the style and conventions of the project
  • βœ”οΈ Tests have been added or modified to cover the changes
  • πŸ“š Documentation has been updated if necessary
  • βœ… The changes have been locally tested and verified

Additional Notes

@docs-page
Copy link

docs-page bot commented Aug 2, 2023

To view this pull requests documentation preview, visit the following URL:

docs.page/jtdlab/rapid~156

Documentation is deployed and generated using docs.page.

@jtdLab jtdLab merged commit ae83e24 into main Aug 2, 2023
0 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.

feat: replace either from dartz with Sealed classes
1 participant