Skip to content

Latest commit

 

History

History
217 lines (136 loc) · 15.1 KB

CHANGELOG.md

File metadata and controls

217 lines (136 loc) · 15.1 KB

Changelog

1.7.0 (2025-01-31)

Features

  • packages: 添加开发脚本并更新版本信息及优化代码 (d4c0773)
  • 添加飞书登录支持,更新依赖 (5d22b46)

Bug Fixes

  • 修正所有包的 license 字段 (c7fe77c)

1.6.0 (2024-12-19)

Features

  • 重构微信公众号登录,逻辑更加清晰,配置更加方便 (bba4bbd)

Bug Fixes

1.5.0 (2024-11-18)

Features

  • enhance wechatMp provider with additional logging and success message (6dc80a9)
  • update wechatmp-kit and refactor MessageService (24107ec)
  • 完成微信公众号登录,支持场景二维码/验证码回复两种登录模式 (a04a6f2)

Bug Fixes

Performance Improvements

1.4.3 (2024-10-29)

Bug Fixes

Performance Improvements

1.4.2 (2024-10-29)

Bug Fixes

1.4.1 (2024-10-29)

Bug Fixes

  • remove debug (42510dd)
  • update script (8d08e8a)
  • 更新package.json` 文件中的构建和数据库推送脚本,修正了命令中的错误。 (f8b4cb6)
  • 本地调整成sqlite (bd0a191)
  • 移除不需要的依赖,调整auth检测代码 (833fa88)
  • 调整脚本,初始化数据库 (25c7a22)

Performance Improvements

  • vercel adapter (f038c1f)
  • 大规模重构接口以及文档,重写example (53c52ad)

1.4.0 (2024-10-28)

Features

  • add tests for parseWehcatMessageXML and renderXML functions (50151b9)
  • 大规模重构项目跟结构 (b4c914c)

Bug Fixes

Performance Improvements

  • 优化文档显示 (64794f1)
  • 调整包结构,独立微信公众号工具 (e3b1e61)

1.3.0 (2024-10-21)

Features

  • doc: update authing doc/weibo doc (5e473ee)

Bug Fixes

  • rename wechat package name (bf0288f)

1.2.0 (2024-10-18)

Features

  • add Gitee as an authentication provider (9f24ebb)
  • 增加微博登录功能 (d1f0e24)

1.1.3 (2024-10-13)

Bug Fixes

Performance Improvements

1.1.2 (2024-10-12)

Bug Fixes

1.1.1 (2024-10-12)

Bug Fixes

1.1.0 (2024-10-12)

Features

  • 初始化代码 (ee34c74)
  • 初始化项目 (2bc05be)
  • 增加docs发布流 (bf55229)
  • 增加QQ登录 (28c09e5)
  • 增加微信关注登录(验证码/二维码) (fe07b74)
  • 完善案例代码 (02ba330)
  • 支持国产ID解决方案Authing,支持小程序登录 (608003a)
  • 改造workspace,使用bun (e8f8e26)
  • 美化一下页面 (8305735)

Bug Fixes