Skip to content

Releases: nao1215/sqly

v0.11.0: Added helper commands to the SQLy shell to improve its usability as a shell.

07 Feb 02:22
bdafa83
Compare
Choose a tag to compare

Release official documentation for users & developers

Changelog

  • d49e5a7 Add .cd helper command and .ls helper command
  • c368778 Add documents for GitHub Pages
  • 82c3657 Bump github.com/sergi/go-diff from 1.2.0 to 1.3.1
  • 4008dd4 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • a061c49 Introduce GitHub Pages
  • 00021c9 Merge pull request #89 from nao1215/dependabot/go_modules/github.com/sergi/go-diff-1.3.1
  • 1521605 Merge pull request #90 from nao1215/dependabot/go_modules/github.com/stretchr/testify-1.10.0
  • 07568da Merge pull request #94 from nao1215/nchika/introduce-gh-pages
  • 8b93dfc Merge pull request #95 from nao1215/nchika/add-doc
  • 955adff Merge pull request #96 from nao1215/nchika/refactor-shell
  • bdafa83 Merge pull request #98 from nao1215/nchika/cd-helper-command
  • 101163f Refactor shell package

v0.10.0: Enhanced the functionality of the sqly shell.

06 Feb 05:51
0fbe9af
Compare
Choose a tag to compare

Enhanced the functionality of the sqly shell.

  • Added the .pwd helper command and modified the prompt to display the current mode.
  • Refactored the code and converted most of the domain model into value objects.

Changelog

  • 8812122 Add .pwd helper command
  • 5c8ec2d Change part of the model in the domain model to a Value Object
  • 4fdc1c6 Merge pull request #91 from nao1215/nchika/add-pwd-helper-command
  • 9173ce5 Merge pull request #92 from nao1215/nchika/refactor-model
  • 0fbe9af Merge pull request #93 from nao1215/nchika/prompt-with-mode
  • a0f7047 Print prompt with mode.
  • 433b598 Update README

v0.9.0

03 Feb 12:20
9e237fc
Compare
Choose a tag to compare

Introduce Clean Architecture.

Changelog

  • b81777c --- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-type: direct:production update-type: version-update:semver-patch ...
  • 35c7e8f Add architecture linter
  • 9ac5621 Add go 1.23
  • ee92763 Add usecase interface and mock code
  • 99348c8 Bump github.com/fatih/color from 1.16.0 to 1.17.0
  • 05f4edc Bump github.com/fatih/color from 1.17.0 to 1.18.0
  • 5fe6d71 Bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14
  • 768cf67 Bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.23
  • 1f21e14 Bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24
  • b0c15a7 Bump github.com/spf13/pflag from 1.0.5 to 1.0.6
  • cb1421c Bump github.com/xuri/excelize/v2 from 2.8.1 to 2.9.0
  • cd43cae Bump golang.org/x/crypto from 0.28.0 to 0.31.0
  • 31fdc49 Bump golang.org/x/net from 0.30.0 to 0.33.0
  • cfabed7 Bump goreleaser/goreleaser-action from 5 to 6
  • 5ee34d4 Bump modernc.org/sqlite from 1.29.10 to 1.30.0
  • 8b52f7d Bump modernc.org/sqlite from 1.29.8 to 1.29.9
  • 22f4a1f Bump modernc.org/sqlite from 1.30.0 to 1.30.1
  • 3313e61 Bump modernc.org/sqlite from 1.30.1 to 1.30.2
  • 11e5f33 Bump modernc.org/sqlite from 1.30.2 to 1.31.1
  • db5ebd4 Bump modernc.org/sqlite from 1.31.1 to 1.32.0
  • e2371c4 Bump modernc.org/sqlite from 1.32.0 to 1.33.0
  • df88b23 Bump modernc.org/sqlite from 1.33.0 to 1.33.1
  • 3ed62d0 Bump modernc.org/sqlite from 1.33.1 to 1.34.1
  • 0f3713b Bump modernc.org/sqlite from 1.34.1 to 1.34.3
  • 94b6f55 Bump modernc.org/sqlite from 1.34.3 to 1.34.4
  • fa9a536 Bump modernc.org/sqlite from 1.34.4 to 1.34.5
  • ae2773a Fix reviewdog
  • 40525cc Fix reviewdog
  • dac4893 Fix reviewdog
  • 308fa7f Fix reviewdog
  • 7472c21 Merge pull request #59 from nao1215/dependabot/go_modules/modernc.org/sqlite-1.29.9
  • c77e4d9 Merge pull request #60 from nao1215/dependabot/go_modules/github.com/fatih/color-1.17.0
  • 6ac0196 Merge pull request #61 from nao1215/nchika/update-project
  • f8fe772 Merge pull request #62 from nao1215/dependabot/go_modules/modernc.org/sqlite-1.29.10
  • 4e1ef5d Merge pull request #63 from nao1215/dependabot/go_modules/modernc.org/sqlite-1.30.0
  • af5ede3 Merge pull request #64 from nao1215/dependabot/github_actions/goreleaser/goreleaser-action-6
  • dbb844d Merge pull request #65 from nao1215/dependabot/go_modules/modernc.org/sqlite-1.30.1
  • a67e56e Merge pull request #66 from nao1215/dependabot/go_modules/modernc.org/sqlite-1.30.2
  • cda78c6 Merge pull request #67 from nao1215/dependabot/go_modules/modernc.org/sqlite-1.31.1
  • d0cd20f Merge pull request #68 from nao1215/dependabot/go_modules/modernc.org/sqlite-1.32.0
  • ca45820 Merge pull request #69 from nao1215/nchika/add-1.23
  • 3fad211 Merge pull request #70 from nao1215/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.23
  • d829184 Merge pull request #71 from nao1215/dependabot/go_modules/modernc.org/sqlite-1.33.0
  • b63e6b2 Merge pull request #72 from nao1215/dependabot/go_modules/modernc.org/sqlite-1.33.1
  • d94fa44 Merge pull request #73 from nao1215/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.24
  • 0e88901 Merge pull request #74 from nao1215/dependabot/go_modules/github.com/xuri/excelize/v2-2.9.0
  • d592434 Merge pull request #75 from nao1215/dependabot/go_modules/github.com/fatih/color-1.18.0
  • c647b6f Merge pull request #76 from nao1215/dependabot/go_modules/modernc.org/sqlite-1.34.1
  • 1c245d2 Merge pull request #78 from nao1215/dependabot/go_modules/modernc.org/sqlite-1.34.3
  • 2a77146 Merge pull request #79 from nao1215/dependabot/go_modules/golang.org/x/crypto-0.31.0
  • 1b99346 Merge pull request #80 from nao1215/dependabot/go_modules/modernc.org/sqlite-1.34.4
  • f36c850 Merge pull request #81 from nao1215/dependabot/go_modules/github.com/mattn/go-colorable-0.1.14
  • 12d0dbd Merge pull request #82 from nao1215/dependabot/go_modules/modernc.org/sqlite-1.34.5
  • 3026d95 Merge pull request #83 from nao1215/dependabot/go_modules/golang.org/x/net-0.33.0
  • f3980aa Merge pull request #84 from nao1215/dependabot/go_modules/github.com/spf13/pflag-1.0.6
  • 0532223 Merge pull request #85 from nao1215/nchika/refactor
  • b81902a Merge pull request #86 from nao1215/nchika/reduce-dependency
  • abd25d0 Merge pull request #87 from nao1215/nchika/add-arch-test
  • 9e237fc Merge pull request #88 from nao1215/nchika/update-changelog
  • 5a4bb96 Reduce dependecy from nao1215/gorky package
  • bf21e6a Set timeout
  • bb98b7d Set timeout
  • 30df246 Update
  • a629258 Update CHANGELOG. v0.8.1 to v0.9.0
  • 2f3b30e Update README.md

v0.8.1 - Introduce homebrew

01 May 09:36
1a82800
Compare
Choose a tag to compare
brew install nao1215/tap/sqly

Changelog

v0.8.0

01 May 04:01
bd0d7d5
Compare
Choose a tag to compare

Changelog

v0.7.0 - Support Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX)

29 Apr 17:50
31089ab
Compare
Choose a tag to compare

Changelog

  • e3d9389 Bump golang.org/x/net from 0.21.0 to 0.23.0
  • 3e75a79 Fix coderabbit
  • d3aa3d2 Fix reviewdog
  • b2fb23f Merge pull request #53 from nao1215/feat/excel-format
  • 7d72f27 Merge pull request #54 from nao1215/dependabot/go_modules/golang.org/x/net-0.23.0
  • c8172f5 Support Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX)
  • 7c8cb10 Update README
  • 31089ab Update README.md

v0.6.5 - Introduce numerical sorting (include bug fix)

29 Apr 13:08
Compare
Choose a tag to compare

New Feature

  • 4f81560 Introduce numerical sorting

Fix Bugs

  • 3b6d5a3 Fix issue 42 (bug): Panic when json field is null
  • 1b7dc74 Fix issue 43 (bug): Panic when importing json table with numeric field.

Changelog

  • c3cd341 Add automerged workflows
  • 282b1e7 Add comment
  • 86405fe Add coverage badge
  • 6cbf62e Add switch case for int
  • 271d9a5 Bump actions/checkout from 3 to 4
  • ad756d6 Bump actions/setup-go from 3 to 5
  • a7bc4b2 Bump github.com/fatih/color from 1.13.0 to 1.14.1
  • 24f6f94 Bump github.com/fatih/color from 1.14.1 to 1.15.0
  • f917dcd Bump github.com/fatih/color from 1.15.0 to 1.16.0
  • c7e607b Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • d97acc1 Bump github.com/google/wire from 0.5.0 to 0.6.0
  • 3d9ef1c Bump github.com/mattn/go-sqlite3 from 1.14.16 to 1.14.17
  • 6f9f76e Bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.18
  • 58095c0 Bump github.com/mattn/go-sqlite3 from 1.14.18 to 1.14.19
  • b6ccb9e Bump github.com/mattn/go-sqlite3 from 1.14.19 to 1.14.22
  • 2fd8d9a Bump github.com/nao1215/gorky from 0.2.0 to 0.2.1
  • 26d06b0 Bump goreleaser/goreleaser-action from 2 to 5
  • d4d2b13 Change golden pacakge import path
  • 77b9ba1 Delete .github/workflows/auto-merged.yml
  • 611b013 Fix broken test
  • 3b6d5a3 Fix issue 42 (bug): Panic when json field is null
  • 1b7dc74 Fix issue 43 (bug): Panic when importing json table with numeric field.
  • ec8ed08 Fix reviewdog
  • 64a9547 Fix reviewdog
  • ac130ba Fix reviewdog: type assertion must be checked
  • 861a351 GitHub sponsors
  • 4f81560 Introduce numerical sorting
  • fa6e853 Introduce octocov
  • 428d1bf Maintain dependencies for GitHub Actions
  • 50fc519 Merge pull request #28 from nao1215/change-golden-package-import-path
  • bf2394d Merge pull request #29 from nao1215/dependabot/go_modules/github.com/fatih/color-1.14.1
  • 91e0153 Merge pull request #30 from nao1215/dependabot/go_modules/github.com/fatih/color-1.15.0
  • a4e8700 Merge pull request #31 from nao1215/dependabot/go_modules/github.com/nao1215/gorky-0.2.1
  • 64473f7 Merge pull request #32 from nao1215/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.17
  • 51e4622 Merge pull request #33 from nao1215/automerged
  • c14d2d0 Merge pull request #34 from nao1215/dependabot/go_modules/github.com/google/go-cmp-0.6.0
  • f313512 Merge pull request #35 from nao1215/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.18
  • 2d71c46 Merge pull request #36 from nao1215/dependabot/go_modules/github.com/fatih/color-1.16.0
  • e56cce3 Merge pull request #37 from nao1215/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.19
  • 857d03a Merge pull request #40 from nao1215/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.22
  • d502f08 Merge pull request #41 from nao1215/dependabot/go_modules/github.com/google/wire-0.6.0
  • c496b42 Merge pull request #44 from nao1215/introduce-octocov
  • 77836a3 Merge pull request #45 from nao1215/update-project-config-files
  • 270fd41 Merge pull request #46 from nao1215/fix/bug-issue42
  • a88f1f9 Merge pull request #47 from nao1215/fix/issue-43
  • 0d05d52 Merge pull request #48 from nao1215/ddl-with-type
  • f52124c Merge pull request #49 from nao1215/update-project
  • ef8d51c Merge pull request #50 from nao1215/dependabot/github_actions/goreleaser/goreleaser-action-5
  • d37b957 Merge pull request #51 from nao1215/dependabot/github_actions/actions/setup-go-5
  • c23bf9e Merge pull request #52 from nao1215/dependabot/github_actions/actions/checkout-4
  • 4790d18 Update
  • f918ee9 Update
  • 6040f3d Update
  • 1c2c8f0 Update
  • 670e1a4 Update
  • c4eeddc Update auto-merged.yml
  • 4dc702a Update project config

v0.5.2

26 Nov 15:53
b1b9a33
Compare
Choose a tag to compare

Changelog

  • 9bfd8ac Add basic unit test
  • aac4c07 Add basic unit test for shell
  • 3ec6e76 Add coverage workflow
  • a2bf9e7 Add error check
  • 46de918 Add unit test for argument parse
  • 0e38803 Add unit test for config
  • 3a7ee7f Add unit test for csv model
  • 91c31c1 Add unit test for db
  • 1e48a6f Add unit test for exit command and utility
  • 7da37f9 Add unit test for history model
  • b073f12 Add unit test for json model
  • 8a1e1d5 Add unit test for ltsv model
  • f607999 Add unit test for main package
  • ee11cd5 Add unit test for output mode
  • 58c14ae Add unit test for shell package
  • 934f3dd Add unit test for table
  • 717bd5e Add unit test for tsv model
  • 2d2e7ed Bump github.com/google/go-cmp from 0.2.0 to 0.5.9
  • bb3a704 Change from reflect package to go-cmp
  • 1912742 Change golden test package from goldie to golden
  • bc21a95 Change reflect package to go-cmp package
  • 69ae19b Change test case for windows
  • 8a1e6b0 Fix reviewdog point: S1039: unnecessary use of fmt.Sprintf (gosimple)
  • 4e6f366 Merge pull request #21 from nao1215/add-unit-test
  • d0cca59 Merge pull request #23 from nao1215/add-completion-and-unittest
  • 2d10db5 Merge pull request #24 from nao1215/add-unit-test-model
  • 941c642 Merge pull request #25 from nao1215/dependabot/go_modules/github.com/google/go-cmp-0.5.9
  • d6d2e33 Merge pull request #26 from nao1215/add-unit-test-for-shell
  • b1b9a33 Merge pull request #27 from nao1215/add-unit-test-for-infra
  • c2600bf Not execute test in windows: goldie not support ?
  • 89180f8 Split platform unit test
  • 30967d0 There is a bug in Windows that prevents temporary files from being deleted. Therefore, the way to create temporary files was changed.
  • 430b7e2 Update nao1215/golden package for windows test
  • bbfd71f add unit test for infra package

v0.5.1

19 Nov 02:54
b146cf8
Compare
Choose a tag to compare

Changelog

v0.5.0

13 Nov 14:17
3dafb16
Compare
Choose a tag to compare

Changelog

  • 4d9c6fd Add check mark at "print markdown format"
  • f5f8c48 Add featuer thar print date by markdown table format
  • b8e710a Add tsv file output mode
  • 4a2d545 Added sqly command argument to input completion
  • ce57864 Feat dump table data in ltsv format
  • af0f3cd Feat import ltsv
  • 72c150d Feat output table data to file in json format
  • 047a15e Fix typo
  • 9db79a7 Merge pull request #18 from nao1215/feat-import-ltsv
  • 2ea9e0b Merge pull request #19 from nao1215/add-markdown-format
  • 3dafb16 Merge pull request #20 from nao1215/feat-dump-tsv-ltsv-json
  • 4ca5c6e Update readme
  • 1e19c95 Update readme and fix help message