Skip to content

Releases: wayneashleyberry/jsonstructlint

v4.0.0

17 Jun 09:06
Compare
Choose a tag to compare

New implementation using the go/analysis package!

Special thanks to Fatih for writing a blog post on this awesome new package, I'd highly recommend you check it out if you want to write your own linter!

https://arslan.io/2019/06/13/using-go-analysis-to-write-a-custom-linter/

Changelog

e3efcd7 new go/analysis implementation
d686e60 moves main.go
ea7147b adds .gitignore

v3.0.1

13 Jun 14:31
Compare
Choose a tag to compare

Changelog

39f9d99 updates build matrix
08a1b57 modules

v3.0.0

20 Nov 21:29
682aff2
Compare
Choose a tag to compare

Nested structs are now supported, and paths are now relative to clean up the output.

Changelog

682aff2 Merge pull request #4 from wayneashleyberry/nested-structs
e555a70 fixes
36a9d39 copy
5cbfbe7 wip
16827d6 fixup
6794305 updates readme.md
d40f74b updates readme.md

v2.1.1 — Improve error message

03 Sep 18:56
Compare
Choose a tag to compare

v2.1.0 — Report missing tags

03 Sep 18:53
Compare
Choose a tag to compare

v2.0.0 — Support all struct types

03 Sep 18:52
9331a47
Compare
Choose a tag to compare

v1.1.0 — Inline struct support

03 Sep 18:52
Compare
Choose a tag to compare

v1.0.0 — Initial Release

03 Sep 18:51
Compare
Choose a tag to compare