We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9add61a commit 829bc5bCopy full SHA for 829bc5b
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+__2.0.0-rc3__
4
+
5
+- Fixes `assignment to undeclared variable match` bug.
6
+- Adds ES module support by building a separate distributable `instafeed.es.min.js`.
7
+- Re-adds pagination support via `hasNext` and `next` methods.
8
+- Adds `apiLimit` option to override how many images are requested from the Instagram API. This option supersedes the `limit` option.
9
+- Adds pooling support when `apiLimit` is higher than `limit`.
10
11
__2.0.0-rc2__
12
13
- Adds `before` callback option that was missing from `2.0.0-rc1`.
0 commit comments