Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Releases: saddit/argmous

2.0.3

23 Sep 11:35
Compare
Choose a tag to compare

Full Changelog: 2.0.2...2.0.3

2.0.2 修复对象池优先级错误

24 Jan 16:03
Compare
Choose a tag to compare

修复对象池优先级错误

2.0.1 修复若干BUG 提高拓展性

27 Dec 11:57
Compare
Choose a tag to compare

修复Bug,进一步规范StandardInstanceBean的管理

2.0.0 优化软件架构

23 Dec 07:47
Compare
Choose a tag to compare

What's Changed

  • [V2] 软件架构优化 by @838239178 in #6

Full Changelog: 1.1.3...2.0.0

1.1.3 bugfix&improve performance

20 Oct 09:26
f49e49a
Compare
Choose a tag to compare
  1. more stable
    fix a lots of bug
  2. higher performance
    higher speed by using Reflect-ASM

more stable version

27 Sep 12:51
Compare
Choose a tag to compare
  1. remove exclude option
  2. remove interface ArrayValidationManager
  3. need target option if method have more than one argument or else target always be the first name of arguments
  4. method annotations can override class annotaion perfectly now
  5. ArrayParamCheck can use a ParamCheck to validate itself. Default rule require that collection is non-nullable and no empty

[Bug]

12 Sep 13:48
abc1224
Compare
Choose a tag to compare
  • new factory to generate models
  • could run on non spring environments. see README for details.

[Bug]

04 Sep 04:43
Compare
Choose a tag to compare
  • remove dependencies of spring boot
  • new architecture

0.0.1-RELEASE (Abandoned)

04 Sep 04:41
Compare
Choose a tag to compare

directly dependence on springboot