This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
6.2.0
6.2.0
Changes
- Adds support for the languages beta on search
unsplash.search.photos("nature", 1, 10, { lang: "en" });
- Adds support for the new search filters and ordering
unsplash.search.photos("nature", 1, 10, {
orientation: "landscape",
color: "brown", // new
orderBy: "relevant" // new
});
- Adds support for content filtering on search
unsplash.search.photos("nature", 1, 10, { contentFilter: "high" });
- Removes any references to 'popular' ordering (due to deprecation)