Skip to content

Latest commit

 

History

History
92 lines (50 loc) · 1.17 KB

File metadata and controls

92 lines (50 loc) · 1.17 KB

v0.1.0 (2020-12-04)

Bug

  • treat status 400 as error

Licence

  • licence all files

Test

  • s/account/etebase/_test.go
  • add licence to wait-for-it
  • Add etebase container to travis

Travis

  • add go1.15

v0.0.3 (2020-12-02)

API

  • Implement Logout
  • Move codec to internal pkgs

Bug

  • Use the right host param

Docs

  • Improve public API documentation

HTTP

  • Add custom logging support
  • Unify error handling

v0.0.2 (2020-12-02)

API

  • Add Login and Signup
  • Add ChangePassword implementation

Api

  • Add support for is_etebase/ endpoint

Client

  • refactor client

v0.0.1 (2020-11-30)

Crypto

  • Move crypto pkg to internal

Docs

  • Update go doc comments

Encoding

  • remove JSON encoding support

Msgpack

  • use v5 only

README

  • fix typo.
  • fix typo.
  • update chat badge.
  • improve formatting

Typo

  • s/Decript/Decrypt/