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

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.

first release after forking from BlueOwl repo

23 Sep 04:34
24d383b
Compare
Choose a tag to compare
Merge pull request #1 from muir/nserve

Add nserver & nvelope, split off from Blue Owl repo
0