Skip to content

Releases: budougumi0617/leetgode

v0.0.2

14 Oct 17:21
5a65ac7
Compare
Choose a tag to compare

Changelog

78048b7 ⚙️ actions: fix actions version
eeb424b 💚 fix tests
44d7d90 ❤️ fix pkg name
16d6d9b ❤️ generate: ignore if paid only problem
a678438 ❤️ use FrontendQuestionID
f240d9a 📝 complete brew setting
cbba99b 📝 test: exec: fix output
df1af56 ♻️ change stream by args
e5b250e ♻️ cmd: change interface
c45fa74 ♻️ exec: generate: test: format output
bca7791 ♻️ fix generation
b206460 ♻️ refactoring error print
923f400 🚿 client: remove redundant variable
bf710ec ✨ list: show if locked question
997da09 ✨ main: call help if no argument
cba4d80 ✨ pick: make a fair of copy of output
29d5df5 Create codeql-analysis.yml
883f715 Merge pull request #11 from budougumi0617/add_debug_option
add7a21 Merge pull request #12 from budougumi0617/fix-question-id
5a65ac7 Merge pull request #13 from budougumi0617/fix-error
7db2249 Merge pull request #6 from budougumi0617/deploy-homebrew

v0.0.1

30 Sep 13:48
Compare
Choose a tag to compare

Changelog

c808569 ⚙️ add ignore file
df8f363 ⚙️ add mod file
c6ddab0 ⚙️ goreleaser: add release settings
211aca9 ⚙️ ignore debug directory
00ec362 💚 fix test
e687655 ❤️ client: fix test case name
6aba196 ❤️ clietn: fix authentication
6245275 ❤️ goreleaser: fix main function directory
842b76b ➕ use go-cmp
20ac628 📝 add README
d996ffe 📝 add TODO
5481439 📝 add TODOs
4a776c1 ♻️ convert from int to enum
5bafe70 ♻️ define util method
667ae5b ♻️ exec: implement Cmd interface
3c3318e ♻️ list: implement Cmd interface
091eb33 ♻️ main: apply OCP
a61d8a0 ♻️ pick: get by id
7d97f39 ♻️ refactor client
79ec57b ♻️ return raw data
82975c9 ♻️ test: exec: fix output
4e81999 ♻️ test: implement Cmd interface
3001364 ♻️ test: remove redundant variable
4799053 ♻️ use map for detect each command
c95b33a 🚿 cleanup comments and documents
8206ab2 ✨ add client struct for the site access
4ed7f66 ✨ add commands
b55c53a ✨ add struct for description entpoint
aeec93d ✨ client: add header builder
7e0db45 ✨ client: try test
f4fa58a ✨ core: add method to Cmd
2a991c6 ✨ exec: submit code
280ffa2 ✨ exec: test: add API parameters
dd9c0d7 ✨ exec: test: add skeleton
6567099 ✨ find question by id
a9b42ee ✨ generate file
6d6384c ✨ generate test file
7bb5678 ✨ generate: save by id and slug
62e5259 ✨ generate: use id
82061e5 ✨ get problems form site
8850931 ✨ get question by GraphQL
f24bf40 ✨ help: add skeleton
c78419d ✨ help: show usages
749fea2 ✨ list: add prototype
8ee3768 ✨ list: print with sort and format
242be14 ✨ main: add default root
6ddec6a ✨ main: handle options
506af9c ✨ main: set usages to -h, -help flags
a81d28d ✨ parse question data
8093b4b ✨ pick: add pick command
78d1a31 ✨ port CI settings
17fe449 ✨ test: confirm code
9e90b36 ✨ use HTTP communication by GitPod
a3a21ab 🚚 move main
eae2422 ✅ add runner test
3bd5d37 Create LICENSE
267361e Merge branch 'master' of github.com:budougumi0617/leetgode