Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

New v0.7.0 release (#2)

Compare
Choose a tag to compare
@im-kulikov im-kulikov released this 11 Sep 20:01
· 350 commits to master since this release
d17b03a
  • helium.Invoke method for simple applications / tests, see demo3 / demo4
  • helium.Settings instead of settings.App
  • helium.Settings has new field Prefix for Env prefix
  • helium.Settings field File can be filled from os.Getenv("HELIUM_CONFIG")
  • helium.Settings field Type can be filled from os.Getenv("HELIUM_CONFIG_TYPE")
  • settings.App was renamed to settings.Core
  • demo3 - simple example of usage helium.Invoke
  • demo3 - simple example of usage helium.Invoke and web.EngineModule
  • configuration for logger was renamed from log to logger
  • update deps
  • web.EngineModule
  • small fixes