Releases: dbosoft/Hosuto
Releases · dbosoft/Hosuto
v1.2
Release 1.1
Release 1.0
💥 Breaking Changes
- Breaking:: removed ASP.NetCore 2.1 for .NET 6.0 support: #34
- Bug: fix pipeline order in #33
- Bug: module constructor injection for simpleinjector in #35
Full Changelog: v0.4.0...v1.0
Release 1.0 (Release Candidate 1)
💥 Breaking Changes
- Breaking:: removed ASP.NetCore 2.1 for .NET 6.0 support: #34
- Bug: fix pipeline order in #33
- Bug: module constructor injection for simpleinjector by @fw2568 in #35
Full Changelog: v0.4.0...v1.0-rc.1
Release 0.4
💥 Breaking Changes
-
removed IModule interface #32
IModule
interface has been removed as it is no longer required to have a module name in Hosuto framework.
It can be replaced by new interfaceINamedModule
in case you need naming in your code. -
automatic lookup of assets for modules #30
This change replaces the asset handling of Release 0.3.
🪲 Bug Fixes
- ModulesHostBuilder dosn't configures App Host #28