Skip to content

Tags: wiz-sec/csvutil

Tags

v1.5.0-dynamic-filter-list

Toggle v1.5.0-dynamic-filter-list's commit message
Add support for dynamic field filtering (ability to ignore field at r…

…untime) to generate custom csv tables from a single struct

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update actions to use Go1.16

v1.4.0

Toggle v1.4.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Adjust tests for older Go versions

v1.3.0

Toggle v1.3.0's commit message

Unverified

This user has not yet uploaded their public signing key.
Support inline tag in Header function

v1.2.2

Toggle v1.2.2's commit message

Unverified

This user has not yet uploaded their public signing key.
Fix panic while encoding uninitialized ptr on interface field

v1.2.1

Toggle v1.2.1's commit message
Adjust for Go1.11

v1.2.0

Toggle v1.2.0's commit message
Fix Header and EncodeHeader type recognition

Type was incorrectly recognized in cases where value was
wrapped in additional interfaces

v1.1.1

Toggle v1.1.1's commit message
Decoder should store its own copy of the header

v1.1.0

Toggle v1.1.0's commit message
Add AutoHeader field to Encoder

v1.0.0

Toggle v1.0.0's commit message
Improve Decoder.Header documentation