Skip to content

Latest commit

 

History

History
263 lines (123 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

263 lines (123 loc) · 10.9 KB

6.1.0 (2023-12-13)

6.1.0-rc.1 (2023-12-13)

rules

  • Disable format requirement when property needs quotes (#25) (61f98d6), closes #25

6.0.0 (2023-11-14)

6.0.0-rc.3 (2023-10-24)

6.0.0-rc.2 (2023-10-24)

yarn

  • Fix yarn.lock file (0478769)
  • Upgrade typescript-eslint to version 6.9.0 (c7042ab)

6.0.0-rc.1 (2023-10-24)

tsconfig

  • Fix tsconfig used in project by adding extends and noEmit (d3c7d02)

6.0.0-rc.0 (2023-10-20)

node

  • Drop support of version 16 (73b0bb8)

yarn

  • Add lint script (2e7cba6)
  • Upgrade dependencies and change tsconfig management (684fe8c)

5.1.2 (2023-09-06)

github

  • Fix dependabot configuration (c219751)
  • Remove dependabot configuration not needed for security updates (c30c35a)

rules

  • Disable rule no-redundant-type-constituents (1663c62)

5.1.1 (2023-09-04)

github

  • Add dependabot v2 configuration (3b82b4e)

yarn

  • Fix typescript peer dependency declaration (423f4d2)

5.1.0 (2023-09-04)

yarn

5.0.0 (2023-06-13)

changelog

  • Rename TSLint to ESLint (5680416)

doc

  • Add nodejs version drop information (9359976)

node

  • Add support of node 18 and 20 and drop node 14 (d448561)

release

4.0.0 (2022-10-12)

node

  • Drop support of NodeJS V12 (4898bc1)

yarn

  • Upgrade all dependencies to latest version (de918c7)
  • Upgrade eslint-plugin-jsdoc for node 18 #16 (da2b9c9), closes #16
  • Upgrade release-it to latest v 14.12.4 (f7d3b9e)

3.0.1 (2022-02-07)

doc

  • Update readme with eslint example (53f298c)

rules

  • Add more paths to allow extraneous-dependencies (5d6fcd0)
  • Fix error level for no-console rule (00435a9)

3.0.0 (2022-01-12)

eslint

  • Replace tslint with eslint with tests (552f1e3)

release

rules

  • Add rules to support empty functions and constructor in typescript (a1b8a50)
  • Allow params properties reassignment (4a63cb2)
  • Review rules against n9-mongo-client (d4fe14d)
  • Review rules against n9-node-routing (df80449)
  • Review rules against neo9 catalogue project (fbf52fc)

yarn

  • Fix eslint-plugin-simple-import-sort location to dependencies (ac306ae)
  • Update dependencies (6108983)

3.0.0-alpha.4 (2022-01-12)

rules

  • Review rules against neo9 catalogue project (4854adb)

3.0.0-alpha.3 (2022-01-11)

rules

  • Review rules against n9-node-routing (b3f347c)

3.0.0-alpha.2 (2022-01-11)

rules

  • Add rules to support empty functions and constructor in typescript (880136f)
  • Allow params properties reassignment (e5bd55f)
  • Review rules against n9-mongo-client (9dca687)

3.0.0-alpha.1 (2022-01-10)

yarn

  • Fix eslint-plugin-simple-import-sort location to dependencies (4e7ce33)

3.0.0-alpha.0 (2022-01-10)

eslint

  • Replace tslint with eslint with tests (607c640)

yarn

2.0.0 (2020-09-30)

2.0.0-beta.0 (2020-09-30)

rules

  • Add member-ordering rule (f391f4f)

yarn

  • Add dev dependencies and upgrade all (401e344)

1.1.1 (2020-05-05)

package

  • Fix entry point in package.json (1ecbecb)

release

1.1.0 (2020-04-10)

release

rules

  • Add commons neo9 rules to be more strict (6458dcf)

yaml

  • Change format from js to yaml (c0eaade)

1.0.2 (2019-02-26)

yarn

1.0.1 (2019-02-11)

rules

  • Replace no-any by no-implicit-any (bed8cdf)

0.0.2 (2019-02-11)

doc

  • Add auto fix documentation (ccbf818)

npm

  • Fix installation instructions (678edb5)

0.0.1 (2019-02-11)