Skip to content

Latest commit

 

History

History
855 lines (567 loc) · 61.9 KB

CHANGELOG.md

File metadata and controls

855 lines (567 loc) · 61.9 KB

v5.0.7 (Fri Nov 10 2023)

Fix

Dependencies

Authors: 2


v5.0.6 (Thu Aug 10 2023)

Fix

Dependencies

Authors: 2


v5.0.4 (Mon Aug 07 2023)

Fix

Dependencies

Authors: 2


v5.0.3 (Fri Jan 13 2023)

Fix

Dependencies

Authors: 3


v5.0.2 (Tue Jul 19 2022)

Fix

Dependencies

Authors: 3


v5.0.1 (Thu Jun 09 2022)

Fix

Dependencies

Authors: 4


v5.0.0 (Wed Mar 02 2022)

Fix

Dependencies

Authors: 3


v4.1.1 (Thu Feb 17 2022)

Fix

Refactor

Dependencies

Authors: 3


v4.1.0 (Wed Jan 26 2022)

Feature

Fix

Dependencies

Authors: 3


v4.0.0 (Fri Jan 07 2022)

Feature

Fix

Dependencies

Authors: 5


v3.3.0 (Tue Jun 08 2021)

Feature

Fix

Dependencies

Authors: 3


v3.2.1 (Wed Mar 03 2021)

Fix

Dependencies

Authors: 2


v3.2.0 (Fri Feb 19 2021)

Fix

Dependencies

Authors: 2


v3.1.9 (Mon Nov 30 2020)

Fix

Dependencies

Authors: 2


v3.1.8 (Wed Nov 11 2020)

Fix

Authors: 5


3.1.6 (2020-08-24)

Bug Fixes

3.1.5 (2020-07-31)

3.1.4 (2020-06-30)

Bug Fixes

  • eslint: upgrade eslint-plugin-import (939f7b3)

3.1.3 (2020-06-09)

Bug Fixes

  • eslint-config: remove Function from ban-types rule (936f8c4)

3.1.2 (2020-06-09)

Bug Fixes

  • eslint-config: upgrade eslint-plugin-jsdoc to fix TS error (0e5726c)

3.1.1 (2020-06-08)

Bug Fixes

  • eslint-config: eslint 7.2.0 peer dependency (219c359)

3.1.0 (2020-06-08)

Features

3.0.4 (2020-05-22)

3.0.3 (2020-03-24)

Bug Fixes

  • eslint: update peer deps (95b25ae)

3.0.2 (2020-03-24)

3.0.1 (2020-03-09)

Bug Fixes

  • eslint/typescript: disable import/no-named-as-default-member (40e11d7)

3.0.0 (2020-03-09)

chore

  • deps: upgrade to eslint 6 (60df663)

BREAKING CHANGES

  • deps: eslint upgraded to version 6

2.2.1 (2020-01-03)

Bug Fixes

  • eslint: always try resolve TS types (0a8ecea)

2.2.0 (2020-01-02)

Features

  • eslint: add eslint-plugin-import (565c546)
  • eslint: eqeqeq rule (474ae4a)

2.1.0 (2019-12-30)

Features

  • stylelint: create initial config (72f571b)

2.0.3 (2019-12-30)

Bug Fixes

  • typescript: disable no-empty-function for tests (31e3ef1)

2.0.2 (2019-12-13)

2.0.1 (2019-11-19)

Bug Fixes

  • eslint: copy correct typescript config (4f7fdf2)

2.0.0 (2019-11-18)

chore

  • reset version + changelogs (850ee25)

Features

BREAKING CHANGES

  • Move to monorepo

1.10.3 (2019-11-18)

Bug Fixes

  • typescript: optional chaining bug (a2540f2)

1.10.2 (2019-11-11)

Bug Fixes

  • require eslint 5 due to vscode compatibility (b8ec64d)

1.10.1 (2019-11-06)

Bug Fixes

  • peer dependency versions (e60bd1b)

1.10.0 (2019-11-06)

Features

  • typescript: upgrade to TS 3.7.2 (b1beddb)

1.9.1 (2019-10-07)

Bug Fixes

  • typescript: check jsdoc examples with TS (e3d15fd)
  • typescript: parser 2.0 fixes (61858c9)

1.9.0 (2019-10-07)

Features

  • js: better const/let destructuring (71ccb9e)

1.8.2 (2019-10-07)

1.8.1 (2019-09-19)

1.8.0 (2019-09-16)

Features

  • jsdoc: allow jest-environment tag (e91d5ca)

1.7.1 (2019-08-27)

1.7.0 (2019-07-17)

Features

  • no no-object-literal-type-assertion for test (439fa0e)

1.6.1 (2019-07-11)

Bug Fixes

  • customTags > definedTags (dce3291)

1.6.0 (2019-07-11)

Features

  • move to xerox prettier-config (ba9403c)

1.5.1 (2019-07-11)

Bug Fixes

  • make scoped package public (f00b461)

1.5.0 (2019-07-11)

Features

  • typescript: object as X inline for tests (7f70786)

1.4.3 (2019-06-19)

1.4.2 (2019-06-17)

Bug Fixes

  • typescript version support (55e7e51)

1.4.1 (2019-06-17)

Bug Fixes

  • eslint require-returns async rule (929f825)

1.4.0 (2019-06-10)

Features

  • swapped require-jsdoc rule - mocks (69a3ead)

1.3.1 (2019-04-24)

Bug Fixes

  • react: prevent react version warning (332ce20)
  • typescript: disable return-type for tests (914f555)

1.3.0 (2019-04-11)

Features

  • typescript: allow unused rest siblings (a6fd755)

1.2.0 (2019-03-27)

Features

  • typescript: allowed single interface extends (378e106)

1.1.0 (2019-03-12)

Features

  • typescript: disable explicit any for tests (aa3034a)

1.0.1 (2019-03-08)

Bug Fixes

  • refactor not bumping version (07b9aea)

1.0.0 (2019-03-08)

Bug Fixes

  • circleci: add git configuration step (ee481be)
  • circleci: add save_cache key (963ec9b)
  • circleci: as -> at (81da414)
  • circleci: create known_hosts (59829bd)
  • circleci: fingerprints indentation (2cd58e7)
  • circleci: fix node version, resource_class, conditional known_hosts (9d5af1c)
  • circleci: touch first (80b24a4)
  • circleci: update ssh fingerprint (fbb257b)
  • eslint: make sure version is 5.12.1 (fb76cc8)
  • semantic-release: swap github for git plugin (abc9f80)
  • typescript: plugins should be an array (55fc76a)

Features

  • added commitlint and husky (78bebe3)
  • documentation: remove require-jsdoc rule from tests (3063d2b)