Skip to content

API improvements

Compare
Choose a tag to compare
@fallion fallion released this 24 Feb 10:15
· 21 commits to master since this release

This release reworks the API. Main difference is that pkg folder is dropped. Everything is in root now.

The other major change is the removal of the Debug flag. The API now accepts a debugLogger, which you can shape to your own needs.

🔧 Chores and Improvements

  • 127246f (ci) use latest versions of commitsar and release notary

📦 Other

  • 24d2500 remove pkg folder
  • d2659fe (ci) migrate to github actions
  • 669b8e0 rework logging to accept log.Logger instead of using the debug flag