Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into storeMixins
Browse files Browse the repository at this point in the history
  • Loading branch information
STRML committed Sep 10, 2015
2 parents 0f14b25 + 0537787 commit fdaf295
Show file tree
Hide file tree
Showing 47 changed files with 2,235 additions and 1,356 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
sudo: false
language: node_js
node_js:
- 0.10
- 0.12
- iojs-v1.8.4
- iojs-v2.5.0
notifications:
webhooks:
urls:
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Version 1.7.1
=============

* Relax restrictions on Lodash version (#128)

Version 1.7.0
=============

* Add `Flux#getAllStores()` to retrieve all currently registered stores (#127)

Version 1.6.0
=============

* Add `Flux#setDispatchInterceptor` to wrap or replace dispatch functionality (#100, #92)

Version 1.5.4
=============

* Fix incompatibility with Lodash 3.9.0

Version 1.5.3
=============

* Use built-in inherits instead of npm package (#116)

Version 1.5.2
=============

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fluxxor",
"version": "1.5.2",
"version": "1.7.1",
"main": "build/fluxxor.min.js",
"description": "Flux architecture tools for React",
"homepage": "",
Expand Down
Loading

0 comments on commit fdaf295

Please sign in to comment.