Skip to content

Releases: conveyal/mastarm

v3.6.1

22 Mar 15:02
Compare
Choose a tag to compare

<a name"3.6.1">

3.6.1 (2017-03-22)

Bug Fixes

  • css: Don't attempt to base64ify a url if it contains http (32b09b1e)

v3.6.0

15 Mar 18:34
Compare
Choose a tag to compare

<a name"3.6.0">

3.6.0 (2017-03-15)

Bug Fixes

  • base64ify: Convert images that are also in the base stylesheet. (5b5a166b)

Features

  • css: Import style.css if present in configuration. (a8f4c58f)
  • logging: Display emoji on command line 🎉 (c6176883)

v3.5.1

03 Mar 17:40
Compare
Choose a tag to compare

<a name"3.5.1">

3.5.1 (2017-03-03)

Bug Fixes

  • deploy: Build, then deploy to fix timeout errors with s3 upload. (a208af1a)
  • prepublish: Don't use settings entries if paths are passed in. (40829136)

v3.5.0

28 Feb 16:05
Compare
Choose a tag to compare

<a name"3.5.0">

3.5.0 (2017-02-28)

Features

  • a11y: Add jsx-a11y checking. (2bc8e93a)
  • flow: Add flow linting and custom eslint config to replace using standard. (abba3740)
  • paths: Show fullPaths in development mode for use with disc (fc916e9e)
  • prefer-const: Add as a lint warning for now. (f82b56b3)
  • slack: Add slack notifications on deploy. (34070e3d)

v3.4.0

02 Feb 17:15
Compare
Choose a tag to compare

<a name"3.4.0">

3.4.0 (2017-02-02)

Bug Fixes

  • build: replace http-proxy with middleware-proxy to fix CPU usage (624144fa)
  • messages: correct typo in error message. (39ed7c2e)

Features

  • logging: add console.log output during builds (5bb3e782)
  • messages:
    • check that paths exist, add warning if they do not. (012dd1f7)
    • add message when no messages are missing. (31ad4f0a)
    • exit 1 when message linting finds errors. (3185470c)
    • allow specifying configs and alternate paths. (268345a4)
    • handle named imports from messages. (c3986263)
    • initial stab at linting messages. (d2f90cf3)

v3.3.0

06 Jan 14:38
Compare
Choose a tag to compare

<a name"3.3.0">

3.3.0 (2017-01-06)

Features

  • Jest: allow use of Jest cli option runInBand (e94267ed)
  • ci: automatically add runInBand when running on Travis (16a57804)

v3.2.1

15 Dec 15:55
Compare
Choose a tag to compare

<a name"3.2.1">

3.2.1 (2016-12-15)

Bug Fixes

  • babel: Loose mode breaks spread operator on Sets. Disable for now. (743034fd)

v3.2.0

15 Dec 05:36
Compare
Choose a tag to compare

<a name"3.2.0">

3.2.0 (2016-12-15)

Features

  • test: allow option to specify Jest test environment (3d6ac86e)

v3.1.1

05 Dec 08:03
Compare
Choose a tag to compare

<a name"3.1.1">

3.1.1 (2016-12-05)

Bug Fixes

  • deploy: Return when rejecting so that resolve is not also called. (2facc192)

v3.1.0

29 Nov 04:10
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2016-11-29)

Features

  • flow: Add babel plugin to strip flow types. (3694efec)