v1.3.1 wharf-api-client-go
Changes (since v1.3.0)
-
Added documentation to all exported methods. (#11)
-
Added dependency on
github.com/iver-wharf/wharf-core
v1.1.0. (#12, #13, #16) -
Changed all logging via
fmt.Print
and sirupsen/logrus to instead use the newgithub.com/iver-wharf/wharf-core/pkg/logger
. (#13) -
Changed to use
problem.Response
fromwharf-core
instead of thewharfapi.Problem
that was added in v1.3.0/#4. (#12, #14) -
Removed
wharfapi.ProblemError
as theproblem.Response
type from thewharf-core
module conforms to theerror
interface. (#14) -
Removed dependency on
github.com/sirupsen/logrus
. (#13)