Koa Web Kit Versions Save

πŸš€A Modern, Production-Ready, and Full-Stack Node Web Framework with React

2.11.3

2 years ago
  • πŸ” Replace node-sass with dart-sass see 2.x branch

v2.11.2

3 years ago
  • :bug: Fix prefix missing after addQueryString

v2.11.1

4 years ago
  • πŸ› Fixing index html has long term cache when static assets have no STATIC_PREFIX

v2.11.0

4 years ago

πŸŽ‰ 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

4 years ago

πŸŽ‰ Release v2.10.0

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

v2.9.7

4 years ago
  • πŸ”§ Ensure cwd in some specific env
  • πŸ› Fix favicon path
  • πŸ†™ Upgrade deps

v2.9.6

4 years ago
  • πŸ’…Add styled-components as the default style solution
  • πŸ”§Lazy parsing SSR initial data
  • πŸ†™HttpClient improvements

v2.9.5

4 years ago
  • πŸ”§ Use contenthash for prod assets

v2.9.4

4 years ago
  • πŸ”§ Client side Request#delete() params tweak
  • πŸ› Fix proxy host error in tests
  • 🐞 Fix CI failed in node-v12

v2.9.3

4 years ago
  • ✨Add SOCKS_PROXY support in config
  • πŸ”§Fix #28 , add host header when sending request to endpoints
  • 🌲Deps updates