Skip to content

Releases: macklinu/mdu-scripts

v2.5.1

Choose a tag to compare

@macklinu macklinu released this 01 Feb 17:43
716969c

2.5.1 (2018-02-01)

Bug Fixes

  • prettier: include proseWrap: always in Prettier config (716969c)

v2.5.0

Choose a tag to compare

@macklinu macklinu released this 29 Jan 23:35
b41beab

2.5.0 (2018-01-29)

Features

  • commitmsg: add commitmsg script (b41beab), closes #19

v2.4.0

Choose a tag to compare

@macklinu macklinu released this 29 Jan 23:21
e8ffcf9

2.4.0 (2018-01-29)

Features

v2.3.0

Choose a tag to compare

@macklinu macklinu released this 29 Jan 16:27
7ed0e39

2.3.0 (2018-01-29)

Features

  • precommit: format markdown with doctoc and prettier (7ed0e39), closes #27

v2.2.0

Choose a tag to compare

@macklinu macklinu released this 29 Jan 01:23
bbce9ae

2.2.0 (2018-01-29)

Features

  • lint: add eslint-plugin-flowtype (bbce9ae), closes #28
  • lint: add eslint-plugin-import (e870965), closes #26
  • lint: add React ESLint rules (bc2e123), closes #25

v2.1.0

Choose a tag to compare

@macklinu macklinu released this 28 Jan 21:27
92d52b7

2.1.0 (2018-01-28)

Features

  • babel: include babel-preset-flow (92d52b7), closes #24

v2.0.1

Choose a tag to compare

@macklinu macklinu released this 28 Jan 18:39
6f0363c

2.0.1 (2018-01-28)

Bug Fixes

  • lint: ignore linting flow-typed directory (6f0363c)

v2.0.0

Choose a tag to compare

@macklinu macklinu released this 24 Jan 19:12
2cec66c

2.0.0 (2018-01-24)

Features

  • babel: add React preset to Babel configuration (#23) (2cec66c), closes #17

BREAKING CHANGES

  • babel: In order to properly support treeshaking in babel-preset-env's options, environment
    variables BUILD_ROLLUP and BUILD_TREESHAKE were added in order to explicitly support those features.
    As such, any projects using the mdu-scripts build script for Rollup builds will need to set
    BUILD_ROLLUP=true in their script command. For example:
BUILD_ROLLUP=true mdu-scripts build

v1.11.2

Choose a tag to compare

@macklinu macklinu released this 24 Jan 16:50
82425d5

1.11.2 (2018-01-24)

Bug Fixes

  • jest: set testEnvironment in config based on react dependency (9e4a092), closes #22
  • lint: use babel-eslint parser (82425d5), closes #20

v1.11.1

Choose a tag to compare

@macklinu macklinu released this 22 Jan 20:46
209b1e7

1.11.1 (2018-01-22)

Bug Fixes

  • package: ship lint-staged as dependency (209b1e7)