Releases: abhinav/requiredfield
Releases · abhinav/requiredfield
v0.9.0
18 Feb 04:39
Compare
Sorry, something went wrong.
No results found
v0.8.0
01 Dec 00:47
Compare
Sorry, something went wrong.
No results found
v0.8.0 - 2025-11-30
Added
Add -required flag to mark fields in third-party packages as required without modifying source code.
Add -config flag to read customizations from a file.
v0.7.1
28 Aug 14:32
Compare
Sorry, something went wrong.
No results found
Fixed
Fix Cask installed from Homebrew Tap not running on macOS because of unsigned binary.
v0.7.0
23 Aug 13:13
Compare
Sorry, something went wrong.
No results found
v0.6.1
12 Aug 03:00
Compare
Sorry, something went wrong.
No results found
Fixed
Fix panic when returning a struct from a nested function literal.
v0.6.0
17 Jul 01:00
Compare
Sorry, something went wrong.
No results found
Added
Publish pre-built binaries.
v0.5.0
11 May 22:04
Compare
Sorry, something went wrong.
No results found
v0.5.0 - 2025-05-11
Changed
Don't enforce required fields if the struct is part of a return statement with a non-nil error.
Fixed
Fix incorrectly reporting missing fields for unkeyed struct literals.
v0.4.0
12 Feb 02:44
Compare
Sorry, something went wrong.
No results found
Added
Removed
Drop support for Go 1.22.
v0.3.0
02 May 10:50
Compare
Sorry, something went wrong.
No results found
Changed
Support variable spacing between // and required directives.
For example, // required and //required are now both supported.
Relicense to BSD3.
v0.2.0
18 Jul 02:09
Compare
Sorry, something went wrong.
No results found
Added
Support usage as a golangci-lint plugin.