Releases: muir/nject
Releases · muir/nject
remove dependency on Go 1.16
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
minor fix to make https://github.com/muir/nvalid happy
add db open example and Shun
Added Shun() and a detailed example of opening a database.
v0.0.7 - change WithAPIEnforcer()
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
Merge pull request #5 from muir/lint5 one last golint item from goreportcard.com
Many lint fixes, no serious bugs found
Very minor release: changes for lint.
first release after forking from BlueOwl repo
Merge pull request #1 from muir/nserve Add nserver & nvelope, split off from Blue Owl repo