Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@berkaroad berkaroad released this 29 Oct 14:04
3c373d0
    1. It will use zero value instead of panic if depended service not registerd, when inject to function
    1. The initialize method that invoked automatically when inject to singleton instance, can specific another one by the returns of method InitializeMethodName() string
    1. optimize performance of inject to *struct
    1. optimize performance of get transient instance
    1. refactor interface Container