@fimbul/wotan
Advanced tools
Changelog
v0.11.0
:warning: Breaking Changes:
prefer-number-isnan
-> prefer-number-methods
which checks isFinite
in additionFeatures:
no-octal-escape
type-assertion
delete-only-optional-property
resolveJsonModule
compilerOptionunknown
type introduced in TypeScript@3.0.0--fix
no longer autofixes files with syntax errors to prevent further destroying your codeBugfixes:
no-inferred-empty-object
with TypeScript@3.0.0 and multiple JSDoc @template
tagsno-useless-assertion
: better handling of contextual typesno-useless-predicate
: handle intersection typesprefer-for-of
: ensure iterated object implements iteration protocolprefer-for-of
: ensure iterator yields the same type as index signatureno-unstable-api-use
: check element access with well-known symbolsChangelog
v0.10.0
This release fixes a few bugs related to the release process:
Bugfixes:
no-nan-compare
: also detects comparing with Number.NaN