Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 17:10
· 36 commits to main since this release

4.0.0 (2023-04-05)

⚠ BREAKING CHANGES

  • await is not allowed before return unless it is inside a try/catch in which case it is required

Co-authored-by: Russell Dempsey 1173416+SgtPooki@users.noreply.github.com

  • previously jsx and tsx files were not linted, now they are
  • add import sorting rule (#126)

Features

Bug Fixes

  • only require awaiting promises returned from inside try/catch blocks (#133) (a6e4a7b), closes #130

Trivial Changes

  • convert to aegir project (81d8ba3)
  • deps: bump eslint-config-standard-with-typescript from 27.0.1 to 34.0.1 (#135) (fc9aa6f)
  • deps: bump eslint-plugin-jsdoc from 39.9.1 to 40.1.1 (#139) (bd1422b)
  • fix linting (adffc58)
  • use unified ci (2674c56)