Releases: testcafe-community/eslint-plugin-testcafe-community
Releases · testcafe-community/eslint-plugin-testcafe-community
v2.0.0
2.0.0 (2021-11-06)
Breaking
- don't export
getRecommendedConfig()
(2482b5c)
Bug Fixes
- rule-metadata: fixed issue with generation of manual url with codebase use of version (3b71e8c)
Documentation
- rules-build: collapsed all /docs/rules/rulename.md into tarball to be included with dist (0ba2835)
Features
- ts-types: exported the new types declarations for the new production bundle (ae9997e)
Performance Improvements
- webpack-build: configured webpack to bundle core code into minified production build (212f3bf)
BREAKING CHANGES
-
rules-build: Docs are no longer directly provided as files upon install, rather packed into a docs.tar.gz archive. In order to save space and download time, we expect most users to use the online documentation for descriptions of rules so they are compressed rather than readily available for those whom rather access docs offline.
-
webpack-build: Distribution code is now bundled into a single encapsulated module. No exposed libraries available as they were before (ex.
createRule()
). Package only exports theeslint
required members.
Migration Notes
-
Rules have changed names, the following table maps the translation:
Deprecated Rule Name (v1) New Rule Name (v2) expectExpect => missing-expect noDebug => no-debug noIdenticalTitle => no-duplicate-titles noOnly => no-focused-tests noSkip => no-disabled-tests -
Docs can be found bundled in the
dist/docs.tar.gz
or on GitHub. -
Please open a ticket if you find deeper issues with the upgrade.
v1.3.0
v1.2.9
v1.2.8
v1.2.7
v1.2.6
1.2.6 (2021-10-23)
Bug Fixes
- abstract rule imports & use getters (e3266da)
- back-compatibility of testing w/ Node v12 (a78bd05)
- correct error handling message on unknown (a1604e8)
- expectExpect efficiency & speed (2926638)
- improve test coverage for the expect-expect (dfe28cc)
- Improving test coverage & efficiency (d46600a)
- missing invalid possibilies, corrected implementation (39e2bf9)
- noIdenticalTitles efficiency & speed (2e2b06a)
- noIdenticalTitles rule for which portion is invalid (9dd3fab)