Releases: altasoft/DomainPrimitives
Releases · altasoft/DomainPrimitives
v5.1.0
What's Changed
TypeExtensions
class added and 1 bug fixed by @GregoryNikolaishvili in #17
Full Changelog: v5.0.1...v5.1.0
v5.0.1
v5.0.0 Updated to net9.0 and moved Swagger Extensions to separate assembly
v4.2.0 added support to generate string methods
What's Changed
Added support to generate: index accessors, range operators, and Substrings for string primitive types.
Full Changelog: v4.1.0...v4.2.0
Added Support for EntityFrameworkCore ValueConverters
What's Changed
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- The Validate method now returns a PrimitiveValidationResult instead of throwing an InvalidDomainValueException.
- New TryCreate methods have been added to all domain primitive classes, which attempt to create an instance and return a boolean indicating success or failure.
- The InvalidDomainValueException now includes a reference to the instance that caused the exception.
- A new type PrimitiveValidationResult has been introduced, which includes IsValid and ErrorMessage properties.
- NuGet packages in all projects have been updated to the latest versions.
- Tests have been modified to support the new signatures.
Full Changelog: v3.0.1...v4.0.0