- No changes in master
- relate() takes a distribution parameter
- Expose sdk.details.setOrigin()
- explore() and silo() takes a method for either GET or POST
- relate() takes a method for either GET or POST
- Expose sdk.details.setAccessToken()
- Expose relate's config parameter
- houndRequest can take an accessToken override
- Upgrade to MediaHound API 1.3
- Support new model for Paged Response as components
- Supports using houndjs in a WebWorker
- Dates are not localized to the current timezone anymore
- MHLoginSession.loginWithAccessToken() forcibly fetches the user
- Search now supports fetchSegmentedResultsForSearchTerm
- MHObjects now have the MHSocialMetrics field
- All collection edit methods take an optional allowDuplicates
- fetchTopResults() added to MHSearch to get top movies
- Expose keySuitabilities from MHMedia
- Fix lookups into mhidLRU so they gurantee success
- MHTrait.fetchContent supports sort
- MHContributor.fetchMedia supports filters and sort
- MHUser.setPassword throws errors correctly
- Support firstName and lastName on MHUserMetadata
- Support basecontributor for search
- Promotion support for Silos and Related
- Support launchInfo and social on MHContext
- Support "metadata" on MHContext
- keyTraits for all MHMedia
- Cached responses cache based on the params
- MHObject fetches include the view and pageSize when caching responses
- MHCollection.removeByMhid()
- Released 0.6.0
- MHSilo.fetchSuggestedSillos() supports a siloPageSize param
- MHCollection supports remove all
- Context supports fixed position
- MHCollection.fetchContent() supports filters
- New top level silo fetch endpoint
- Add
liking
to MHSocial
- MHObjects are now merged properly when new data with nulls arrives
- Form encoded POST requests are sent with correct Content-Type
- Password Grant Flow supported
- Register new users for Password Grant Flow
- Remove MHGraphTrait
- New trait categories
- Accept filters on fetchContent() of MHTrait
- Bucket support for suggested silos and trait composition
subType
field supported on MHMetadata
- User social supported
- Fix bug in merging of MHObjects
- Collections support appendContent() and prependContent()
- Fix bugs in removing from a collection
- Improved collection support for api v12
- fetchLiking() added to MHUser.
- browser builds should not include unnecesarry browser dependencies.
- loginDialogURLWithRedirectURL takes an optional scope parameter
- Expose houndRequest
- Dist builds of hound.js include the babel polyfill
- Allow MHSDK configuration directly with an access token
fetchGraphGenres()
on media
- dist build is wrapped as UMD
- Generate a browserified & minified build into
dist/
.
- Fix MHMetadata instances from using Object.assign to using object ... syntax.
- Rerelease
- Fix require() call on Linux for MHMetadata
- Use Babel for ES2015 transpilation
- Does not generate a single hound.js file anymore
- API 1.2 support
- 1.2 OAuth support
- fetchRelatedTo() supports an array of mhids
- Base Traits for objects
- Initial public release