Skip to content

Releases: SteveDunn/Vogen

4.0.3

08 May 13:38
8562c9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.2...4.0.3

4.0.2

30 Apr 09:41
de506e6
Compare
Choose a tag to compare

What's Changed

  • The System.Text.JsonConverter now throws a JsonException by @SteveDunn in #582

Full Changelog: 4.0.1...4.0.2

4.0.1

29 Apr 13:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

19 Apr 06:32
Compare
Choose a tag to compare

What's Changed

The main change in this release is hoisting of parsing functionality from the primitive to the wrapper. If the primitive being wrapped implements IParsable<TSelf> (or ISpanParsable / IUtf8SpanParsable), then the wrapper will also implement these interfaces and delegate to the primitive.

Additionally, value objects of string now implement IParsable. This is useful in a number of situations. for instance, using a value object as a parameter in an ASP.NET Core endpoint.

Note that there is a potential breaking change in this version, hence the updated major version. I'd guess that the impact will be pretty low though. Previously, Vogen hoisted TryParse from the primitive. When you called TryParse on the wrapper, it would throw an exception if the value failed your Validate method. With hindsight, it should've just returned false, which it now does in this version.

New Contributors

Full Changelog: 3.0.24...4.0.0

3.0.25-beta.1

20 Feb 05:51
Compare
Choose a tag to compare
3.0.25-beta.1 Pre-release
Pre-release

Full Changelog: 3.0.24...3.0.25-beta

3.0.24

09 Jan 20:40
84a6d98
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.23...3.0.24

3.0.23

03 Nov 06:42
24b2f1a
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #480
  • feat: implement #512 EF Core support extension for 'HasVogenConversion'
  • feat: implement #513 EF Core add `EfCoreValueComparer'
  • fix: can no longer override ToString and GetHashCode in records - #516

Full Changelog: 3.0.22...3.0.23

3.0.23.beta.2

01 Nov 08:06
Compare
Choose a tag to compare
3.0.23.beta.2 Pre-release
Pre-release

What's Changed

  • feat: implement #512 EF Core support extension for 'HasVogenConversion'
  • feat: implement #513 EF Core add `EfCoreValueComparer'
  • chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #480

Full Changelog: 3.0.22...3.0.23-beta.1

3.0.22

23 Oct 21:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.21...3.0.22

3.0.21

31 Aug 18:55
5a489be
Compare
Choose a tag to compare

What's Changed

  • IComparable improvements by @SteveDunn in #463
  • chore(deps): bump Verify.Xunit from 20.4.0 to 20.6.0 by @dependabot in #462
  • chore(deps): bump MSTest.TestAdapter from 3.0.4 to 3.1.1 by @dependabot in #456
  • chore(deps): bump MSTest.TestFramework from 3.0.4 to 3.1.1 by @dependabot in #455
  • chore(deps): bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.7.0 by @dependabot in #464

Full Changelog: 3.0.20...3.0.21