Skip to content

Releases: conveyal/woonerf

v4.2.1

06 Nov 22:47
a6fcd6a
Compare
Choose a tag to compare

4.2.1 (2019-11-06)

Bug Fixes

  • redux-devtools: fixes store creation w redux devtools (7d0b555), closes #92

v4.2.0

06 Nov 21:18
3eabd69
Compare
Choose a tag to compare

4.2.0 (2019-11-06)

Bug Fixes

  • deps: upgrade deps to resolve security vulnerabilities (c6efc6e)

Features

  • redux-devtools: add redux-devtools to dev store (091ea58)

v4.1.0

30 Oct 05:17
d8f43e6
Compare
Choose a tag to compare

4.1.0 (2018-10-30)

Features

  • fetch: Add ability to cancel fetches (77aa1a1)
  • fetch: Use fetch types along with ids for clearing old fetches (bb5ddb5)

Reverts

  • fetch: Revert passing the entire store to fetchActions (8631539)

v4.0.0

17 Sep 05:39
b547a88
Compare
Choose a tag to compare

4.0.0 (2018-09-17)

Features

  • auth0: Remove Auth0 (92412d5)
  • fetch: Return response object and don't auto-parse to text by default. (0eb8441)
  • logrocket: Add LogRocket + LR React & Redux integrations (if LR key exists) (17713ff)

BREAKING CHANGES

  • auth0: Removed Auth0

v3.0.1

05 Apr 08:12
df8c75c
Compare
Choose a tag to compare

<a name"3.0.1">

3.0.1 (2018-04-05)

Bug Fixes

  • perf: Remove deprecated react-addons-perf (91bb3ce4)

v3.0.0

16 Nov 15:40
fff4980
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2017-11-16)

Features

  • fetch: Suppress dispatching fetchError depending on next arity (5a061e2f, closes #72)
  • messages: Add common message function to be used across woonerf applications (057751a1)

Breaking Changes

(5a061e2f)

v2.4.1

12 Jun 17:11
Compare
Choose a tag to compare

<a name"2.4.1">

2.4.1 (2017-06-12)

Bug Fixes

  • user-reducer: avoid undefined error on react-native (cbf1d292)

v2.4.0

02 Jun 17:49
Compare
Choose a tag to compare

<a name"2.4.0">

2.4.0 (2017-06-02)

Features

  • user-actions: add logout action (f40d150c)

v2.3.0

24 May 18:57
Compare
Choose a tag to compare

<a name"2.3.0">

2.3.0 (2017-05-24)

Bug Fixes

Features

  • fetch: allow suppressing automatically created headers by setting them to null. (5df0d980)
  • store: add generic user actions and reducers (59bf5508)

v2.2.1

12 Mar 17:34
Compare
Choose a tag to compare

<a name"2.2.1">

2.2.1 (2017-03-12)

Bug Fixes

  • fetch: only require fetch if global does not exist (df75d0da)