unsplash_client 3.0.0
unsplash_client: ^3.0.0 copied to clipboard
Unsplash provides free high-resolution photos. This is a client for their REST API.
3.0.0 #
- breaking change: make
UserLinks.{likes,followers,following}andPhotoStatistics.likesnullable to adapt to changed API response (#23)
2.2.0 #
- feat: add
Photos.download(location)(#22)
2.1.1 #
- chore: allow 1.0.0 in version constraint for http (#18)
2.1.0+3 #
- docs: fix formatting
2.1.0+2 #
- docs: add mention of
cbl
2.1.0+1 #
- docs: rewrite README
2.1.0 #
- feat: log through
loggingpackage - feat: add
cropandautoFormatoptions for image resizing - feat: add
sourceproperty to models - docs: add docs for
TopicOrder
2.0.0 #
- feat: add
Topicresource - feat: add
langparameter toSearch.photos - breaking change: remove
UserStatistics.likes - breaking change: make
Photo.blurHashnullable
1.1.0 #
- feat: add
Photo.blurHash - deprecation:
PhotoOrder.popular - deprecation:
featuredparameter ofCollections.list - deprecation:
UserStatistics.likes
1.0.1+2 #
- revert to sdk constraint
>=2.12.0-0 <3.0.0
1.0.1+1 #
- style: fix formatting
1.0.1 #
- fix: fix short-circuiting issue
1.0.0 #
- feat: migrate to null-safety
- fix: fix spelling of
RequestExtension - fix: only parse body of success response
- fix: use correct url for
Collections.photosandCollections.related - docs: use
goAndGetin docs
0.3.0+1 #
- docs: update description
0.3.0 #
- feat: add
UnsplashClient.closemethod - fix: change type of
Collection.idtoString(unsplash API changed) - build(deps): upgrade dependencies
- docs: improve README
- fix: fix typos
0.2.1 #
- bump dependencies
- move to pedantic code style
0.2.0 #
-
feat(): improve client
- handle non json body
- add
Response.getto getResponse.dataor throw an error
-
feat(): add various filtering options
- Photos.random: contentFilter
- Search.photos: color, orderBy, contentFilter
- Users.photos: orientation
- Users.likedPhotos: orientation
- PhotoOrder.relevant
-
feat(): add collections api (public actions only)
-
fix(): include User.portfolio in json representation
0.1.2 #
- fix(): downgrade version of collection to ^1.14.11
0.1.1 #
- add runnable example
- update package description
0.1.0 #
- Initial release