Simen Bekkhus
5da0f7abea
Print ES3 diff if available ( #1899 )
...
Also update to latest version
2016-08-17 12:11:09 +01:00
Denis Bardadym
ab0724d09b
Fix(dependencies) Update symbol-observable requirement to 1.0.2 ( #1877 )
2016-08-09 21:24:19 -04:00
Jimmy Jia
13add05e45
Add module entry point for webpack 2 ( #1871 )
2016-07-26 16:56:12 -04:00
Jack Moore
3c900de44f
Use Redux logo as favicon on GitBook docs ( #1761 )
2016-05-23 11:44:55 +01:00
Simen Bekkhus
ca977c61de
Check ES3 syntax compatibility ( #1720 )
...
* Add check for ES3 syntax compatibility
* Remove uglify optimization that undos ES3 compatibility
2016-05-13 17:06:23 +01:00
C. T. Lin
0e80e7a614
Close #1687 , Replace es3ify with Babel ES3 transforms ( #1688 )
2016-05-02 15:30:26 +01:00
Ben Lesh
e998d7388a
chore(dependencies): update symbol-observable to 0.2.4 ( #1663 )
...
This updates symbol-observable to 0.2.4 which resolves edge cases where a user may have another polyfill for Symbol.observable in place that results in redux store as not being identifiable as 'observable'. See http://github.com/blesh/symbol-observable/issues#7
2016-04-25 20:57:08 +01:00
Dan Abramov
fac6443c82
3.5.2
2016-04-24 13:18:39 +01:00
Ben Lesh
b75859bbe4
fix(Symbol.observable): update symbol-observable to fix IE8 issue
...
This updates symbol-observable dependency to be 0.2.3 or higher in order to fix an issue where legacy browsers did not like
Symbol.for statement inside of the ponyfill
related #1632
related #774
2016-04-24 13:17:28 +01:00
Dan Abramov
843508f17c
3.5.1
2016-04-20 11:30:13 +01:00
Dan Abramov
655fe6a8ec
3.5.0
2016-04-20 01:01:12 +01:00
Ben Lesh
64551cb3b6
feat(store): add observable proposal interop to store
...
- Adds dependency on `symbol-observable` to pull in `Symbol.observable`
- Adds `Symbol.observable` method to the store that returns a generic observable
- Adds comprehensive tests to ensure interoperability. (rxjs 5 was used for a simple integration test, and
is a dev only dependency)
closes #1631
2016-04-19 22:43:57 +01:00
Dan Abramov
7784b74605
3.4.0
2016-04-08 23:56:48 +01:00
Andrej Hazucha
c2b9778cee
Added index.d.ts to package.json
2016-03-25 23:06:59 +01:00
Daniel Lytkin
6317727a32
Update typescript-definition-tester to 0.04
2016-02-21 12:15:25 +06:00
Daniel Lytkin
56ab5227d3
Update TypeScript dependency to 1.8.0 to support string literal types
2016-02-18 19:06:00 +06:00
Daniel Lytkin
6b4f7f6495
Add tests for TypeScript definitions
2016-02-17 12:56:13 +06:00
Daniel Lytkin
889030c946
Add TypeScript definitions
2016-02-16 21:48:55 +06:00
Dan Abramov
24d9c4ddcd
rackt -> reactjs (see #1392 )
2016-02-12 18:02:16 +00:00
Dan Abramov
421db5870e
3.3.1
2016-02-06 22:08:19 +00:00
Dan Abramov
f4499f4455
Use lodash-es in ES Modules build
2016-02-06 21:46:09 +00:00
Dan Abramov
13df76f8f8
Clean es folder before build
2016-02-05 22:06:38 +00:00
Dan Abramov
43b93855de
3.3.0
2016-02-05 22:02:20 +00:00
Dan Abramov
b27cb480bc
Add ES Modules build
2016-02-05 21:43:25 +00:00
Dan Abramov
87bae8b283
Move es3ify after build
2016-02-02 12:23:02 +00:00
Dan Abramov
2f11eafb62
Make prepublish fast, keep slow stuff in Travis run
2016-02-02 12:16:49 +00:00
Dan Abramov
7d5046399b
Build and test examples before publishing to npm
2016-02-02 11:57:46 +00:00
Dan Abramov
0ea221f1f2
3.2.1
2016-02-02 11:53:30 +00:00
Dan Abramov
27b334f514
Remove unused scripts
2016-02-02 11:53:13 +00:00
John-David Dalton
0b9f9ec2ad
Update to lodash v4.2.0. [ closes #1346 ]
2016-02-02 01:04:02 -08:00
Dan Abramov
a838fb4ae6
Fix conflicts and add explicit plugin config
2016-02-02 01:56:59 +00:00
Dan Abramov
b83b606613
Add es3ify script
2016-02-02 01:25:50 +00:00
Dan Abramov
2d42388098
3.2.0
2016-02-01 17:28:36 +00:00
John-David Dalton
e7295c3377
Use lodash v4.
2016-01-31 17:11:59 -08:00
Dan Abramov
6c39092ab1
3.1.7
2016-01-31 23:13:30 +00:00
Dan Abramov
89b4f36044
Merge pull request #1326 from mikekidder/reunify.webpack
...
use cross-env for webpack
2016-01-31 22:29:02 +00:00
Dan Abramov
763fa834e4
3.1.6
2016-01-31 01:51:50 +00:00
Michael Kidder
dabbb7b64e
use cross-env for webpack
2016-01-30 14:28:27 -06:00
Dan Abramov
32b82b27f5
3.1.5
2016-01-30 09:39:16 +00:00
Dan Abramov
38db9a700f
3.1.4
2016-01-29 17:47:00 +00:00
Dan Abramov
0fed607022
3.1.3
2016-01-29 17:17:04 +00:00
Dan Abramov
6d0ea6ce70
Bump linter packages
2016-01-29 01:48:50 +00:00
Tim Dorr
64a489bf2d
3.1.2
2016-01-28 14:52:10 -05:00
Tim Dorr
43acf177d9
Add loose-envify as a dep for Browserify users.
2016-01-28 14:50:18 -05:00
Dan Abramov
ccff48df5c
3.1.1
2016-01-28 18:49:32 +00:00
Dan Abramov
8cf5f5cb24
3.1.0
2016-01-28 18:03:14 +00:00
jigsaw
a9d7c0ef09
Add browserify config
2016-01-29 00:38:57 +09:00
Dan Abramov
7dcc6f6e7c
3.0.6
2016-01-25 01:26:32 +00:00
Pavel Zagoskin
e3fcdcee24
upgrade to babel6
2015-12-20 14:56:09 -08:00
Dan Abramov
189100407c
3.0.5
2015-12-12 17:43:41 +00:00