Skip to content

Releases: SteveDunn/Vogen

3.0.20

17 Jul 19:34
bd0bb6d
Compare
Choose a tag to compare

What's Changed

  • fix: resolve issue where underlying type isn't considered from global config attribute by @SteveDunn in #457
  • chore(deps): bump MSTest.TestAdapter from 3.0.2 to 3.0.4 by @dependabot in #433
  • chore(deps): bump Verify.Xunit from 20.3.0 to 20.4.0 by @dependabot in #447
  • chore(deps): bump xunit from 2.4.2 to 2.5.0 by @dependabot in #452

Full Changelog: 3.0.19...3.0.20

3.0.19

05 Jun 04:29
8057aad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.18...3.0.19

3.0.18

30 May 10:20
Compare
Choose a tag to compare

What's Changed

  • fix : #425 - allow use of fully qualified type Vogen.Validation as the return value from Validate methods
  • chore(deps): bump actions/setup-dotnet from 3.0.3 to 3.2.0 by @dependabot in #428
  • chore(deps): bump Verify.Xunit from 20.0.0 to 20.3.0 by @dependabot in #427

Full Changelog: 3.0.17...3.0.18

3.0.17

29 May 17:42
0fbf4dd
Compare
Choose a tag to compare

What's Changed

  • Alleviate non unique filename issue by @SteveDunn in #426
  • Use FormattableString.Invariant in culture dependent tests by @ThomasSkyldahl in #416
  • chore(deps): bump GitHubActionsTestLogger from 2.0.2 to 2.1.0 by @dependabot in #406
  • chore(deps): bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 by @dependabot in #409
  • chore(deps): bump GitHubActionsTestLogger from 2.1.0 to 2.2.1 by @dependabot in #412
  • chore(deps): bump Verify.Xunit from 19.14.1 to 20.0.0 by @dependabot in #413
  • chore(deps): bump SQLitePCLRaw.bundle_winsqlite3 from 2.1.3 to 2.1.5 by @dependabot in #414
  • chore(deps): bump coverlet.collector from 3.2.0 to 6.0.0 by @dependabot in #417

Full Changelog: 3.0.16...3.0.17

3.0.16

09 May 20:37
d3ce4e4
Compare
Choose a tag to compare

What's Changed

  • No exceptions from ToString by @SteveDunn in #405
  • chore(deps): bump Verify.Xunit from 19.12.1 to 19.12.2 by @dependabot in #391
  • chore(deps): bump Verify.Xunit from 19.12.2 to 19.12.3 by @dependabot in #395
  • chore(deps): bump FluentAssertions from 6.10.0 to 6.11.0 by @dependabot in #396
  • chore(deps): bump Verify.Xunit from 19.12.3 to 19.14.0 by @dependabot in #400
  • chore(deps): bump GitHubActionsTestLogger from 2.0.1 to 2.0.2 by @dependabot in #398
  • chore(deps): bump Verify.Xunit from 19.14.0 to 19.14.1 by @dependabot in #401

Full Changelog: 3.0.15...3.0.16

3.0.15

14 Apr 16:29
1514d61
Compare
Choose a tag to compare

What's Changed

  • fixed issue with VoFilter not matching the generic ValueObjectAttribute by @ThomasSkyldahl in #390

New Contributors

Full Changelog: 3.0.14...3.0.15

3.0.14

13 Apr 07:34
f3f91c7
Compare
Choose a tag to compare

What's Changed

  • Property name in dictionary support by @SteveDunn in #388
  • chore(deps): bump Verify.Xunit from 19.11.2 to 19.12.0 by @dependabot in #384
  • chore(deps): bump actions/setup-dotnet from 3.0.2 to 3.0.3 by @dependabot in #383
  • chore(deps): bump Verify.Xunit from 19.12.0 to 19.12.1 by @dependabot in #387

Full Changelog: 3.0.13...3.0.14

3.0.13

29 Mar 06:33
d900a18
Compare
Choose a tag to compare

What's Changed

  • Remove redundant verified includes by @SimonCropp in #380
  • Added the Data property to validation so the exception thrown will co… by @sirphilliptubell in #375
  • Make normalization easier to discover by @DomasM in #377
  • chore(deps): bump Verify.Xunit from 19.7.1 to 19.8.3 by @dependabot in #355
  • chore(deps): bump Verify.Xunit from 19.8.3 to 19.9.2 by @dependabot in #358
  • chore(deps): bump Verify.SourceGenerators from 2.0.1 to 2.1.0 by @SteveDunn in #362
  • chore(deps): bump Verify.Xunit from 19.9.2 to 19.9.3 by @dependabot in #361
  • chore(deps): bump FluentAssertions from 6.9.0 to 6.10.0 by @dependabot in #360
  • chore(deps): bump Verify.Xunit from 19.9.3 to 19.10.0 by @dependabot in #363
  • chore(deps): bump Microsoft.NET.Test.Sdk from 17.4.1 to 17.5.0 by @dependabot in #364
  • chore(deps): bump Newtonsoft.Json from 13.0.2 to 13.0.3 by @dependabot in #370
  • chore(deps): bump Verify.Xunit from 19.10.0 to 19.11.1 by @dependabot in #373
  • chore(deps): bump Verify.Xunit from 19.11.1 to 19.11.2 by @dependabot in #379

New Contributors

Full Changelog: 3.0.12...3.0.13

3.0.12

30 Jan 13:51
7e5fa44
Compare
Choose a tag to compare

What's Changed

  • Implement non-generic counterpart for IComparable by @SteveDunn in #347
  • fix: Newtonsoft Json converter for nullable types by @Blackclaws in #346
  • chore(deps): bump Verify.SourceGenerators from 2.0.0 to 2.0.1 by @dependabot in #312
  • chore(deps): bump MinVer from 4.2.0 to 4.3.0 by @dependabot in #349

New Contributors

Full Changelog: 3.0.11...3.0.12

3.0.11

24 Jan 11:19
ec61193
Compare
Choose a tag to compare

What's Changed

  • fix: issue where flag for omitting debug attributes was ignored by @SteveDunn in #338
  • fix: extract constructor parameters & generic type info form derived attributes by @jammehcow in #340
  • fix: TryParse generation fails with newer Roslyn versions by @SteveDunn in #342
  • chore(fix): Filenames for tests exceed max path by @SteveDunn in #343
  • chore(deps): bump Verify.Xunit from 19.6.0 to 19.7.1 by @dependabot in #339
  • chore(deps): bump MSTest.TestAdapter from 3.0.1 to 3.0.2 by @dependabot in #317

Full Changelog: 3.0.10...3.0.11