Skip to content

Releases: conveyal/mastarm

v5.3.2

24 Jun 18:11
Compare
Choose a tag to compare

5.3.2 (2021-06-24)

Bug Fixes

v5.3.1

31 Oct 00:10
d686bbb
Compare
Choose a tag to compare

5.3.1 (2019-10-31)

Bug Fixes

  • lint: disable nesting checks for jsx-a11y/label-has-for (97903da)

v5.3.0

10 Oct 20:22
16c7713
Compare
Choose a tag to compare

5.3.0 (2019-10-10)

Features

  • deploy: allow deployment of just static files (635ba21)

v5.2.0

01 Oct 17:18
5be1b1f
Compare
Choose a tag to compare

5.2.0 (2019-10-01)

Features

  • a11y: re-enable jsx-a11y for linting (58df413), closes #288
  • deploy: add detailed checks and logging of configuration (4259d66)
  • deploy: log deployments to MS Teams (326161b)
  • jest: allow specifying custom config to jest (446b520)

v5.1.3

30 Jul 21:25
93a2cb6
Compare
Choose a tag to compare

5.1.3 (2019-07-30)

Bug Fixes

  • build: downgrade to core-js 2 (cdc7318)
  • deps: upgrade deps to resolve caniuse-lite build warning (e036250)

v5.1.2

25 Jul 17:01
2351727
Compare
Choose a tag to compare

5.1.2 (2019-07-25)

Bug Fixes

  • build: reconfigure babel so it can run jest tests with async/await (f6f6744)

v5.1.1

24 Jul 18:42
9fe778b
Compare
Choose a tag to compare

5.1.1 (2019-07-24)

Bug Fixes

  • babel: change useBuiltIns to entry for core-js polyfill (1554e94)
  • browserslist: rename browsers option to overrideBrowserslist for postcss (c1418cc), closes postcss/autoprefixer#1216
  • deps: bump sshpk to 1.16.1 to fix security vulnerability (7a0df89)

v5.1.0

03 Jul 17:53
ac2b279
Compare
Choose a tag to compare

5.1.0 (2019-07-03)

Features

  • jest: allow output of json report of jest tests (0281213)
  • jest: allow passthrough of any Jest cli params (fb2a38e)

v5.0.2

02 Jul 12:27
07f414a
Compare
Choose a tag to compare

5.0.2 (2019-07-02)

Bug Fixes

v5.0.1

14 Jun 18:43
bf94c90
Compare
Choose a tag to compare

5.0.1 (2019-06-14)

Bug Fixes

  • README: fix wording; also trigger version bump after dep bumps (a3b933a), closes #264 #265 #266