> 新增 Python3.9构建支持
- **`borax.choices`**
- `ConstChoices` 新增 labels 、values 等属性
- **`borax.calendars.lunarDate`**
- 新增 `%N` 月份描述符,将“冬”、“腊”显示为“十一”、“十二”
- 新增 `LCalendars.get_leap_years` 函数
- 新增 `InvalidLunarDateError` 异常类
- 修正农历平月日期 `%t` 格式化显示的BUG
- `borax.datasets.join`
- 新增 `deep_join` 、`deep_join_one` 使用赋值传参方式
- **`borax.numbers`**
- `ChineseNumbers` 类新增 计量/编号 两种数字形式
- **`borax.htmls`**
- 修正函数 `html_tag` 处理的BUG
- **`borax.serialize`**
- 整合 `bjson` 和 `cjson` ,`cjson` 支持 `__json__` 特性
- 模块 `bjson` 标记为 `DeprecationWarning` 状态
- **开发SOP**
- 支持 [Github Action](https://github.com/kinegratii/borax/actions)
- 更新依赖库,参见 *requirements_dev.txt*
- 新增代码覆盖率 [Codecov](https://codecov.io/)