add release note of 0.6.10

This commit is contained in:
金戟 2021-10-31 23:36:32 +08:00
parent 8cfba333ff
commit f6206ee294
2 changed files with 10 additions and 2 deletions
docs

View File

@ -1,7 +1,11 @@
# Release Note
## 0.6.10
- support mock invocation via function reference
- support mock method defined in a base interface
## 0.6.9
- support mock invocation in lambda method or via function reference
- support mock invocation in lambda method
- fix a `NullPointerException` issue when `PrivateAccessor.invoke()` has `null` parameter
## 0.6.8

View File

@ -1,7 +1,11 @@
# Release Note
## 0.6.10
- 支持Mock通过方法引用执行的调用issue-233 / pr-234
- 支持Mock基类接口中的方法pr-231
## 0.6.9
- 支持Lambda方法中的调用和方法引用issue-36
- 支持Mock匿名方法体内部的方法调用issue-36 / pr-208
- 修复`PrivateAccessor.invoke()`调用参数为`null`时的空指针异常issue-226
## 0.6.8