Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfranklin committed Sep 5, 2016
1 parent abc5226 commit 3dbc18c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 0.2.1 - 5th Sept 2016
- ensure `onChange` is kept when a new instance is created

### 0.2.0 - 5th Sept 2016
- `case` statement support
- tests refactored to use Jest
Expand Down
2 changes: 1 addition & 1 deletion lib/remote-data-umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ return /******/ (function(modules) { // webpackBootstrap
value: function config() {
var _this = this;

var keys = ['onSuccess', 'onFailure', 'parse', 'fetchOptions', 'state', 'url'];
var keys = ['onSuccess', 'onFailure', 'parse', 'fetchOptions', 'state', 'url', 'onChange'];
var config = {};
keys.forEach(function (k) {
config[k] = _this[k];
Expand Down
2 changes: 1 addition & 1 deletion lib/remote-data-umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remote-data-js",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 3dbc18c

Please sign in to comment.