Skip to content

Releases: tshaddix/webext-redux

v2.1.0

23 May 14:34
b3b76d1
Compare
Choose a tag to compare

Adds better diffing functionality for arrays via @srvance's contribution in #202

v2.0.2

18 Mar 22:51
c719eb9
Compare
Choose a tag to compare

Fixes issue in Firefox via #196

v2.0.1

22 Feb 16:30
0606b7e
Compare
Choose a tag to compare

This includes a simple enhancement that makes the options parameter of wrapStore and Store optional via defaults.

v2.0.0 WebExt

22 Feb 15:25
ae48eaa
Compare
Choose a tag to compare

This is the 2.0.0 release of react-chrome-redux, now moving forward as webext-redux.

2.0.0-alpha.5

17 Feb 20:14
8bb0e8c
Compare
Choose a tag to compare
2.0.0-alpha.5 Pre-release
Pre-release

v2.0.0-alpha.4

17 Sep 00:34
d74fe11
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release

Updated some dependencies to address vulnerabilities. Updates visible in #165

v2.0.0-alpha.3

10 Sep 19:55
55dc7aa
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

This pre-release includes fixes for middleware application and updated typings. You can view changes in #162 #159

v2.0.0-alpha.2

28 Jul 18:58
c88857c
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

This pre-release includes new strategies for state diff-ing. You can view the changes here.

2.0.0-alpha.1

20 May 16:20
899aa46
Compare
Choose a tag to compare
2.0.0-alpha.1 Pre-release
Pre-release

This release contains all the changes in previous pre-release v1.6.0-alpha.1, as well as some additional bug fixes via #148

v1.6.0-alpha.1

16 Apr 15:58
850e5b4
Compare
Choose a tag to compare
v1.6.0-alpha.1 Pre-release
Pre-release

This is a pre-release. Changes include addition of serialization hooks from #126, proxy store middleware support from #124, and fixes for latest versions of chrome.