Skip to content

Releases: fsgreco/go-bunny-sign

v1.0.2

05 Sep 17:32

Choose a tag to compare

Changelog

  • 30ddf78 Merge branch 'feat-add-golangci-lint'
  • 494d354 doc: add next steps section in Readme file
  • 3aa263b doc: mark golangci-lint setup as complete in README
  • 3294474 doc: update readme
  • 55b43e5 feat: ✨ add golanci config file
  • 9ad98ea fix: 🐛 solve Golanci-lint errors

v1.0.1

30 Aug 20:52

Choose a tag to compare

Changelog

  • 212f5aa Add debug flag to CLI and conditionally display debug information
  • 28b767c Cleaning main func - WIP - refactoring
  • 86a9b4a Improve functionality with options for persistence and make frame rendering logic more readable
  • 1eb08be Init proj - WIP
  • 51f6d53 Refactor decoupling rendering logic and display bunny sign for functionality
  • 125162e Refactor logupdate package and clean up main function
  • 5426762 Refactor simplify parameters on bunnysign.Display function and remove Options struct
  • e54f958 Trying release automation CI/CD
  • a9703cd WIP Create bunnysign package
  • f2e8e6b WIP doc: improve README formatting and clarify usage instructions
  • 80be217 chore: add LICENSE file with MIT License
  • b81777a doc: add docs for functions of bunnysign package
  • 36ebd69 doc: improve doc for logupdate package and its functions
  • 06f169b feat: ✨ add Readme and improve gitignore
  • ddc9f1d feat: add Makefile for build, clean, install and run commands
  • e267872 feat: add example main.go for simple usage of bunnysign
  • 382ec13 feat: rename cli path
  • 809c25d fix: correct CLI command paths in Makefile and README
  • 114c8e9 fix: restore test target in Makefile and update command
  • 6c6a40b refactor: remove main.go file and associated CLI logic