Releases: Homely/Homely.AspNetCore.Mvc.Helpers
Releases · Homely/Homely.AspNetCore.Mvc.Helpers
4.0.0
What's Changed
- ⬆️ Bump Microsoft.AspNetCore.Mvc.Testing from 6.0.0 to 6.0.1 by @dependabot in #48
- ⬆️ Bump Hellang.Middleware.ProblemDetails from 6.2.0 to 6.3.0 by @dependabot in #47
- Update Homely.AspNetCore.Mvc.Helpers to show local datetime instead of UTC by @Dwicahya94 in #92
- Fix deployment package to nuget issue by @Dwicahya94 in #93
- Fix delete package error by @Dwicahya94 in #94
New Contributors
- @dependabot made their first contribution in #48
- @Dwicahya94 made their first contribution in #92
Full Changelog: 3.0.0...4.0.0
🚀 Upgrading to NET60
3.0.0 🔧
🚀 Upgrading to NET60 (Pre 1)
3.0.0-pre.1 💄 main -> master branch typo
Replaced System.Text.Json back into the project.
:rocket: Replaced Newtonsoft.Json with System.Text.Json (again!) (#39) * :rocket: Replaced Newtonsoft.Json with System.Text.Json (again!) * More tests for CodeCoverage. * :lipstick: PR feedback.
😿 Reverted System.Text.Json -> Newtonsoft.Json
Due to compatibility issue, downgraded back to Newtonsoft.Json.
Enum value fix
🔧 Enum values were not getting camel cased.
Patch fix for default Assembly resolution for HomeController.
2.0.1 :wrench: Display the calling assembly info, by default. (#31)
:rocket: Upgraded to .NET Core 3.1
- Updated to .NET Core 3.1
- Exposed more options for setting default JSON settings.
Swagger library updated to include not-null string properties.
Swagger had a bug with string properties that were [Required]
which ended up being listed as optional/nullable.
This was fixed in Swagger v5.4.1.
OpenAPI/Swagger updates
1.8.0 OpenAPI/Swagger updates (#26)