Skip to content

v0.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 07:17
· 25 commits to main since this release
b67b9e6

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