Skip to content

Commit fdaf295

Browse files
committed
Merge remote-tracking branch 'upstream/master' into storeMixins
2 parents 0f14b25 + 0537787 commit fdaf295

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2235
-1356
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
sudo: false
12
language: node_js
23
node_js:
34
- 0.10
5+
- 0.12
6+
- iojs-v1.8.4
7+
- iojs-v2.5.0
48
notifications:
59
webhooks:
610
urls:

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Version 1.7.1
2+
=============
3+
4+
* Relax restrictions on Lodash version (#128)
5+
6+
Version 1.7.0
7+
=============
8+
9+
* Add `Flux#getAllStores()` to retrieve all currently registered stores (#127)
10+
11+
Version 1.6.0
12+
=============
13+
14+
* Add `Flux#setDispatchInterceptor` to wrap or replace dispatch functionality (#100, #92)
15+
16+
Version 1.5.4
17+
=============
18+
19+
* Fix incompatibility with Lodash 3.9.0
20+
21+
Version 1.5.3
22+
=============
23+
24+
* Use built-in inherits instead of npm package (#116)
25+
126
Version 1.5.2
227
=============
328

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluxxor",
3-
"version": "1.5.2",
3+
"version": "1.7.1",
44
"main": "build/fluxxor.min.js",
55
"description": "Flux architecture tools for React",
66
"homepage": "",

0 commit comments

Comments
 (0)