Skip to content

Latest commit

 

History

History
82 lines (58 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

82 lines (58 loc) · 1.86 KB

v0.8.1 - 2020-10-01

Bug Fixes

  • auth: jwt middleware parse token expires

v0.8.0 - 2020-09-29

Features

  • add repository interface

v0.7.1 - 2020-09-28

Bug Fixes

  • transport: http validator

Features

  • meta: meta fields

v0.7.0 - 2020-09-27

Code Refactoring

  • options pattern

Features

  • meta: meta fields

v0.6.0 - 2020-09-27

Code Refactoring

  • options pattern

v0.5.0 - 2020-09-26

Features

  • application: build application instance

v0.4.0 - 2020-09-26

Features

  • storage: add minio support

v0.3.0 - 2020-09-25

Features

  • transport: http transport

v0.2.0 - 2020-09-25

Features

  • database: gorm
  • logging: use zap logger
  • registry: registry interface and consul registry implement

v0.1.0 - 2020-09-22

Features

  • init commit