Gin Admin Versions Save

A lightweight, flexible, elegant and full-featured RBAC scaffolding based on GIN + GORM 2.0 + Casbin 2.0 + Wire DI.

v10.0.1

6 months ago
  • Change license from MIT to Apache 2.0

v10.0.0

6 months ago
  • Refactoring v10 for more concise project structure, modular design, improve code readability and maintainability
  • Stateless service, horizontally scalable, improves service availability - dynamic permission management of Casbin is implemented through scheduled tasks and Redis
  • Complete efficiency tools, can develop complete code modules through configuration - gin-admin-cli

v8.1.0

2 years ago
  1. Remove redundancy comments
  2. Fix response string id
  3. Optimize gin-admin-cli add include_status/include_creator options

v8.0.1

2 years ago
  • Fix postgres tinyint

v8.0.0

2 years ago
  • Use Gorm v2.0
  • Refactoring project layout
  • Using snowflake uint64 id replace string id
  • Optimize logger

v7.0.1

3 years ago
  • Fix some config and usage

v7.0.0

3 years ago
  • Refactoring internal/app: model/bll/injector module
  • Refactoring pkg: logger/util module
  • Renaming ginplus -> ginx,icontext -> contextx
  • Modify swagger comment

v6.4.4

3 years ago
  • Refactor gorm table name

v6.4.3

3 years ago
  • Modify StructMapToStruct use github.com/jinzhu/copier