Skip to content

v2.0.0 released

Compare
Choose a tag to compare
@temonk temonk released this 22 Jan 18:58
· 42 commits to main since this release

-⚠️ AltaSoft.DomainPrimitives renamed to AltaSoft.DomainPrimitives.XmlDataTypes
-⚠️ AltaSoft.DomainPrimitives.Abstractions renamed to AltaSoft.DomainPrimitives

  • Support for XML Serialization added (please see readme.md)
  • Performance improved
  • Source Generator improved
  • Source Generator unit tests added
  • Added type constraints to IDomainValue
  • IDomainValue Implements IEquitable and IComparable as all types required the implementation
  • New interfaces implemented (IUtf8SpanFormattable, IXmlSerializable)
  • AddAllDomainPrimitivesSwaggerMappings(this SwaggerGenOptions options) extension method added