Skip to content

Latest commit

 

History

History
488 lines (188 loc) · 12.4 KB

CHANGELOG.md

File metadata and controls

488 lines (188 loc) · 12.4 KB

7.15.0 (2022-05-23)

Features

7.14.1 (2021-06-04)

Bug Fixes

7.14.0 (2021-06-03)

Features

7.13.0 (2021-06-03)

Features

  • main: update husky to v6 (2b6ee1d)

7.12.0 (2021-03-02)

Bug Fixes

  • actions: bump to node 14 (7e53e50)

Features

7.11.1 (2021-01-07)

Bug Fixes

  • template: remove comments (65dbe2f)

7.11.0 (2021-01-07)

Features

  • templates: simplify templates for github (49df45a)

7.10.0 (2020-10-16)

Features

7.9.0 (2020-10-15)

Features

7.8.0 (2020-08-26)

Features

  • build: use github action (9f00a33)

7.7.0 (2020-04-27)

Features

  • package: bump husky + node version (6b67874)

7.6.0 (2019-11-13)

7.5.0 (2019-09-09)

Features

7.4.3 (2019-07-30)

Bug Fixes

  • hooks: avoid precommit hook echoing (0182271)

7.4.2 (2019-06-28)

Bug Fixes

  • eslint: bump to new versions (52128b9)

7.4.1 (2019-06-19)

Bug Fixes

  • eslint: bump eslint for new cra (4c3c1fd)

7.4.0 (2019-05-16)

Features

  • node: bump lts to 10.15 (b866ff8)

7.3.2 (2019-04-19)

Bug Fixes

  • eslint: correct eslint version for cra (98d0330)

7.3.1 (2019-04-10)

Bug Fixes

7.3.0 (2019-03-25)

Bug Fixes

  • metapak: add missing edited package.json (8cb0e79)

Features

  • git: check if unstaged files (ad71dbc)
  • tests: make tests with lint staged (8d32228)

7.2.0 (2019-02-27)

Features

  • release: automatize releases (bb0eb1b)

7.1.0 (2019-02-27)

Features

  • git: add gitignore for create react app (dab23c8)

7.0.2 (2019-02-27)

Bug Fixes

  • eslint: correct previous fix :sorry: (ef008bd)

7.0.1 (2019-02-27)

Bug Fixes

  • eslint: fix version eslint for create react app (154803c)

7.0.0 (2019-02-27)

6.6.0 (2019-01-17)

6.5.1 (2019-01-14)

6.5.0 (2019-01-14)

6.4.1 (2018-10-19)

Features

  • Jest config: Allow to specify roots of Jest tests (254d389)

6.4.0 (2018-10-19)

Features

  • gitIgnore: Adding new gitgnore with macOs stuff (b1bcedb)

6.3.2 (2018-09-28)

Bug Fixes

  • Tests config: Avoid testing the dist files (e0ed5cc)

6.3.1 (2018-09-28)

Bug Fixes

  • JSDocs config: Stop ignoring tge the API.md file (e2e9bbc)

6.3.0 (2018-09-28)

6.2.0 (2018-09-28)

Bug Fixes

  • JSDocs config: Ensure the API docs are appended to the README file (9e0214b)

6.1.0 (2018-09-28)

Bug Fixes

  • Readme config: Removing old forgotten stuffs (ef4f935)

Features

  • Main config: Add a warning for unstaged changes (7acc4fd)

6.0.1 (2018-09-21)

6.0.0 (2018-09-21)

5.1.3 (2018-07-30)

Bug Fixes

  • Test/Assets config: Fix Jest tests (bcc4713)

5.1.2 (2018-07-30)

Bug Fixes

  • Tests config: Set the Jest config to the node environment (89c505a)

5.1.1 (2018-05-22)

Bug Fixes

  • Tests: Ensure to always run tests in test env (bb3f689)

5.1.0 (2018-05-15)

Features

  • Main: Add more files extensions for git attributes (50a76be)

5.0.0 (2018-05-02)

4.1.0 (2018-02-05)

Features

  • ESLint: Also support ES6 modules for linting (1788312)

4.0.1 (2018-02-05)

Bug Fixes

  • Build: Fix various issues with the last build (12a540f)

4.0.0 (2018-02-01)

Features

  • Prettier: Add prettier and update dependencies (67b3fa6)

3.0.2 (2017-11-08)

3.0.1 (2017-10-17)

Bug Fixes

  • Git: Only convert to line feed in markdown docs (79a5058)

3.0.0 (2017-10-13)

Features

  • Eslint config: Remove ESLint from the main config (007e5b6)
  • NPM: Ignore package lock (68ecd05)

BREAKING CHANGES

  • Eslint config: Will necessit to add the eslint config manually on project that were relying on it

2.0.0 (2017-10-12)

Bug Fixes

  • License: Fix license link in the Readme (2335614)
  • Tests config: Ensure to really use the Jest config (96a5a2c)

Features

  • Main: Avoid setting up dist file folder in the main config (00f4eae)
  • OSS config: Add a config for our OSS projects (a82fa36)

1.1.1 (2017-07-27)

Bug Fixes

  • Hooks: Ensure git hooks fail when errors are raised (658191f)

1.1.0 (2017-07-20)

Features

  • Main config: Add jest global to ESLint settings (38212c4)

1.0.0 (2017-07-20)

Bug Fixes

  • Main config: Fix the main config idempotency for the linting command (097b5e9)

Features

  • Core: First working version (7adcb3a)