Skip to content

Releases: SSWConsulting/SSW.VerticalSliceArchitecture

0.9.0

14 May 05:50
d16a9b8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.0...0.9.0

0.8.0

23 Mar 10:06
f01c2df
Compare
Choose a tag to compare

What's Changed

  • 🧪 Add meta test by @Hona in #47
  • ♻️ Make the Domain more intentional by @Hona in #49
  • ♻️ Use Immediate.Handlers instead of MediatR by @Hona in #50
  • 👷🏻 Add dependabot for NuGet + GitHub actions by @Hona in #51
  • 👷🏻 Exclude test result upload from dependabot by @Hona in #61
  • Bump actions/checkout from 2 to 4 by @dependabot in #52
  • Bump actions/cache from 3 to 4 by @dependabot in #54
  • Bump actions/setup-dotnet from 3 to 4 by @dependabot in #53
  • Bump nuget/setup-nuget from 1 to 2 by @dependabot in #55
  • Bump FluentAssertions from 7.0.0-alpha.2 to 7.0.0-alpha.3 by @dependabot in #57
  • Bump Microsoft.AspNetCore.OpenApi from 8.0.0 to 8.0.3 by @dependabot in #60
  • Bump coverlet.collector from 6.0.0 to 6.0.2 by @dependabot in #56
  • Bump xunit from 2.6.3 to 2.7.0 by @dependabot in #59
  • Bump Microsoft.NET.Test.Sdk from 17.9.0-preview-23503-02 to 17.9.0 by @dependabot in #58
  • ♻️ More cohesion between endpoint & CQRS object by @Hona in #63
  • 🚧 Add TODOs for source gens by @Hona in #64
  • 📌 0.8.0 Release by @Hona in #65

New Contributors

Full Changelog: 0.7.4...0.8.0

0.7.4

20 Mar 01:46
f8ca090
Compare
Choose a tag to compare

What's Changed

  • 👷🏻 Automatically create GitHub release after nuspec version change by @Hona in #34
  • ♻️ Rename Module to Feature by @Hona in #35
  • 🗑️ Drop OpenAPI convenience extensions by @Hona in #36
  • ✨ Add config to configure services by @Hona in #37
  • ♻️ Switch back to IReadOnlyList & ToListAsync by @Hona in #38
  • 📌 0.7.0 Release by @Hona in #39
  • 📌 0.7.0 Release (again) by @Hona in #40
  • 🐛 Fix version XPath by @Hona in #41
  • 📌 Release 0.7.1 by @Hona in #42
  • 📌 0.7.2 - XPath by @Hona in #43
  • 📌 Release 0.7.3 by @Hona in #44
  • 📌 Release 0.7.3 (again) by @Hona in #45
  • 🐛 Tagging Git Bot Identity by @Hona in #46

Full Changelog: 0.6.0...0.7.4

0.6.0

14 Mar 14:38
Compare
Choose a tag to compare

What's Changed

  • Decoupled endpoints from CQRS objects.
  • Moved from Result flow, to exception flow for speed of development and convenience.
  • Rename Kernel to Host for more clarity.
  • Remove the Repository pattern in favour of using EF Core directly.
  • Improves Open API extension methods.