Skip to content

Releases: eatmoreapple/regia

v1.1.7

23 Jan 06:29
1d85012

Choose a tag to compare

What's Changed

  • [fix]: 修复 writerHeader 导致content-type 不生效的问题 by @eatmoreapple in #3

Full Changelog: v1.1.6...v1.1.7

v1.1.6

05 Dec 14:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.5...v1.1.6

v1.1.5

11 Jul 14:38

Choose a tag to compare

  • 丰富BluePrint行为
  • 构建BluePrint树层级关系
  • 将Context的表现行为绑定到对应的BluePrint上面
  • 修改路由定义
  • 移除Engine和BluePrint冗余字段

v1.1.4

09 Jul 03:40

Choose a tag to compare

  • add gzip middleware
  • update router define
  • clean code
  • bind serializer to work engine

添加BindHeader方法

30 Jun 15:27

Choose a tag to compare

  • 添加BindHeader方法
  • 删除冗余的代码
  • 删除BluePrint自定义方法名绑定handler的设计

修复日志行号问题的bug

14 Apr 02:01

Choose a tag to compare

v1.1.2

update logger

添加日志功能

25 Jan 03:14

Choose a tag to compare

v1.1.1

添加日志功能

移除默认的日志功能和修改路由定义

06 Jan 15:30

Choose a tag to compare

v1.1.0

移除一些功能和修改router的定义

添加html渲染功能

06 Jan 13:09

Choose a tag to compare

v1.0.9

:zap: 添加html render

修改abort行为

05 Jan 07:41

Choose a tag to compare

  • 移出默认的panicrecover机制
  • 修改abort的行为