Releases: muir/nject
Releases · muir/nject
Drop Go 1.16 support. Add Go 1.18 support
v0.4.0 drop Go 1.15, add Go 1.18 (#26)
minor improvement to Collection.String()
v0.3.1 minor improvement in Collection.String()
GenerateFromInjectionChain now requires a name parameter
This is another release that isn't backwards compatible. GenerateFromInjectionChain() now requires a name parameter.
add Collection.String()
Also some doc changes
Break nject apart into multiple repos.
This change is not backwards compatible but should be easy to adjust to.
split apart into multiple repos
v0.2.0-beta break nject into five repos (#24)
nvelope now can decode into arrays
Line count reduced by using reflecttuils.
Big changes for nvelope Decode, not totally backwards compatible
Decode now supports much of what's discussed here: https://swagger.io/docs/specification/serialization/
Decode will now complain about invalid tagging and since that is new, this change is not 100% backwards compatible.
Add middleware wrapping for http.Handler
Turns out there are two standard ways to do middleware.
really remove dependency on 1.16
Minimum Go version is 1.15