v0.9.0 (2025-02-03)
- Add architecture linter #87 (nao1215)
- Reduce dependency and add unit tests for interactor #86 (nao1215)
- Add usecase interface and mock code #85 (nao1215)
- Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 #84 (dependabot[bot])
- Bump golang.org/x/net from 0.30.0 to 0.33.0 #83 (dependabot[bot])
- Bump modernc.org/sqlite from 1.34.4 to 1.34.5 #82 (dependabot[bot])
- Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 #81 (dependabot[bot])
- Bump modernc.org/sqlite from 1.34.3 to 1.34.4 #80 (dependabot[bot])
- Bump golang.org/x/crypto from 0.28.0 to 0.31.0 #79 (dependabot[bot])
- Bump modernc.org/sqlite from 1.34.1 to 1.34.3 #78 (dependabot[bot])
- Bump modernc.org/sqlite from 1.33.1 to 1.34.1 #76 (dependabot[bot])
- Bump github.com/fatih/color from 1.17.0 to 1.18.0 #75 (dependabot[bot])
- Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 #73 (dependabot[bot])
- Bump github.com/xuri/excelize/v2 from 2.8.1 to 2.9.0 #74 (dependabot[bot])
- Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.23 #70 (dependabot[bot])
- Bump modernc.org/sqlite from 1.33.0 to 1.33.1 #72 (dependabot[bot])
- Bump modernc.org/sqlite from 1.32.0 to 1.33.0 #71 (dependabot[bot])
- Add go 1.23 in unit test coverage #69 (nao1215)
- Bump modernc.org/sqlite from 1.31.1 to 1.32.0 #68 (dependabot[bot])
- Bump modernc.org/sqlite from 1.30.2 to 1.31.1 #67 (dependabot[bot])
- Bump modernc.org/sqlite from 1.30.1 to 1.30.2 #66 (dependabot[bot])
- Bump modernc.org/sqlite from 1.30.0 to 1.30.1 #65 (dependabot[bot])
- Bump goreleaser/goreleaser-action from 5 to 6 #64 (dependabot[bot])
- Bump modernc.org/sqlite from 1.29.10 to 1.30.0 #63 (dependabot[bot])
- Bump modernc.org/sqlite from 1.29.9 to 1.29.10 #62 (dependabot[bot])
- Update project config #61 (nao1215)
- Bump github.com/fatih/color from 1.16.0 to 1.17.0 #60 (dependabot[bot])
- Bump modernc.org/sqlite from 1.29.8 to 1.29.9 #59 (dependabot[bot])
v0.8.1 (2024-05-01)
v0.8.0 (2024-05-01)
- Change SQLite3 driver from mattn/go-sqlite3 to modernc.org/sqlite #57 (nao1215)
- Add benchmark #56 (nao1215)
- Add unit test for excel #55 (nao1215)
v0.7.0 (2024-04-30)
- Bump golang.org/x/net from 0.21.0 to 0.23.0 #54 (dependabot[bot])
- Support Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) #53 (nao1215)
v0.6.5 (2024-04-29)
v0.6.4 (2024-04-29)
- Bump goreleaser/goreleaser-action from 2 to 5 #50 (dependabot[bot])
- Bump actions/checkout from 3 to 4 #52 (dependabot[bot])
- Bump actions/setup-go from 3 to 5 #51 (dependabot[bot])
- Maintain dependencies for GitHub Actions #49 (nao1215)
- Introduce numerical sorting #48 (nao1215)
- Fix issue 43: Panic when importing json table with numeric field. #47 (nao1215)
- Fix issue 42 (bug): Panic when json field is null #46 (nao1215)
- Update project config #45 (nao1215)
- Introduce octocov #44 (nao1215)
- Bump github.com/google/wire from 0.5.0 to 0.6.0 #41 (dependabot[bot])
- Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22 #40 (dependabot[bot])
- Bump github.com/mattn/go-sqlite3 from 1.14.18 to 1.14.19 #37 (dependabot[bot])
- Bump github.com/fatih/color from 1.15.0 to 1.16.0 #36 (dependabot[bot])
- Bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.18 #35 (dependabot[bot])
- (auto merged) Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #34 (dependabot[bot])
- Add automerged workflows #33 (nao1215)
- Bump github.com/mattn/go-sqlite3 from 1.14.16 to 1.14.17 #32 (dependabot[bot])
- Bump github.com/nao1215/gorky from 0.2.0 to 0.2.1 #31 (dependabot[bot])
- Bump github.com/fatih/color from 1.14.1 to 1.15.0 #30 (dependabot[bot])
- Bump github.com/fatih/color from 1.13.0 to 1.14.1 #29 (dependabot[bot])
- Change golden package import path #28 (nao1215)
v0.5.2 (2022-11-27)
- add unit test for infra package #27 (nao1215)
- Add basic unit test for shell #26 (nao1215)
- Add unit test for model package #24 (nao1215)
- Bump github.com/google/go-cmp from 0.2.0 to 0.5.9 #25 (dependabot[bot])
- Change golden test package from goldie to golden and more #23 (nao1215)
- Add unit test for argument paser #21 (nao1215)
v0.5.1 (2022-11-19)
v0.5.0 (2022-11-13)
- Feat dump tsv ltsv json #20 (nao1215)
- Add featuer thar print date by markdown table format #19 (nao1215)
- Feat import ltsv #18 (nao1215)
v0.4.0 (2022-11-13)
v0.3.1 (2022-11-11)
v0.3.0 (2022-11-10)
v0.2.1 (2022-11-09)
v0.2.0 (2022-11-09)
v0.1.1 (2022-11-07)
v0.1.0 (2022-11-07)
v0.0.11 (2022-11-06)
v0.0.10 (2022-11-06)
v0.0.9 (2022-11-06)
v0.0.7 (2022-11-06)
v0.0.6 (2022-11-05)
v0.0.5 (2022-11-05)
- Add history usecase, repository, infra. sqly manage history by sqlite3 #5 (nao1215)
- Add function that execute select query #4 (nao1215)