Skip to content

v2.1.5

Compare
Choose a tag to compare
@hylexus hylexus released this 20 Jul 12:33
· 15 commits to master since this release

⭐ New Features

BitOperator 新增方法:

  • mapIf(...)
  • setIf(...)
  • setWithStatus(...)
  • setWithStatusIf(...)
  • setRangeIf(...)
  • resetIf(...)
  • resetRangeIf(...)
  • unsignedLongValue(...)
  • rangedUnsignedIntValue(...)
  • rangedUnsignedLongValue(...)

🐞 Bug Fixes

BitOperator 操作 offset >= 31bit 时溢出的问题,涉及到的方法如下:

  • BitOperator#set(int offset)
  • BitOperator#reset(int offset)
  • BitOperatorget(int offset)

🔨 Dependency Upgrades

  • oaks-common-utils 升级到 1.0.7