Releases: koddr/json2csv
v1.0.4
⚙️ The v1.0.4 release
Changelog
Bug fixes
Install or update
For native Go installation (any platforms):
go install github.com/koddr/json2csv@latestFor Homebrew users (GNU/Linux, macOS):
brew upgrade koddr/tap/json2csv💡 Note: See the
Wiki pageto understand structures of JSON files and get general recommendations for preparing the input data.
Your help to improve project
I'd be truly grateful for help with:
- Creating tests (and/or benchmarks) for code
- Improving existing functions, structs, or tests
- Feature requests with interesting functions that would be good to add
Your PRs & issues are welcome! Thanks 😉
v1.0.3
⚙️ The v1.0.3 release
Changelog
Others
- 64db049 Add Docker feature
- 20a1c7e Update .goreleaser.yml
- fb495b8 Update .goreleaser.yml
- fd2383d Update .goreleaser.yml
- db975ec Update .goreleaser.yml
- 8e2db35 Update Dockerfile
- 392303e Update README.md
- daf88a1 Update README.md
Install or update
For native Go installation (any platforms):
go install github.com/koddr/json2csv@latestFor Homebrew users (GNU/Linux, macOS):
brew upgrade koddr/tap/json2csv💡 Note: See the
Wiki pageto understand structures of JSON files and get general recommendations for preparing the input data.
Your help to improve project
I'd be truly grateful for help with:
- Creating tests (and/or benchmarks) for code
- Improving existing functions, structs, or tests
- Feature requests with interesting functions that would be good to add
Your PRs & issues are welcome! Thanks 😉
v1.0.2
⚙️ The v1.0.2 release
Changelog
- cc9bda4 Delete .github/ISSUE_TEMPLATE directory
- 6bb0d85 Update .github folder
- 412a4a7 Update .github folder
- ee9fe8c Update .github folder
- cd3ff02 Update .github folder
- d97fa2c Update .github folder
- a374c16 Update .github folder
- 2ffce6e Update .gitignore
- a0f0d21 Update .gitignore; Add .goreleaser.yml
- 9675030 Update .goreleaser.yml
- 6630e44 Update .goreleaser.yml
- 7739159 Update .goreleaser.yml
- 5e22e2d Update .goreleaser.yml
- 01f45b6 Update .goreleaser.yml
- ac5389c Update .goreleaser.yml
- 8da534b Update .goreleaser.yml
- a1dcc0b Update issue templates
- 93a2167 Update issue templates
Install or update
For native Go installation (any platforms):
go install github.com/koddr/json2csv@latestFor Homebrew users (GNU/Linux, macOS):
brew upgrade koddr/tap/json2csv💡 Note: See the
Wiki pageto understand structures of JSON files and get general recommendations for preparing the input data.
Your help to improve project
I'd be truly grateful for help with:
- Creating tests (and/or benchmarks) for code
- Improving existing functions, structs, or tests
- Feature requests with interesting functions that would be good to add
Your PRs & issues are welcome! Thanks 😉
v1.0.1
⚙️ The v1.0.1 patch release
- Update README
- Add comments to functions
- Fix the file close defer function
Full Changelog: v1.0.0...v1.0.1
Install or update
go install github.com/koddr/json2csv@latest💡 Note: See the
Wiki pageto understand structures of JSON files and get general recommendations for preparing the input data.
Your help to improve project
I'd be truly grateful for help with:
- Creating tests (and/or benchmarks) for code
- Improving existing functions, structs, or tests
- Feature requests with interesting functions that would be good to add
Your PRs & issues are welcome! Thanks 😉
v1.0.0
🎉 The v1.0.0 release
After several weeks, I can finally proudly release version v1.0.0 of the json2csv package.
Install or update
go install github.com/koddr/json2csv@latestUsing with options
json2csv \
-json /path/to/input/json/folder \
-intents /path/to/intents-file.json \
-filter /path/to/filter-file.json \
-output /path/to/output/csv/folder \
-content-field message \
-min-word-len 5 \
-chunk 1000💡 Note: See the
Wiki pageto understand structures of JSON files and get general recommendations for preparing the input data.
Your help to improve project
I'd be truly grateful for help with:
- Creating tests (and/or benchmarks) for code
- Improving existing functions, structs, or tests
- Feature requests with interesting functions that would be good to add
Your PRs & issues are welcome! Thanks 😉