Releases: SSWConsulting/SSW.VerticalSliceArchitecture
Releases · SSWConsulting/SSW.VerticalSliceArchitecture
0.9.0
What's Changed
- Bump Microsoft.EntityFrameworkCore from 8.0.0 to 8.0.3 by @dependabot in #66
- Bump xunit.runner.visualstudio from 2.5.5 to 2.5.7 by @dependabot in #67
- Bump Immediate.Handlers from 1.2.0 to 1.3.0 by @dependabot in #69
- Bump Microsoft.EntityFrameworkCore.InMemory from 8.0.0 to 8.0.3 by @dependabot in #68
- Bump Immediate.Handlers from 1.3.0 to 1.3.1 by @dependabot in #71
- ⬆️ Upgrade Packages by @MattParkerDev in #79
- 💄 Remove Hona's Branding by @Hona in #82
- 💄 SSW Branding by @Hona in #83
New Contributors
- @MattParkerDev made their first contribution in #79
Full Changelog: 0.8.0...0.9.0
0.8.0
What's Changed
- 🧪 Add meta test by @Hona in https://github.com/Hona/VerticalSliceArchitecture/pull/47
- ♻️ Make the Domain more intentional by @Hona in https://github.com/Hona/VerticalSliceArchitecture/pull/49
- ♻️ Use Immediate.Handlers instead of MediatR by @Hona in https://github.com/Hona/VerticalSliceArchitecture/pull/50
- 👷🏻 Add dependabot for NuGet + GitHub actions by @Hona in https://github.com/Hona/VerticalSliceArchitecture/pull/51
- 👷🏻 Exclude test result upload from dependabot by @Hona in https://github.com/Hona/VerticalSliceArchitecture/pull/61
- Bump actions/checkout from 2 to 4 by @dependabot in https://github.com/Hona/VerticalSliceArchitecture/pull/52
- Bump actions/cache from 3 to 4 by @dependabot in https://github.com/Hona/VerticalSliceArchitecture/pull/54
- Bump actions/setup-dotnet from 3 to 4 by @dependabot in https://github.com/Hona/VerticalSliceArchitecture/pull/53
- Bump nuget/setup-nuget from 1 to 2 by @dependabot in https://github.com/Hona/VerticalSliceArchitecture/pull/55
- Bump FluentAssertions from 7.0.0-alpha.2 to 7.0.0-alpha.3 by @dependabot in https://github.com/Hona/VerticalSliceArchitecture/pull/57
- Bump Microsoft.AspNetCore.OpenApi from 8.0.0 to 8.0.3 by @dependabot in https://github.com/Hona/VerticalSliceArchitecture/pull/60
- Bump coverlet.collector from 6.0.0 to 6.0.2 by @dependabot in https://github.com/Hona/VerticalSliceArchitecture/pull/56
- Bump xunit from 2.6.3 to 2.7.0 by @dependabot in https://github.com/Hona/VerticalSliceArchitecture/pull/59
- Bump Microsoft.NET.Test.Sdk from 17.9.0-preview-23503-02 to 17.9.0 by @dependabot in https://github.com/Hona/VerticalSliceArchitecture/pull/58
- ♻️ More cohesion between endpoint & CQRS object by @Hona in https://github.com/Hona/VerticalSliceArchitecture/pull/63
- 🚧 Add TODOs for source gens by @Hona in https://github.com/Hona/VerticalSliceArchitecture/pull/64
- 📌 0.8.0 Release by @Hona in https://github.com/Hona/VerticalSliceArchitecture/pull/65
New Contributors
- @dependabot made their first contribution in https://github.com/Hona/VerticalSliceArchitecture/pull/52
Full Changelog: Hona/VerticalSliceArchitecture@0.7.4...0.8.0
0.7.4
What's Changed
- 👷🏻 Automatically create GitHub release after nuspec version change by @Hona in Hona/VerticalSliceArchitecture#34
- ♻️ Rename Module to Feature by @Hona in Hona/VerticalSliceArchitecture#35
- 🗑️ Drop OpenAPI convenience extensions by @Hona in Hona/VerticalSliceArchitecture#36
- ✨ Add config to configure services by @Hona in Hona/VerticalSliceArchitecture#37
- ♻️ Switch back to IReadOnlyList & ToListAsync by @Hona in Hona/VerticalSliceArchitecture#38
- 📌 0.7.0 Release by @Hona in Hona/VerticalSliceArchitecture#39
- 📌 0.7.0 Release (again) by @Hona in Hona/VerticalSliceArchitecture#40
- 🐛 Fix version XPath by @Hona in Hona/VerticalSliceArchitecture#41
- 📌 Release 0.7.1 by @Hona in Hona/VerticalSliceArchitecture#42
- 📌 0.7.2 - XPath by @Hona in Hona/VerticalSliceArchitecture#43
- 📌 Release 0.7.3 by @Hona in Hona/VerticalSliceArchitecture#44
- 📌 Release 0.7.3 (again) by @Hona in Hona/VerticalSliceArchitecture#45
- 🐛 Tagging Git Bot Identity by @Hona in Hona/VerticalSliceArchitecture#46
Full Changelog: Hona/VerticalSliceArchitecture@0.6.0...0.7.4
0.6.0
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.