Skip to content

Releases: GabeDuarteM/gd-configs

v6.1.3

17 Nov 20:22
Compare
Choose a tag to compare

6.1.3 (2019-11-17)

Bug Fixes

  • deps: update dependency read-pkg-up to v7 (#44) (f5422be)

v6.1.2

10 Jun 19:36
Compare
Choose a tag to compare

6.1.2 (2019-06-10)

Bug Fixes

  • ts: move the allowJs opt to web.json (cb4706f)

v6.1.1

10 Jun 01:38
Compare
Choose a tag to compare

6.1.1 (2019-06-10)

Bug Fixes

  • deps: update dependency read-pkg-up to v6 (#35) (5b46f5f)

v6.1.0

10 Jun 00:55
Compare
Choose a tag to compare

6.1.0 (2019-06-10)

Features

  • cra: add support for typescript on cra (b35645f)

v6.0.3

10 Apr 17:54
Compare
Choose a tag to compare

6.0.3 (2019-04-10)

Bug Fixes

  • deps: update dependency arrify to v2.0.1 (#32) (e88d241)

v6.0.2

05 Apr 21:31
Compare
Choose a tag to compare

6.0.2 (2019-04-05)

Bug Fixes

v6.0.1

05 Apr 18:25
Compare
Choose a tag to compare

6.0.1 (2019-04-05)

Bug Fixes

  • deps: update dependency arrify to v2 (#31) (e04c967)

v6.0.0

31 Mar 16:46
Compare
Choose a tag to compare

6.0.0 (2019-03-31)

Bug Fixes

  • deps: bump read-pkg-up version (5fb8ba1)
  • prettier: add endOfLine to the prettier config (642426c)

BREAKING CHANGES

  • prettier: requires prettier 1.16.0

v5.0.0

31 Mar 15:37
Compare
Choose a tag to compare

5.0.0 (2019-03-31)

Bug Fixes

  • eslint: add back the 'no-undef' for non-ts projects (1a92667)

BREAKING CHANGES

  • eslint: The 'no-undef' rule will potentially reveal existing bugs on a non-typescript code (see https://eslint.org/docs/rules/no-undef for the list of cases which will break). For typescript projects, this was already being checked by the typescript compiler, so no breaking changes are to be expected.

v4.0.0

13 Mar 20:51
Compare
Choose a tag to compare

4.0.0 (2019-03-13)

Features

  • bin: add the eslint pkges info to the bin (5a52f74)
  • lint: add react-hooks to eslint rules (268a093)

BREAKING CHANGES

  • lint: For react projects, you now have to install the eslint-plugin-react-hooks package