Skip to content

Releases: irohalab/mira-sdk

v1.3.0

27 Oct 06:34
Compare
Choose a tag to compare

Add ClientMapping api

v1.2.0

26 Oct 07:35
Compare
Choose a tag to compare

Add Oauth2 support

v1.1.1

13 Oct 10:10
Compare
Choose a tag to compare

change name_cn to nameCn

v1.1.0

13 Oct 09:50
Compare
Choose a tag to compare

properties of MainItem and SubItem are no longer transformed will ItemProperties:

export enum PropertyType {
    Staff = 'Staff',
    Item = 'Item',
    Character = 'Character',
    Info = 'Info',
    Cast = 'Cast'
}
export interface PropertyValue {
    value: string | { [k: string]: string }[] | string[];
    propertyType?: PropertyType;
    locked: boolean; // indicates this field should not be modified by scraper.
}

export interface ItemProperties {
    [propertyKey: string]: PropertyValue;
}

v1.0.0

12 Oct 09:08
Compare
Choose a tag to compare

Refactor response, reduce the extra layer of the response object.
This version will not be compatible with the previous version.

SDK:
Angular: 1.0.0
Fetch: 1.0.0

v0.7.5

02 Oct 10:27
Compare
Choose a tag to compare

fix the incorrect return of listSubItemFavorite API

SDK:
angular: 0.7.5
fetch: 0.6.5

v0.7.4

02 Oct 08:43
Compare
Choose a tag to compare

change MainItem.subItem to MainItem.subItems

v0.7.3

02 Oct 06:56
Compare
Choose a tag to compare

add subItems query paramter to populate SubItems in getMainItemById API

SDK:
angular: 0.7.3
fetch: 0.6.3

v0.7.2

29 Sep 15:39
Compare
Choose a tag to compare

update createFavorite to support adding comment and rating to favorite

SDK:
angular: 0.7.2
fetch: 0.6.2

v0.7.1

28 Sep 14:07
Compare
Choose a tag to compare

add reviewComment and rating in payload of patch favorite API

SDK:
angular: 0.7.1
fetch: 0.6.1