Skip to content

Releases: muir/nject

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

remove dependency on Go 1.16

27 Oct 22:13
Compare
Choose a tag to compare

A previous change created a dependency on Go 1.16. Use ioutil.ReadAll instead of io.ReadAll so as to be compatible with more versions of Go

minor fix for nvalid

19 Oct 04:44
Compare
Choose a tag to compare

add db open example and Shun

14 Oct 05:11
93c5133
Compare
Choose a tag to compare

Added Shun() and a detailed example of opening a database.

v0.0.7 - change WithAPIEnforcer()

08 Oct 05:35
Compare
Choose a tag to compare

WithAPIEnforcer() needed an adjustment: the headers are part of the response that needs to be evaluated and the encoding can be learned from the headers and doesn't deserve its own parameter.

This is not backwards compatible. Given that nject repo is not yet advertised anywhere and nobody is likely using, this small compatibility breakage seems okay.

More lint tweaks

25 Sep 06:03
69acf13
Compare
Choose a tag to compare
Merge pull request #5 from muir/lint5

one last golint item from goreportcard.com

Many lint fixes, no serious bugs found

25 Sep 05:23
3a20339
Compare
Choose a tag to compare

Very minor release: changes for lint.