Skip to content

Releases: hs-web/hsweb-framework

4.0.16

04 Aug 09:09
Compare
Choose a tag to compare

What's Changed

  • refactor(分页查询): 返回重新分页的页码 by @kyouji in #210
  • build(deps-dev): bump guava from 30.1.1-jre to 32.0.0-jre by @dependabot in #214

Full Changelog: 4.0.15...4.0.16

4.0.15

10 Feb 03:42
Compare
Choose a tag to compare

Full Changelog: 4.0.14...4.0.15

4.0.14

20 Jun 05:59
Compare
Choose a tag to compare

What's Changed

  • 补充数据表注释 by @kyouji in #198
  • AsyncEvent must not cancel the source past the first element by @wujun8 in #200

New Contributors

Full Changelog: 4.0.13...4.0.14

4.0.13 RELEASE

06 Jan 01:48
Compare
Choose a tag to compare

What's Changed

  • Update RedisUserTokenManager.java by @zeje in #187

New Contributors

  • @zeje made their first contribution in #187

Full Changelog: 4.0.12...4.0.13

4.0.12 RELEASE

13 Oct 06:29
Compare
Choose a tag to compare

4.0.11 RELEASE

02 Aug 01:58
Compare
Choose a tag to compare
  1. 国际化,支持枚举数据字典国际化
  2. 支持自定义参数实现类序列化,反序列化
  3. 初步增加非响应式支持

4.0.10 RELEASE

28 May 01:43
Compare
Choose a tag to compare
  1. 增加树结构的循环引用检查
  2. 修复树结构无法验证问题
  3. 维度名称增加非空校验
  4. 子节点ID不能与父节点ID相同
  5. 增加数据库相关异常处理
  6. 修复EnableEasyormRepository如果使用多个package时无法生效问题

4.0.9 RELEASE

12 Jan 02:21
Compare
Choose a tag to compare
  1. 优化ddl
  2. 优化403错误提示
  3. 枚举反序列化时,将空字符串反序列化为null

4.0.7 RELEASE

16 Oct 06:17
Compare
Choose a tag to compare

4.0.4 RELEASE

09 Jul 11:02
Compare
Choose a tag to compare
  1. id默认64位
  2. 修复表达式可能解析错误
  3. 修复token问题 #160