Skip to content

Releases: conveyal/woonerf

v2.2.0

09 Mar 16:49
Compare
Choose a tag to compare

<a name"2.2.0">

2.2.0 (2017-03-09)

Bug Fixes

  • store: move thunk into right position (5d460b3b)

Features

  • store: add redux-thunk to support datatools (85d8c401)

v2.1.0

17 Feb 19:45
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2017-02-17)

Features

  • fetch:
    • Export run functions for testing purposes (f74df2d9)
    • Add url, options to inc/dec fetch actions for context. (321403b7)
  • html: allow specification of static host (6eb30625)

v2.0.1

07 Feb 13:04
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2017-02-07)

Bug Fixes

  • fetch: Only stringify JSON bodies. (dba41aee)

v2.0.0

02 Feb 17:24
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2017-02-02)

Bug Fixes

  • auth0: remove auth0.js helpers (20b762b9)

Features

  • store: Pass the store to the mounted app component. (8642bd1d)

Breaking Changes

  • auth0-js package helpers no longer included. Use
    auth0 lock functionality instead.

    (20b762b9)

v1.1.1

31 Jan 21:06
Compare
Choose a tag to compare

<a name"1.1.1">

1.1.1 (2017-01-31)

Bug Fixes

  • package: make react and react-dom peer dependencies (5d5921c5)

v1.1.0

31 Jan 14:41
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2017-01-31)

Features

  • auth0: hide lock after successful authentication (71b267ba)

v1.0.0

06 Jan 14:37
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-01-06)

Features

  • Auth0: allow specifying custom Auth0 lock config (0cb1c220)

Breaking Changes

  • auth0 client and lock variables now must be accessed
    via helper functions getClient and getLock respectively

    (9b4dc68b)

v0.4.0

29 Nov 06:49
Compare
Choose a tag to compare

<a name"0.4.0">

0.4.0 (2016-11-29)

Features

  • fetch: Add fetch multiple, retry, node style callbacks (bfe4fa2d)

v0.3.1

14 Nov 13:48
Compare
Choose a tag to compare

<a name"0.3.1">

0.3.1 (2016-11-14)

Bug Fixes

  • auth0: Import auth0 environment variables correctly. (8036799f)

v0.3.0

14 Nov 10:03
Compare
Choose a tag to compare

<a name"0.3.0">

0.3.0 (2016-11-14)

Bug Fixes

  • clean: Clean up build files. (b9263d93)
  • dependencies: Add missing dependency (d448c58e)
  • mastarm: Update to mastarm@3 (0f5a2c47)

Features

  • import: Rearrange files so that you can import specific ones (ae973223)