Releases: jasontaylordev/CleanArchitecture
Releases · jasontaylordev/CleanArchitecture
v.8.0.0
What's Changed
- Update template to .NET 8 Preview 5 by @jasontaylordev in #863
- 📝 Update README.md by @jasontaylordev in #869
- Fix, error handling and input maxLength by @tech-gian in #870
- Simplify Mapping by @jasontaylordev in #871
- 💡 Describe the reasoning behind BaseEntity.Id key type. by @jasontaylordev in #873
- 📝 Update CODE_OF_CONDUCT.md by @jasontaylordev in #874
- 🎨 Update .editorconfig by @jasontaylordev in #875
- 🙈 Update .gitignore by @jasontaylordev in #876
- ✨ Add Support for React by @jasontaylordev in #872
- 📝 Update README.md by @jasontaylordev in #877
- ♻️ Application layer refactoring by @jasontaylordev in #878
- Added http calls API development inner-loop Visual Studio 2022 17.5 by @Lanz86 in #817
- ♻️ Simplify .http file support by @jasontaylordev in #879
- ✨ Add use case templates (commands and queries) by @jasontaylordev in #881
- 📝 Update README by @jasontaylordev in #887
- ✨ Add API only option by @Lanz86 in #886
- 🔖 Release 8.0.0-preview5.3 by @jasontaylordev in #890
- 👷 Update dotnet-build.yml by @jasontaylordev in #891
- Update Validator in Query Template by @khaledafify in #893
- Update http examples by @jasontaylordev in #894
- ✨ Updated .NET templates with improved short names for template optio… by @jasontaylordev in #895
- ✨ Switch to Minimal API by @jasontaylordev in #896
- fix wrong generated constructor for query validator by @khaledafify in #900
- 🐛 Fixes #902 by @jasontaylordev in #903
- 📝 Update README by @jasontaylordev in #905
- Bump tough-cookie from 4.1.2 to 4.1.3 in /src/WebUI/ClientApp-React by @dependabot in #904
- Data layer upgrade by @jasontaylordev in #897
- 🐛 Re-add WebUI.AcceptanceTests project. by @jasontaylordev in #906
- Misc. Solution Updates by @jasontaylordev in #907
- 🔥 Removed ExportTodos feature to simplify the template. by @jasontaylordev in #908
- 🍻 Fix handling of WebUI.AcceptanceTests project for Web API template. by @jasontaylordev in #909
- 🍻 Improve template experience in VS. by @jasontaylordev in #910
- Centralize role and policy constants into Domain by @ChienNQuang in #911
- 🐛 Fixed incorrect launch URL in Web API template. #912 by @jasontaylordev in #913
- Regenerate Migrations for SQLite and LocalDB by @jasontaylordev in #918
- 📝 Update README.md by @jasontaylordev in #923
- 🚀 Add full CI/CD pipeline by @jasontaylordev in #922
- Bump semver from 6.3.0 to 6.3.1 in /src/WebUI/ClientApp-React by @dependabot in #924
- 📝 Update README by @jasontaylordev in #925
- Net8.0 preview6 by @jasontaylordev in #926
- 🐛 Bug Fix 927 by @jasontaylordev in #928
- Add KeyVault & Enable Azure Health Checks by @jasontaylordev in #930
- 🐛 Fix template by @jasontaylordev in #931
- 🐛 Allow the template to publish with Angular default. by @jasontaylordev in #932
- 🔖 Release 8.0.0-preview.6.2 by @jasontaylordev in #933
- ♻️ Switch events dispatcher to interceptor. by @jasontaylordev in #934
- 🚀 CI/CD Improvements & Bug Fixes by @jasontaylordev in #935
- ✨ Update workflow by @jasontaylordev in #936
- Improve Test Db support & add missing package by @jasontaylordev in #937
- ✨ Update Web API template to include endpoints for using Identity by @jasontaylordev in #939
- 🧑💻Added README for templated solutions by @jasontaylordev in #941
- Bump word-wrap from 1.2.3 to 1.2.4 in /src/Web/ClientApp-React by @dependabot in #942
- 🐛 Removed users API endpoints from SPA templates by @jasontaylordev in #943
- 🧑💻 Improved web exception handling by @jasontaylordev in #944
- Bug fixes by @jasontaylordev in #948
- Script updates by @jasontaylordev in #951
- ❤️ Create FUNDING.yml by @jasontaylordev in #952
- Tests cleanup by @jasontaylordev in #953
- 🧱 Update IaC to include diagnostic logs and metrics across all resources by @jasontaylordev in #954
- Fix CICD by @jasontaylordev in #955
- Add new line after app.Run() and before partial class Program by @neman in #956
- Improvements by @jasontaylordev in #957
- Update template readme by @jasontaylordev in #958
- ✨ Update Open API specification and generated clients by @jasontaylordev in #962
- 🐛 Fix namespaces by @jasontaylordev in #967
- Time provider by @jasontaylordev in #968
- 🔥 Removed UseMigrationsEndPoint feature. by @deceptiveSimplicity in #979
- Update to .NET 8 - preview 7 by @jasontaylordev in #980
- 👷 Update CICD workflow to request required permissions. by @jasontaylordev in #981
- Fix randomization bug in GenerateRandomPassword function. by @fadiksho in #988
- Fix description of allowed environment names in main bicep by @dev-nt90 in #997
- 🐛 Fix typo in ClientApp-React/README.md by @eltociear in #1005
- Updated Azure.Identity to 1.10.3 by @Lanz86 in #1042
- Updated exclude list for React app by @5317169 in #1019
- Bump @babel/traverse from 7.21.5 to 7.23.2 in /src/Web/ClientApp-React by @dependabot in #1025
- Bump @babel/traverse from 7.22.5 to 7.23.2 in /src/Web/ClientApp by @dependabot in #1027
- Upgrade to .NET 8 🎉 by @jasontaylordev in #1049
New Contributors
- @tech-gian made their first contribution in #870
- @khaledafify made their first contribution in #893
- @ChienNQuang made their first contribution in #911
- @neman made their first contribution in #956
- @fadiksho made their first contribution in #988
- @dev-nt90 made their first contribution in #997
...
v7.0.2
What's Changed
- Fix workflow tests by @jasontaylordev in #714
- Update README.md by @jasontaylordev in #715
- emove TestProject1 by @misha130 in #717
- Update Program.cs by @jasontaylordev in #718
- Fixed warnings caused by IdentityRole.Name being nullable by @danielmackay in #756
- Added Todo, JWT, and API links back to the nav menu by @danielmackay in #755
- Change the ICurrentUserService to Scoped by @IliyanAng in #798
- Upgrade dotnet from rc2 to 7 by @Lanz86 in #783
- Unnecessary null-forgiving operator by @gergohajzer in #765
- Upgrade7.0 by @jasontaylordev in #803
- Update nswag.json by @jasontaylordev in #806
- [Feature request] Use fluent validation rules to define swagger schema #104 by @Lanz86 in #785
- Added Changes to improve readability for Boolean literals by @walidaslam7 in #728
- Make Dtos immutable by @IvanAntipov in #693
- Library Upgrade and Mediatr 12 fix by @Lanz86 in #808
- Updated Nuget packages - Latest version available by @AngeloDotNet in #852
- Cleanup by @jasontaylordev in #859
- Update to Angular 15 (LTS) by @jasontaylordev in #860
- Release 7.0.2 by @jasontaylordev in #861
- Update README by @jasontaylordev in #862
New Contributors
- @danielmackay made their first contribution in #756
- @IliyanAng made their first contribution in #798
- @Lanz86 made their first contribution in #783
- @gergohajzer made their first contribution in #765
- @walidaslam7 made their first contribution in #728
- @IvanAntipov made their first contribution in #693
- @AngeloDotNet made their first contribution in #852
Full Changelog: v7.0.0...v7.0.2
v7.0.0
Upgrade to .NET 7 RC2
v6.1.0
v6.0.8
- Upgrade to the latest versions of Angular and RxJS