- 95175c4: feat: add compare result to debug stack
-
b40d479: refactor: redesign isCompatibleType with new rule style
The function
createIsSameTypeFn
has been renamed tocreateCompareFn
.
-
ff25a46: refactor!: replace misc options with middleware
BREAKING CHANGE: The
options
object has been removed and replaced with custom rules.
- f19f193: fix: correctly compare union types in isCompatibleType
- cd00e6b: fix: flatten union in isCompatibleType
- df211c2: feat: flat union type
- c713d92: fix: order of intersection comparison in
isSameType
function
- cffe9d6: First Version