Skip to content

Release 0.4

Compare
Choose a tag to compare
@fw2568 fw2568 released this 11 May 02:08
· 14 commits to main since this release
88e9df7

💥 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 interface INamedModule 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