8000 Releases · muir/nject · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: muir/nject

Drop Go 1.16 support. Add Go 1.18 support

17 Mar 03:25
9bcecd9
Compare
Choose a tag to compare
v0.4.0

drop Go 1.15, add Go 1.18 (#26)

minor improvement to Collection.String()

15 Mar 06:14
Compare
Choose a tag to compare
v0.3.1

minor improvement in Collection.String()

GenerateFromInjectionChain now requires a name parameter

15 Mar 05:07
Compare
Choose a tag to compare

This is another release that isn't backwards compatible. GenerateFromInjectionChain() now requires a name parameter.

add Collection.String()

15 Mar 04:36
Compare
Choose a tag to compare

Also some doc changes

Break nject apart into multiple repos.

12 Mar 23:06
Compare
Choose a tag to compare

This change is not backwards compatible but should be easy to adjust to.

split apart into multiple repos

12 Mar 22:23
6f74d65
Compare
Choose a tag to compare
Pre-release
v0.2.0-beta

break nject into five repos (#24)

nvelope now can decode into arrays

02 Nov 04:41
a518ffa
Compare
Choose a tag to compare

Line count reduced by using reflecttuils.

Big changes for nvelope Decode, not totally backwards compatible

28 Oct 06:38
afb26d2
Compare
Choose a tag to compare

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

28 Oct 03:01
Compare
Choose a tag to compare

Turns out there are two standard ways to do middleware.

really remove dependency on 1.16

27 Oct 22:34
212ae7c
Compare
Choose a tag to compare

Minimum Go version is 1.15

0