Skip to content

Commit 829bc5b

Browse files
add v2 RC3 changelog notes
1 parent 9add61a commit 829bc5b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
__2.0.0-rc2__
412

513
- Adds `before` callback option that was missing from `2.0.0-rc1`.

0 commit comments

Comments
 (0)