Skip to content

6.2.0

Compare
Choose a tag to compare
@lukechesser lukechesser released this 02 Sep 05:31
· 245 commits to master since this release
c9752e7

6.2.0

Changes

unsplash.search.photos("nature", 1, 10, { lang: "en" });
unsplash.search.photos("nature", 1, 10, {
  orientation: "landscape",
  color: "brown", // new
  orderBy: "relevant" // new
});
unsplash.search.photos("nature", 1, 10, { contentFilter: "high" });