Releases: mediafly/mflyCommands
Releases · mediafly/mflyCommands
v3.12.0
Feature
- Remove User Command: add support to unbind the user
v3.11.0
Feature
- Embedded Extensions: add support to render extensions within the platform's UI
v3.10.0
Feature
- Add items to collection in bulk:
mflyCommands.addItemsToCollection(collectionId, [itemId1, itemId2])
will add multiple items to a collection.
v3.9.1
Feature
- Preserve workspace context:
mflyCommands.close()
will now go back to the workpsace where the extension was opened from.
v3.9.0
Feature
- Bulk PUT and DELETE for synced storage:
mflyCommands.putSyncedKeyValuePairs(keyValuePairs)
and mflyCommands.deleteSyncedKeys
have been added to perform bulk put and delete operations on synced storage.
v3.8.2
Feature
- iOS Next Support: Add support for iOS Next
v3.8.1
Feature
- Get related items:
mflyCommands.getRelatedItems(id)
returns items related to an item given its id. Does not support offline.
v3.7.1
Fix
- Terms of Use: mflyCommands should handle the 451 status code and redirect to the terms of use page
v3.7.0
Fix
- Android async GET: mflyCommands should use async callbacks to make GET calls to the Android app
v3.6.0
Feature
Examples:
mflyCommands.getFavorites()
mflyCommands.favorite(id)
mflyCommands.unfavorite(id)