# 变更日志

## 1.1.0 (2022-03-21)

* chore: request config `loading` function.
* feat: 小程序API `promisify`函数.
* chore: 新增http `request` & `response` interceptor.
* chore: 新增http `errorHandler`错误处理函数.
* chore: 新增http `message`提示函数.
* chore: http `useConfig`接口.
* chore: 新增http `extra` option.
* chore: 修改http RequestConfig url为可选.
* chore: 修改http业务错误默认提示文字.
* feat: 小程序环境变量对象申明.
* chore: 使用接口定义getAuthCode scopes.

## 1.0.2 (2021-12-18)

* chore: add plugin my `getParentAppIdSync`/`loadPlugin` type declaration.
* chore: add plugin `requireMiniProgram` declaration.
* fix: createApp & AdcTabBar类型定义.
* feat: `getApp`泛型类型支持.

## 1.0.1 (2021-09-29)

* chore: extend aliApiPromise with rejectOnCancel and cancelCode params.
* feat: tinyapp Component & Page `createSelectorQuery` type definition.
* chore: add AdcFlatListProps autoFetch.
* chore: move my extends functions to fn folder.

## 1.0.0 (2021-09-17)

* migrare from `mini-ts` template.
* feat: add http functions & declarations.
* feat: add EventEmitter.
* feat: add publicMethods.
* feat: requirePlugin类型申明.
* chore: add my type declaration shims.
* feat: type declaration for adc nav bar & tab bar & flat list.
* chore: move utils fn to `@whale.io/common`.