Skip to content

Latest commit

 

History

History
258 lines (158 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

258 lines (158 loc) · 10.1 KB

Changelog

generated with @semantic-release/changelog

2.0.4 (2021-09-20)

🔧 Configs

  • add jest plugin to node/react env (e4913b9)
  • add babel config for eslint (bf86a60)
  • npm: set babels targets to "esmodules": true (ca3592c)
  • rules-react: set prop-types and display-name to 'warn' (d663952)
  • rules-ts: set react/prop-types to off (b45c1dd)
  • rules: add various typescript rules (1616da1)
  • tsconfig: add "strictNullChecks": true (60046e4)

📦 Dependencies

  • add react for eslint-plugin-detect (26f2bc6)

2.0.3 (2021-09-13)

🔧 Configs

  • env-react: extend with 'rules/typescript' (a581beb)
  • env-react: remove duplicate extend of @typescript-eslint/eslint-recommended (853db8c)
  • rule: set no-return-await to 'warn' (e7cabf1)
  • rules: add rules/typescript (5d80c58)
  • rules: change no-var-requires (797e1c5)
  • rules: change non-critical rules to 'warn' (7f314ea)
  • rules: remove deprecated TS rules (8e61a3b)
  • tsconfig: allowJs: true (61617fa)
  • tsconfig: add paths mapping (0b20fec)
  • use @babel/eslint-parser instead of babel-eslint (d9fa81b)

2.0.2 (2021-09-09)

🪲 Bug Fixes

  • tsconfigRootDir: use process.cwd() as function (142924c)

🔧 Configs

  • rules: allowSeparatedGroups in sort-import (8b3656c)
  • set settings.react.version: 'detect' (30d01cc)

2.0.1 (2021-09-08)

🔧 Configs

  • ci: remove circleCI config (578a4c3)
  • ci: remove travis config (6d2800c)
  • CI: add 'semantic-release' config (f3c4adf)
  • CI: remove circleCI config (7031383)
  • gh-action: add 'semantic-release' workflow (a5ec8a1)
  • npm: move prettier to 'format' script (5fbb246)
  • rules: add 'key-spacing' rules (43ce88e)
  • rules: add 'keyword-spacing' (before and after) (8fa577f)
  • rules: add 'max-len' warning (38b8e6c)
  • rules: add 'no-implicit-globals' (9b04a44)
  • rules: add 'one-var' settings (9f330a6)
  • rules: allow JSX in .ts? files (f99d269)
  • rules: change indent for variables declarations (8fa11bc)
  • rules: changed some basic rules (4a9afef)
  • vsCode: remove setting to use global user setting (9017b79)
  • vsCode: remove setting to use global user setting (fa075f2)

📦 Dependencies

  • upgrade all dependencies and remove unused (#2) (1a6f9ad)

2.0.0 (2021-05-14)

Bug Fixes

Features

  • remaster: upgrade to v2.0.0 (1a215d7)

1.12.0 (2020-05-06)

Bug Fixes

  • add ignorePatterns to react-env

Features

  • typescript-support: override react env for '.ts?' files

1.11.0 (2020-05-05)

Bug Fixes

  • release-process: release on master branch

Features

  • module-resolvement: use 'tsconfig.json' for webpack-resolver-config

1.10.0 (2019-11-27)

Bug Fixes

  • deps: add 'eslint-formatter-pretty' to save-deps
  • deps: fix save-deps (eslint, and some plugins)

Features

  • react-hooks: add 'eslint-plugin-react-hooks'
  • CI: test on linux, mac and windows

1.9.0 (2019-11-24)

Bug Fixes

  • indent: fix 'indent' rule for 'SwitchCase' and var/let
  • exports: remove '/prettier' - in favor of '/prettier.config'closes
  • rules: remove deprecated rule 'react/jsx-space-before-closing'
  • CI: use travis, as repo is now 'public'

1.8.0 (2019-11-18)

Bug Fixes

  • exports: remove '/prettier' - in favor of '/prettier.config'

Features

  • release: add 'semantic-release-slack-bot'
  • eslint-plugin-promise: add rules for promise usage
  • env: make 'react' the default env
  • CI: use build stage for release

1.7.0 (2019-10-31)

Bug Fixes

  • deps: add 'eslint-plugin-node' to save-deps
  • package: prepare pckg to get published
  • CI: run lint+test+release

Features

  • npm: publish to npm per 'semantic-release'

1.6.0 (2019-10-31)

Bug Fixes

  • add tests to eslintignore
  • settings: add settings.engines
  • install: move eslint to dev- / peer-deps
  • package: prepare pckg to get published
  • CI: run lint+test+release

Features

  • rules: allow static state vars for react classes
  • rules: disable 'no-use-before-define' for functions
  • npm: publish to npm per 'semantic-release'

1.5.1 (2019-10-24)

Bug Fixes

  • disable 'node/no-missing-import' as a workaround

1.5.0 (2019-10-15)

Bug Fixes

  • jsx-filename-extension: add '.js' to allowed file extensions
  • lint: config and src path
  • CI: allow dependabot PRs to run pipeline
  • deps: fix babelregister bug
  • CI: readd test job (+ trigger CI)
  • getResolveConfigPath: return false on catched MODULE_NOT_FOUND
  • release: version number after reset

Features

  • /prettier: export prettier.config.js + added test

1.3.0 (2019-09-23)

  • CI: allow dependabot PRs to run pipeline
  • deps: fix babelregister bug
  • CI: readd test job (+ trigger CI)
  • getResolveConfigPath: return false on catched MODULE_NOT_FOUND
  • release: version number after reset

Features

  • semantic-release: deploy per BB master push
  • semantic-release: runs per CI on branch "next"
  • CI: use travis

1.3.0 (2019-09-23)

Features

  • react-rules: add first draft

1.2.2 (2019-09-20)

Bug Fixes

  • resolveConfig: use fallback resolveConfig

1.2.1 (2019-09-19)

Bug Fixes

  • README: change install URL to github

1.2.0 (2019-09-18)

Bug Fixes

  • CI: readd test job (+ trigger CI)
  • release: version number after reset

Features

  • semantic-release: runs per CI on branch "next"

1.1.0 (2019-09-17)

Bug Fixes

  • node resolver - 'moduleDirectory' => 'resolvePaths'
  • prettier: json formatting
  • import resolvers and vsCode settings
  • settings for vsCode
  • import-resolver: fix import rules and settings

Features

  • circleCI: add testscript and circleCi config
  • env: split into different environment-settings
  • standard: add eslint-config-standard (and eslint-plugin-standard)
  • standard: add rules from eslint-config-standard without plugins

1.0.0

🎉 initial commit