Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Mar 14:40

🚀 Features 新功能:

  • feat(adapter-koa): 🚀 添加 Koa 适配器及其示例项目 - by @Vanisper (0f0de86)
  • feat(adapter-fastify): 🚀 添加 Fastify 适配器及其示例项目 - by @Vanisper (247a527)
  • feat(adapter-nestjs): 🚀 实现 nestjs 适配器,完善 nestjs 示例项目 - by @Vanisper (f55b6ee)

🩹 Fixes 缺陷修复:

  • fix(adapter-express): 🩹 express 适配器添加 init 方法以支持异步初始化 - by @Vanisper (d2c846d)
  • fix(core): 🩹 使 createMiddleware 方法可选,以增强适配器灵活性 - by @Vanisper (7271dab)
  • fix(core): 🩹 优化适配器构造函数,支持可选的 app 参数和 init 方法 - by @Vanisper (7c36e10)
  • fix(mkcert): 🩹 移除不必要的 logger 导出,优化模块结构 - by @Vanisper (b5b7621)
  • fix(core): 🩹 添加针对 HttpsEnabler 实例化的参数校验,确保适配器的存在和有效性 - by @Vanisper (959c48d)

📖 Documentation 文档:

  • docs: 📖 更新 README,添加适配器支持状态 - by @Vanisper (0cc505e)
  • docs: 📖 更新 readme.md,添加接入 Let's Encrypt 的支持计划 - by @Vanisper (8f81f77)