Skip to content

Releases: JasonBoy/koa-web-kit

v2.11.3

06 Jun 16:09
Compare
Choose a tag to compare
  • 🔁 Replace node-sass with dart-sass see 2.x branch

v2.11.2

03 Jan 13:51
Compare
Choose a tag to compare
  • 🐛 Fix prefix missing after addQueryString

v2.11.1

13 Apr 07:13
Compare
Choose a tag to compare
  • 🐛 Fixing index html has long term cache when static assets have no STATIC_PREFIX

v2.11.0

01 Jan 09:58
Compare
Choose a tag to compare

🎉 Happy 2020

New Features

  • ✨ Auto create app-config file when in dev mode, no need to copy/paste manually

Fixes and improvements

  • 🔧 Improve server render and cache
  • 🚀 Add conditional get to improve http requests
  • 💿 Tweak logger format
  • 🐛 Fix style missing of styled-components in SSR mode
  • 🐛 Return promise in alias http methods
  • 🔧 Require minimum node >= 8.12, travis node version update
  • 🔧 Do not use writeToDisk in HMR
  • 🆙 Upgrade dependence

v2.10.0

21 Oct 14:48
1244feb
Compare
Choose a tag to compare

🎉 Release v2.10.0

  • ✨ Add ESLint (#45 )
  • 🌲 Upgrade packages

v2.9.7

07 Oct 08:21
Compare
Choose a tag to compare
  • 🔧 Ensure cwd in some specific env
  • 🐛 Fix favicon path
  • 🆙 Upgrade deps

v2.9.6

03 Sep 09:11
Compare
Choose a tag to compare
  • 💅Add styled-components as the default style solution
  • 🔧Lazy parsing SSR initial data
  • 🆙HttpClient improvements

v2.9.5

03 Jul 06:38
Compare
Choose a tag to compare
  • 🔧 Use contenthash for prod assets

v2.9.4

14 Jun 05:48
Compare
Choose a tag to compare
  • 🔧 Client side Request#delete() params tweak
  • 🐛 Fix proxy host error in tests
  • 🐞 Fix CI failed in node-v12

v2.9.3

22 May 07:41
Compare
Choose a tag to compare
  • ✨Add SOCKS_PROXY support in config
  • 🔧Fix #28 , add host header when sending request to endpoints
  • 🌲Deps updates