Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 518 Bytes

CHANGELOG.md

File metadata and controls

23 lines (19 loc) · 518 Bytes

UGIN CHANGELOG

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