> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 1.0.2

**`(fix):`** 将 `Union#member?` 重命名为 `Union#type_member?`，以避免 rubocop-minitest 的
`Minitest/AssertIncludes` 规则错误地将 `assert obj.member?(x)`
自动纠正为 `assert_includes obj, x`。自动纠正的形式调用 `Module#include?`，
这会在联合类型测试上引发 `TypeError: wrong argument type Class (expected Module)`。