Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 664 Bytes

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 664 Bytes

UGIN CHANGELOG

Version: [1.1.2] (2021-09-18)

Added

  • Logrus logger
  • Access log and DB log to file

Changed

  • Gorm to new version
  • Overall refactor

Version: [1.1.1] (2020-03-28)

Changed

  • Moved config, database and middlewares to pkg

Version: [1.1.0] (2020-03-04)

Added

  • Helper functions (Limit, Offset, SortOrder)
  • Sort and Order in URL query
  • Scope with Search function
  • FilteredData to response for pagination
  • Search keyword to URL query

Changed

  • limit to Limit in URL query
  • offset to Offset in URL query

Deprecated

  • name and description in URL query

Version: [1.0.0] (2019-03-10)

Added

  • Initial commit