Skip to content

Commit

Permalink
add v2 RC3 changelog notes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenschobert committed Nov 11, 2020
1 parent 9add61a commit 829bc5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

__2.0.0-rc3__

- Fixes `assignment to undeclared variable match` bug.
- Adds ES module support by building a separate distributable `instafeed.es.min.js`.
- Re-adds pagination support via `hasNext` and `next` methods.
- Adds `apiLimit` option to override how many images are requested from the Instagram API. This option supersedes the `limit` option.
- Adds pooling support when `apiLimit` is higher than `limit`.

__2.0.0-rc2__

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

0 comments on commit 829bc5b

Please sign in to comment.