v0.4.0
This release contains a lot of refactoring and structural changes:
- renamed
await-promisetoawait-only-promise - renamed
deprecationtono-unstable-api-use
Two new packages were split from the wotan package:
ymircontains all base types and classes. This package can be used by extension and rule authors to not depend on the fullwotanruntime.mimircontains all rules, formatters and configuration presets. Together withymirthis package allows rules to be executed in a different runtime without depending on the wholewotanpackage
Features:
- Added recipes to Readme
- new rule
await-async-result - new rule
generator-require-yield - new rule
no-nan-compare - new rule
no-unreachable-code - new rule
prefer-dot-notation - new rule
prefer-number-isnan - new rule
prefer-object-spread no-unstable-api-use(previouslydeprecation) also checks@experimentaltag
Bugfixes:
no-unused-label no longer forbids labels on statements other than loops and switch