mirror of
https://github.com/alibaba/testable-mock.git
synced 2025-04-16 06:22:35 +08:00
add release note of 0.6.10
This commit is contained in:
parent
8cfba333ff
commit
f6206ee294
docs
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user