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

Add more features to CountryFactory #19

Merged
merged 7 commits into from
Jul 16, 2019
Merged

Add more features to CountryFactory #19

merged 7 commits into from
Jul 16, 2019

Conversation

ericksonreyes
Copy link
Owner

  • A validate() method is now available for validating Country ISO 2 Codes.
  • Using the factory method to create an instance of Country from invalid Country ISO 2 Code will cause an InvalidCountryISO2CodeException exception.

* A validate() method is now available for validating Country ISO 2 Codes.
* Using the factory method to create an instance of Country from invalid Country ISO 2 Code will cause an InvalidCountryISO2CodeException exception.
* Added EricksonReyes\DomainDrivenDesign\Infrastructure\EventStore simply because Event Sourcing developers use the term Event Store than Event Repository
* EricksonReyes\DomainDrivenDesign\Infrastructure\EventRepository will be retained for backward compatibility
* Factory class for creating an Address object
@ericksonreyes ericksonreyes merged commit 805980f into master Jul 16, 2019
@ericksonreyes ericksonreyes deleted the v1.0.4-rc.1 branch July 16, 2019 03:43
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.

None yet

1 participant