Skip to content

Commit

Permalink
Merge branch '1.0.0_WIP'
Browse files Browse the repository at this point in the history
  • Loading branch information
ellbee committed Sep 9, 2015
2 parents 165f461 + 919e760 commit 7e183b8
Show file tree
Hide file tree
Showing 7 changed files with 936 additions and 172 deletions.
12 changes: 12 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extends": "eslint-config-airbnb",
"env": {
"browser": true,
"mocha": true,
"node": true
},
"rules": {
"block-scoped-var": 0,
"indent": [2, 4]
}
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change log

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0-alpha]() - 2015/08/31

### Breaking Changes

### New

3 changes: 2 additions & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
at the React Europe Hackathon 2015. Also added tests.

* Contributors: Lee Bannard, Martijn Faassen, Robert Binna, Alex
Guerra, ryanatkn, Adam Royle, Christian Schuhmann, Jason Huang
Guerra, ryanatkn, Adam Royle, Christian Schuhmann, Jason Huang,
Daniel Barreto

* Inspired by getters in Nuclear.js and subscriptions in re-frame.
Loading

0 comments on commit 7e183b8

Please sign in to comment.