Skip to content

Commit bd8b900

Browse files
committed
Updated **sync** to remove default limit and pass **limit** as an option
1 parent 60c3a78 commit bd8b900

File tree

8 files changed

+972
-1316
lines changed

8 files changed

+972
-1316
lines changed

.babelrc

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"presets": ["es2015", "react"],
3-
"plugins": ["transform-runtime"]
43
"env": {
54
"development": {
6-
"presets": [],
7-
5+
"presets": []
86
}
97
}
108
}

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ jspm_packages
3636

3737
# Optional REPL history
3838
.node_repl_history
39+
40+
# IDEs
41+
.idea

.idea/workspace.xml

+200-637
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.1.1 / 2016-09-24
2+
==================
3+
4+
* Updated **sync** to remove default limit and pass **limit** as an option
5+
16
1.1.0 / 2016-07-10
27
==================
38

0 commit comments

Comments
 (0)