Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 7.91 KB

CHANGELOG.md

File metadata and controls

67 lines (55 loc) · 7.91 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.5 - 2024-07-29

✨ New Features

  • 6d8135e - 完成用户组页面功能 (commit by @jorben)
  • a137ad7 - 完成接口管理,支持新增、编辑、删除接口 (commit by @jorben)
  • 1033844 - 完成管理后台接口权限页面及功能 (commit by @jorben)
  • c189673 - 完成管理后台菜单设置页面及菜单项增、删、改功能 (commit by @jorben)

🐛 Bug Fixes

  • d2b3578 - 修复新增接口必填数据未填写提交报错问题 (commit by @jorben)

🔧 Chores

  • a0ab726 - 增加用户组页面,加入用户组支持指定是否新增用户组 (commit by @jorben)
  • affd4d5 - 增加用户组页面,加入用户组支持指定是否新增用户组 (commit by @jorben)
  • 73473e9 - 部分完成用户组页面数据展示 (commit by @jorben)
  • 03bdc4d - 挑战接口页文件命名,新增权限管理相关页面 (commit by @jorben)
  • 42e5177 - 增加获取权限规则接口,接口权限页面展示各分组规则列表 (commit by @jorben)
  • f398e26 - 管理后台菜单设置页面完成数据展示 (commit by @jorben)
  • d6c20c8 - 管理后台菜单设置页完成数据编辑、删除功能 (commit by @jorben)

0.0.4 - 2024-07-16

✨ New Features

  • 5597de8 - 增加用户基本信息接口,管理后台头部调用用户信息 (commit by @jorben)
  • 1d22894 - 串通登录、回调流程 (commit by @jorben)
  • dc07405 - 完成用户列表页数据获取和渲染 (commit by @jorben)
  • 6a85c33 - 增加微信PC扫码登录 (commit by @jorben)
  • cac9d3c - 完成用户详情页面数据对接,完成用户状态变更功能 (commit by @jorben)
  • 973d788 - 增加解绑登录渠道功能 (commit by @jorben)
  • 585211c - 增加登录后回跳来源地址 (commit by @jorben)
  • 96bf79d - 增加删除用户接口,完成用户删除操作流程对接 (commit by @jorben)
  • 647c42a - 增加加入/退出用户组接口,用户管理完成对接用户组操作 (commit by @jorben)

🐛 Bug Fixes

  • d25e2eb - 修正login页多次发起请求问题,修正auth/login返回的message内容 (commit by @jorben)

🔧 Chores

  • 5c15e5e - 规划logout接口 (commit by @jorben)
  • e6f664a - 搭建前端项目 (commit by @jorben)
  • ae5254f - 调整PageNot'Found路由策略 (commit by @jorben)
  • 6f2aed0 - 搭建好了管理后台页面框架、登录页框架 (commit by @jorben)
  • 25c13e2 - 增加前端工程服务及路由 (commit by @jorben)
  • 2c6a8e3 - 调整public下静态资源路径 (commit by @jorben)
  • bebc4d7 - 拆分管理后台菜单模块,构建了用户列表页和详情内容框架 (commit by @jorben)
  • c3050a7 - 完成用户列表、用户详情页面框架,管理后台菜单从接口获取,后端构建包含前端资源 (commit by @jorben)
  • 6cc32ae - 修增typo,CONSTANTS (commit by @jorben)
  • bf84af9 - 前端资源开启gzip,登录页随机背景图 (commit by @jorben)

0.0.3 - 2024-07-03

✨ New Features

  • 8bdcdfa - Github登录增加state校验 (commit by @jorben)
  • be33edf - 登录接口增加返回用户id和token时间信息 (commit by @jorben)
  • b94b8b8 - 增加auth/renew接口,支持刷新jwt (commit by @jorben)

🐛 Bug Fixes