Skip to content

v0.1.0

Compare
Choose a tag to compare
@cszatmary cszatmary released this 26 Jan 23:40
· 12 commits to master since this release
4006d4d

This marks the first proper release of goutils. We have done a major vetting and redesign of all the available APIs. This release include several breaking changes. Please note that while we now have a better of what the goutils API should be, this library is not yet stable.

Changes include:

  • Completely redesigned the spinner package. New spinner with support for progress messages and logging while the spinner is running.
  • Redesigned command package. The API is easier to use and is driven by functional options.
  • Redesigned the files package to have clearer function names.

All APIs are now properly documented with godoc. We recommend viewing the docs for details on the new APIs.