Skip to content

Releases: conveyal/mastarm

v3.0.0

08 Nov 15:17
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2016-11-08)

Bug Fixes

  • entries: Throw error when an entry does not exist. (07ab3155)
  • envify: Apply envify globally so that local react files get processed by it. (1bb3b115)
  • fetch:
    • Add default options object to fetch (91e741a9)
    • Correctly dispatch fetch action (786c26bf)
  • lint: Fix lint error (a2dae2b2)
  • path: Check extname of the file, not the array entry (4f659659)
  • paths: Don't store absolute paths in snapshots (40a2b34e)
  • prepublish: Less magic when parsing entries (71eb6e8b)
  • uglify: Fix the order of uglify. (638603b0)

Features

  • entries:
    • Add outdir option for publishing. (988f55b5)
    • Specify multiple entries via settings.yml (cd5aab3b)
  • env: Allow setting env in budo (07a3c9e0)
  • promisify: Promisify internal functions for more flexibility (10fdea2b)

Breaking Changes

  • React/redux libs are no longer available in Mastarm and have been moved to

@conveyal/reboot.

(24c89055)

v2.0.0

01 Nov 15:51
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-11-01)

Bug Fixes

  • entries: Throw error when an entry does not exist. (19fe0b1b)
  • envify: Apply envify globally so that local react files get processed by it. (bccd2d9a)
  • fetch:
    • Add default options object to fetch (368ee61d)
    • Correctly dispatch fetch action (452e5557)
  • lint: Fix lint error (9fef5f05)
  • path: Check extname of the file, not the array entry (7e0025da)
  • paths: Don't store absolute paths in snapshots (5bd88360)
  • uglify: Fix the order of uglify. (f140b34b)

Features

  • entries: Specify multiple entries via settings.yml (70b8e439)
  • env: Allow setting env in budo (924f0390)
  • promisify: Promisify internal functions for more flexibility (c29b6c37)

Breaking Changes

  • React/redux libs are no longer available in Mastarm and have been moved to

@conveyal/reboot.

(033cffc5)

v1.3.0

25 Oct 14:03
Compare
Choose a tag to compare

<a name"1.3.0">

1.3.0 (2016-10-25)

Features

  • test: Improve environment settings in test runs (#65) (8397eab8)
  • tests: Allow use of Jest option testPathIgnorePatterns (34fd0b81)

v1.2.1

20 Oct 21:38
Compare
Choose a tag to compare

<a name"1.2.1">

1.2.1 (2016-10-20)

Bug Fixes

  • build: Add .npmignore file to allow inclusion of react folder (54af7469)

v1.2.0

20 Oct 09:39
Compare
Choose a tag to compare

<a name"1.2.0">

1.2.0 (2016-10-20)

Bug Fixes

  • auth0: Return state in mapStateToProps (368fa1dc)

Features

v1.1.3

13 Oct 19:16
Compare
Choose a tag to compare

<a name"1.1.3">

1.1.3 (2016-10-13)

Bug Fixes

  • lint: Fix linting due to new standard/standard-engine changes (39f61443)

v1.1.2

13 Oct 15:45
Compare
Choose a tag to compare

<a name"1.1.2">

1.1.2 (2016-10-13)

Bug Fixes

  • push: Use the correct filename. (2d780206)

v1.1.1

12 Oct 01:25
Compare
Choose a tag to compare

<a name"1.1.1">

1.1.1 (2016-10-12)

Bug Fixes

  • Jest: Fix handling of cli input for Jest option setupFiles (c352fa5c)

v1.1.0

06 Oct 17:50
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-10-06)

Features

  • test: Add various improvements to testing with Jest (388a676c)

v1.0.0

05 Oct 18:03
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-10-05)

Features

Breaking Changes

  • Building a project that has any imports of CSS files
    into JavaScript files will now fail

    (b27e756c)