Skip to content

Releases: testcafe-community/eslint-plugin-testcafe-community

v2.0.0

06 Nov 20:12
fec5634
Compare
Choose a tag to compare

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 the eslint required members.

Migration Notes

  1. 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
  2. Docs can be found bundled in the dist/docs.tar.gz or on GitHub.

  3. Please open a ticket if you find deeper issues with the upgrade.

v1.3.0

30 Oct 16:44
6df94fa
Compare
Choose a tag to compare

1.3.0 (2021-10-30)

Features

  • Extend support to eslint@v8 (d8b836c)
  • update for eslint v8 (cadf662)

v1.2.9

30 Oct 04:37
78e9049
Compare
Choose a tag to compare
v1.2.9 Pre-release
Pre-release

1.2.9 (2021-10-30)

Bug Fixes

  • Deprecated support for eslint@^6 (1c2c77b)
  • drop force-resolutions for devDep trim (d7dcc6c)

v1.2.8

28 Oct 18:44
0e2b38e
Compare
Choose a tag to compare

1.2.8 (2021-10-28)

Bug Fixes

v1.2.7

28 Oct 17:40
c56e854
Compare
Choose a tag to compare

1.2.7 (2021-10-28)

Bug Fixes

v1.2.6

23 Oct 19:49
a78bd05
Compare
Choose a tag to compare

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)

v1.2.5

13 Oct 02:45
75cc883
Compare
Choose a tag to compare

1.2.5 (2021-10-13)

Bug Fixes

  • distribution pointer in pkg config (299717e)

v1.2.4

06 Oct 03:53
45f2290
Compare
Choose a tag to compare
v1.2.4 Pre-release
Pre-release

1.2.4 (2021-10-06)

Bug Fixes

  • drop type dependency from prod, fix lint issues (6dd4737)
  • resolve lint issues by ignoring generated files (1cb9086)
  • test coverage by modifying implementation (7abf140)

v1.2.3

29 Sep 03:32
0733b95
Compare
Choose a tag to compare
v1.2.3 Pre-release
Pre-release

1.2.3 (2021-09-29)

Bug Fixes

  • expectExpect rule to handle more use cases (83db8f6)

v1.2.2

29 Sep 03:17
8c1a4bc
Compare
Choose a tag to compare
v1.2.2 Pre-release
Pre-release

1.2.2 (2021-09-29)

Bug Fixes

  • Set @typescript-eslint/types as dependency (909c9e1)