Releases: irohalab/mira-sdk
Releases · irohalab/mira-sdk
v1.3.0
v1.2.0
Add Oauth2 support
v1.1.1
change name_cn to nameCn
v1.1.0
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
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
fix the incorrect return of listSubItemFavorite API
SDK:
angular: 0.7.5
fetch: 0.6.5
v0.7.4
change MainItem.subItem to MainItem.subItems
v0.7.3
add subItems query paramter to populate SubItems in getMainItemById API
SDK:
angular: 0.7.3
fetch: 0.6.3
v0.7.2
update createFavorite to support adding comment and rating to favorite
SDK:
angular: 0.7.2
fetch: 0.6.2
v0.7.1
add reviewComment and rating in payload of patch favorite API
SDK:
angular: 0.7.1
fetch: 0.6.1