Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.87 KB

RELEASE-NOTES.md

File metadata and controls

52 lines (40 loc) · 1.87 KB

govueadmin.g8 Release Notes

2022-11-23: template-v0.4.0

  • AB#54: Frontend migrated to CoreUI for Vue.js v4.1.0.
  • AB#55: I18n support in BE using goyai.
  • AB#56: Migrate dgrijalva/jwt-go to golang-jwt/jwt.
  • Others:
    • BO & DAO: add MySQL support.
    • Go libs update.

2021-07-17: template-v0.3.0

  • Backend migrated to Echo v4.3.x.
  • AB#43: Frontend migrated to CoreUI for Vue.js v3.1.4.
  • AB#42: I18n support in FE using Vue-i18n.
  • AB#41: MongoDB implementation of BO & DAO.
  • AB#40: AWS DynamoDB implementation of BO & DAO.
  • AB#39: Azure Cosmos DB implementation of BO & DAO.
  • Others:
    • BE: bump to Go v1.13.
    • BE: migrate to built-in henge package to github.com/btnguyen2k/henge.
    • Restructure & Update dependency libs.

2020-10-28: template-v0.2.0

2020-01-30: template-v0.1.2

  • PostgreSQL implementation of BO & DAO.

2020-01-21: template-v0.1.0

  • Frontend using CoreUI for Vue.js v3.0.0-beta.3.
  • Backend using Echo v4.1.x.
  • Sample features:
    • Login page & Logout
    • Dashboard
    • User group management (list, create, update, delete)
    • User management (list, create, update, delete, change password)
    • BO & DAO implementation using SQLite3
  • Sample .gitlab-ci.yaml & Dockerfile.