@fimbul/ve
Advanced tools
Changelog
v0.4.0
This release contains a lot of refactoring and structural changes:
await-promise
to await-only-promise
deprecation
to no-unstable-api-use
Two new packages were split from the wotan
package:
ymir
contains all base types and classes. This package can be used by extension and rule authors to not depend on the full wotan
runtime.mimir
contains all rules, formatters and configuration presets. Together with ymir
this package allows rules to be executed in a different runtime without depending on the whole wotan
packageFeatures:
await-async-result
generator-require-yield
no-nan-compare
no-unreachable-code
prefer-dot-notation
prefer-number-isnan
prefer-object-spread
no-unstable-api-use
(previously deprecation
) also checks @experimental
tagBugfixes:
no-unused-label
no longer forbids labels on statements other than loops and switch