Releases: muir/nflex
Releases · muir/nflex
v0.2.0
v0.1.7
What's Changed
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #6
- Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by @dependabot in #7
- Bump github.com/stretchr/testify from 1.7.3 to 1.7.4 by @dependabot in #8
- Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #9
- Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #10
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #11
- [StepSecurity] ci: Harden GitHub Actions by @step-security-bot in #12
- Bump step-security/harden-runner from 1.5.0 to 2.0.0 by @dependabot in #17
- Bump actions/checkout from 2.5.0 to 3.2.0 by @dependabot in #16
- Bump golangci/golangci-lint-action from 2.5.2 to 3.3.1 by @dependabot in #15
- Bump github/codeql-action from 1.1.29 to 2.1.37 by @dependabot in #14
- Bump actions/setup-go from 2.2.0 to 3.5.0 by @dependabot in #13
- Bump github.com/valyala/fastjson from 1.6.3 to 1.6.4 by @dependabot in #18
- Bump github/codeql-action from 2.1.37 to 2.1.38 by @dependabot in #20
- Bump step-security/harden-runner from 2.0.0 to 2.1.0 by @dependabot in #21
- Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #19
- Bump github/codeql-action from 2.1.38 to 2.1.39 by @dependabot in #22
- Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 by @dependabot in #23
- Bump github/codeql-action from 2.1.39 to 2.2.1 by @dependabot in #25
- Bump github/codeql-action from 2.2.1 to 2.2.2 by @dependabot in #26
- Bump github/codeql-action from 2.2.2 to 2.2.3 by @dependabot in #27
- Bump github/codeql-action from 2.2.3 to 2.2.4 by @dependabot in #28
- Bump step-security/harden-runner from 2.1.0 to 2.2.0 by @dependabot in #29
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #30
- Bump github/codeql-action from 2.2.4 to 2.2.5 by @dependabot in #31
- Bump github/codeql-action from 2.2.5 to 2.2.6 by @dependabot in #32
- Bump step-security/harden-runner from 2.2.0 to 2.2.1 by @dependabot in #33
- Bump actions/checkout from 3.3.0 to 3.5.0 by @dependabot in #38
- Bump github/codeql-action from 2.2.6 to 2.2.8 by @dependabot in #37
- Bump actions/setup-go from 3.5.0 to 4.0.0 by @dependabot in #34
- Bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in #45
- Bump github/codeql-action from 2.2.8 to 2.2.12 by @dependabot in #44
- Bump step-security/harden-runner from 2.2.1 to 2.3.0 by @dependabot in #40
- Bump step-security/harden-runner from 2.3.0 to 2.3.1 by @dependabot in #46
- Bump github/codeql-action from 2.2.12 to 2.3.0 by @dependabot in #47
- Bump step-security/harden-runner from 2.3.1 to 2.4.0 by @dependabot in #50
- Bump golangci/golangci-lint-action from 3.4.0 to 3.6.0 by @dependabot in #61
- Bump github/codeql-action from 2.3.0 to 2.20.3 by @dependabot in #66
- Bump step-security/harden-runner from 2.4.0 to 2.4.1 by @dependabot in #63
- Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #60
- Bump actions/setup-go from 4.0.0 to 4.0.1 by @dependabot in #52
- Bump github/codeql-action from 2.20.3 to 2.22.1 by @dependabot in #87
- Bump step-security/harden-runner from 2.4.1 to 2.9.0 by @dependabot in #88
- Bump actions/checkout from 3.5.3 to 4.1.7 by @dependabot in #89
- Bump golangci/golangci-lint-action from 3.6.0 to 6.0.1 by @dependabot in #90
- Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #73
- Bump github/codeql-action from 2.22.1 to 3.25.15 by @dependabot in #95
- Bump actions/setup-go from 4.1.0 to 5.0.2 by @dependabot in #91
New Contributors
- @step-security-bot made their first contribution in #12
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #4
- bugfix: Keys() didn't work for the top level of a YAML document by @muir in #5
- Improve debugging with -tags=debugNflex
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: v0.1.5...v0.1.6
another minor debugging fix
v0.1.5 another minor fix for debugging
minor fix for debugging
v0.1.4 minor fix for debugging
bugfix for last release
v0.1.3 import fix for debug.go
add debugNflex tag to log to stdout
add debugNflex tag for debugging (#3) * add debugNflex tag for debugging * old-style tags too * lint
bugfix: typed nil on MultiSource Recurse
fix typed-nil bug (#2) * fix typed-nil bug * attempt to fix codecov upload * another attempt to fix codecov * do not run CI on pulls, just pushes
Added WithOffset and fixed bugs with multisource
bugfixes; added WithOffset (#1) * bugfixes; added WithOffset * drop support for go 1.15 * lint * lint * codeCL
Initial release
v0.0.1 initial commit