2.5.1 (2020-09-22)
- SSR: show console error instead of throw errors for Maximum executing times while fetching axio (ea839f4)
2.5.0 (2020-09-14)
2.4.1 (2020-09-01)
- pre-release: add new option - useCache (75e9222)
2.4.0 (2020-08-06)
2.3.1 (2020-06-29)
- hotfix: make ssr work (713a103)
2.3.0 (2020-06-29)
- options: add a new option "skip" to avoid calling API (8f25d60)
2.2.0 (2019-11-25)
2.1.2 (2019-11-07)
- injectSSRHtml: bug fix where the arguments of shouldUseApiCache were wrong (d7d6d13)
2.1.1 (2019-11-07)
- injectSSRHtml: rule the uncached data out by shouldUseApiCache() (6702a6c)
2.1.0 (2019-09-28)
- useApi: add shouldUseApiCache to enable/disable the particular requests (8ee5e0e)
2.0.0 (2019-09-23)
- useApi: Bug fix and trigger CI again (634b612)
- useApi: revert keepState=false for request()
1.1.0 (2019-09-22)
- useApi: add a new property
fromCache
for state data (cacecf8)
1.0.8 (2019-08-21)
- npm: try to publish a new npm version since 1.0.7 has been swallowed by npm (476d2c9)
1.0.7 (2019-08-20)
- shouldRequest: A bug fix, the option shouldRequest did not work properly due to the previous fi (8b5aa6a)
1.0.6 (2019-08-18)
- Unit Test: add more info logs for debugging and adjust the associated test codes (9fb6504)
1.0.5 (2019-08-18)
- readme: update readme and code fix (fb6ff87)
1.0.4 (2019-08-17)
- readme: amend readme and add threshold for coverage (008f3b0)
1.0.3 (2019-08-17)
- update readme (e77eaf3)
1.0.2 (2019-08-17)
- semantic-release: Add two plugins of semantic-release (5f1f54d)