Skip to content

Latest commit

 

History

History
52 lines (25 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

52 lines (25 loc) · 2.05 KB

Changelog

2.0.1 (2022-09-17)

Bug Fixes

  • rules: Check static require in expressions 72964d0 - Eric Satterwhite, closes: #6

2.0.0 (2021-04-12)

Features

  • rules: add tap-no-deprecated-aliases rule 436e120 - Mike Del Tito

BREAKING CHANGES

  • rules: deprecated tap-consistent-assertions rule

[email protected] deprecated the use of aliases for assertion methods, which invalidates the concept of a "preferred" alias. This adds a separate rule for enforcing the use of unaliased assertion methods. This rule is auto-fixable.

1.0.1 (2021-02-16)

Build System

  • replace npmignore with explicit files list f7837fb - Mike Del Tito

Chores

  • deps: update eslint tooling 856770b - Mike Del Tito

Continuous Integration

  • add semantic-release 9861143 - Mike Del Tito

Miscellaneous

  • add @mdeltito as a contributor 010ba7f - Mike Del Tito
  • fix example config ced5a21 - Mike Del Tito

2020-10-29, Version 1.0.0 (Stable)

  • [1d9ef62c11] - (SEMVER-MAJOR) package: initial implementation (Mike Del Tito)