Skip to content

Releases: rikeda71/foggo

v0.0.5

15 Jan 04:18
2e7ddcc
Compare
Choose a tag to compare

Changelog

  • 2e7ddcc Merge pull request #11 from s14t284/feature/generate-afoc
  • 637f64b ✏️ fix typos
  • 5e48e8c 📝 update readme
  • 3fb214b 🚚 rename 'fop' to 'afop'
  • 26f79da ✅ fix test
  • a14632c available to afoc command
  • 35960ac add afoc template and the method to generate afoc code
  • 9c8596a ✨ add 'afoc' commandline interface
  • 7402e12 Merge pull request #10 from s14t284/feature/japanese-readme
  • 5d2ba63 📌 add japanese doc to ignore path
  • af6308b 📝 add japanese doc

v0.0.4

09 Jan 12:04
5181dbc
Compare
Choose a tag to compare

Changelog

  • 5181dbc Merge pull request #9 from s14t284/hotfix/workflow
  • 3208602 🩹 hotfix workflow and update version
  • f5f77e6 Merge pull request #8 from s14t284/fix/readme
  • 685f777 fix readme

v0.0.3

09 Jan 11:49
dd041b0
Compare
Choose a tag to compare

Changelog

  • dd041b0 Merge pull request #7 from s14t284/fix/release-workflow
  • f59ba39 🩹 fix ci setting
  • 5d69d45 🐛 fix release flow
  • a9507ce Merge pull request #6 from s14t284/release/v0.0.3
  • fd1d487 🔖 complete release preparation
  • 8ceec6b 📝 update README
  • 544e9d1 Merge pull request #5 from s14t284/fix/logic
  • 6a34903 📌 set version to command
  • 727da81 🧑‍💻 fix CI/CD
  • 02de19d 🚑 fix to use 'go generate ./...'

v0.0.2

09 Jan 07:17
b67b9e6
Compare
Choose a tag to compare

Changelog

  • b67b9e6 Update release.yml
  • 3e24a04 Merge pull request #4 from s14t284/feature/release
  • ac38c8c 🐛 fix create tag workflow
  • bfccd59 Merge pull request #3 from s14t284/feature/release
  • bda9648 🚨 fix yaml formats
  • 0369a8d 🧑‍💻 add create github tag workflow
  • c58df92 ✨ add release workflow
  • d461f84 🧑‍💻 minor fix to ci
  • 61a4ee2 🧑‍💻 update to exec ci when merge 'main' branch
  • fa3c62c ✅ add writer test
  • 7165947 🧑‍💻 remove generated codes in foc command test
  • fc98c3a ✅ add foc command test
  • e1cdd3f ✅ add test of initialization root cmd
  • dfc672b 🎨 add logger
  • df645c3 ♻️ refactor to testable codes
  • dd912a6 ✨ add 'foc' command and fix root command
  • e17816d ✨ add flags structure
  • 8bd9c01 add initialization method to writer
  • 1949815 Merge pull request #2 from s14t284/feature/prototype-test
  • 085d093 ⚡ use goveralls action
  • 7d1fc60 exec setup-go before test
  • e57518c install goimports before go test
  • 46ac3ba add gopath to path environment
  • 66ffd1f 🐛 minor fix
  • 98e16da ⬆️ upgrade dependencies
  • 6b8f031 🐛 remove matrix and export gopath bin
  • f81ac72 🐛 minor fix for ci workflow
  • 9b99c14 🐛 minor fix
  • fe73f7c 🧑‍💻 add ci
  • 6c12545 🐛 fix template condition
  • 5a8e465 🙈 update gitignore file
  • a1bc21b ✅ add generator test
  • 26b0591 ✨ use string template
  • b7a6ce9 ✅ add parser for field test
  • 163701f ✅ add parser test
  • 46b52e5 ✅ add parser test
  • 51379f5 Merge pull request #1 from s14t284/feature/prototype
  • de73ead 📄 add licence
  • 5f3e8b8 🏗️ add prototype cli
  • a7b79a6 ✨ add code writer
  • 2bf3fde ✨ add functional option pattern generator
  • 097bc09 ✨ add code parser
  • 52de149 📌 add dependency
  • 98668b5 ✨ initial commit