Releases: eiri/taon
Releases · eiri/taon
v0.3.8
Changelog
Refactorings
- 51ce913: refactor: parse and flatten json with jsontext decoder only (@eiri)
- ab568e3: refactor: switch to encoding/json/v2 (@eiri)
Others
- c9a2bd9: build(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 (@dependabot[bot])
- 88ed065: build(deps): bump golang.org/x/term from 0.34.0 to 0.35.0 (@dependabot[bot])
- 9da06e2: build(deps): bump golang.org/x/term from 0.35.0 to 0.36.0 (@dependabot[bot])
- b9569e3: build(deps): bump golang.org/x/term from 0.36.0 to 0.37.0 (@dependabot[bot])
- dd3a99f: build: add pprof runner and viewer (@eiri)
v0.3.7
Changelog
Bug fixes
Others
- 7607b27: build(deps): bump golang.org/x/term from 0.32.0 to 0.33.0 (@dependabot[bot])
v0.3.6
v0.3.5
Changelog
Refactorings
- 6afbec2: refactor: separate jon parsing from data transform from table render (@eiri)
- 8ce0ef6: refactor: switch to github.com/alexeyco/simpletable (@eiri)
Others
- ff7092c: build(deps): bump github.com/goccy/go-json from 0.10.0 to 0.10.1 (@dependabot[bot])
- bb91b2e: build(deps): bump github.com/goccy/go-json from 0.10.1 to 0.10.2 (@dependabot[bot])
- 0d6a8e7: build(deps): bump github.com/goccy/go-json from 0.10.2 to 0.10.3 (@dependabot[bot])
- 1ae6c6d: build(deps): bump github.com/goccy/go-json from 0.10.3 to 0.10.4 (@dependabot[bot])
- be60ccf: build(deps): bump github.com/goccy/go-json from 0.10.4 to 0.10.5 (@dependabot[bot])
- d38b57a: build(deps): bump github.com/goccy/go-json from 0.9.11 to 0.10.0 (@dependabot[bot])
- f14ffe3: build(deps): bump github.com/mattn/go-tty from 0.0.4 to 0.0.5 (@dependabot[bot])
- ff221cc: build(deps): bump github.com/mattn/go-tty from 0.0.5 to 0.0.7 (@dependabot[bot])
- bfda6f2: build: tweak setup, make taon go install'able (@eiri)
- 65a70c5: chore(ci) update github actions and min go version (@eiri)
- 34258cc: chore(ci): update goreleaser config (@eiri)
v0.3.4
Changelog
Refactorings
- 6afbec2: refactor: separate jon parsing from data transform from table render (@eiri)
- 8ce0ef6: refactor: switch to github.com/alexeyco/simpletable (@eiri)
Others
- ff7092c: build(deps): bump github.com/goccy/go-json from 0.10.0 to 0.10.1 (@dependabot[bot])
- bb91b2e: build(deps): bump github.com/goccy/go-json from 0.10.1 to 0.10.2 (@dependabot[bot])
- 0d6a8e7: build(deps): bump github.com/goccy/go-json from 0.10.2 to 0.10.3 (@dependabot[bot])
- 1ae6c6d: build(deps): bump github.com/goccy/go-json from 0.10.3 to 0.10.4 (@dependabot[bot])
- be60ccf: build(deps): bump github.com/goccy/go-json from 0.10.4 to 0.10.5 (@dependabot[bot])
- d38b57a: build(deps): bump github.com/goccy/go-json from 0.9.11 to 0.10.0 (@dependabot[bot])
- f14ffe3: build(deps): bump github.com/mattn/go-tty from 0.0.4 to 0.0.5 (@dependabot[bot])
- ff221cc: build(deps): bump github.com/mattn/go-tty from 0.0.5 to 0.0.7 (@dependabot[bot])
- bfda6f2: build: tweak setup, make taon go install'able (@eiri)
- 65a70c5: chore(ci) update github actions and min go version (@eiri)
- 34258cc: chore(ci): update goreleaser config (@eiri)
v0.3.3
Changelog
Refactorings
- 6afbec2: refactor: separate jon parsing from data transform from table render (@eiri)
- 8ce0ef6: refactor: switch to github.com/alexeyco/simpletable (@eiri)
Others
- ff7092c: build(deps): bump github.com/goccy/go-json from 0.10.0 to 0.10.1 (@dependabot[bot])
- bb91b2e: build(deps): bump github.com/goccy/go-json from 0.10.1 to 0.10.2 (@dependabot[bot])
- 0d6a8e7: build(deps): bump github.com/goccy/go-json from 0.10.2 to 0.10.3 (@dependabot[bot])
- 1ae6c6d: build(deps): bump github.com/goccy/go-json from 0.10.3 to 0.10.4 (@dependabot[bot])
- be60ccf: build(deps): bump github.com/goccy/go-json from 0.10.4 to 0.10.5 (@dependabot[bot])
- d38b57a: build(deps): bump github.com/goccy/go-json from 0.9.11 to 0.10.0 (@dependabot[bot])
- f14ffe3: build(deps): bump github.com/mattn/go-tty from 0.0.4 to 0.0.5 (@dependabot[bot])
- ff221cc: build(deps): bump github.com/mattn/go-tty from 0.0.5 to 0.0.7 (@dependabot[bot])
- bfda6f2: build: tweak setup, make taon go install'able (@eiri)
- 65a70c5: chore(ci) update github actions and min go version (@eiri)
- 34258cc: chore(ci): update goreleaser config (@eiri)
v0.3.2
v0.3.1
Changelog
v0.3.0
v0.2.0
Changelog
Features
- df9958e feat: support dash as stdio input
Bug fixes
- 5993701 fix: avoid crash when cell's minimal length is too short
- b613089 fix: don't fail on missing tty, make maxColumns prefer environ
Refactorings
- 0c28621 refactor: better filter for columns flag
- f77f956 refactor: cleaner interface for renderer
- 99d3a2f refactor: rename ColumnsValue in just Columns
- ce45e8d refactor: switch from kingpin to stdlib's flag for args parsing
- e2fe45e refactor: switch from termtables to tablewriter
- 6f2e121 refactor!: simpified approach to render
⚠️
Others
- 2fb6b87 perf: small optimization, don't process filtered out rows