This repository was archived by the owner on May 19, 2025. It is now read-only.
Releases: JasonBoy/koa-web-kit
Releases · JasonBoy/koa-web-kit
v2.9.2
v2.9.1
v2.9.0
🎉 Release v2.9.0
New Features
- ✨ Add additional error message overlay
- ✨ Add localhost link in console for quick navigation
- 💣 Use
loadable-components
to replacereact-loadable
(blog post)
Improvements & Fixes
- 🐛Fix css-loader v2 invalid option
- ⬇️Upgrade
whatwg-fetch
to v3 and dynamically load this polyfill - 🐛Fix non-js files error in SSR mode
- 🆙Dependence updates
v2.8.2
v2.8.1
v2.8.0
🎉 v2.8 Happy Lunar New Year for 🐷
🏗 Internal Refactoring & Improvements & Fixes
- 🔁 Replace
request
with lightweightgot
(#19 ) as http client/proxy, see(request/request#3142) - 🔁 Replace
mocha
withjest
, and add some real tests, mainly for koa and http client(#20 , #21 ) - 🔧 Rename proxy to
HttpClient
, and move it toservices
dir - ⬆️ Client side
Request
upload improvement - 🐛 Fix for multiple proxy prefix
- 🍎 Make
app.js
a pure koa app, which can be started withserver.js
and can be easily tested - 🌲 Upgrade dependencies
v2.7.0
🎉 v2.7 Merry Christmas 🎅
New Features
- ✨ Add CSS_MODULES support(@see)
Improvements and Fixes
- 💣 Replace
yarn.lock
withpackage-lock.json
- ✂️ Cleanup some npm scripts
- 🔧 Use terser-webpack-plugin to minify js
- 🔧 Use
npm run report
to analyze bundles - ⏯ Improve Koa and HMR log order
- 🐛 Fix css sourceMap missing
- 🌲 Upgrade deps
v2.6.2
- ✏️ Fix some logs with config file missing
- 🐛 Fix pm2 reload EADDRINUSE error, Unitech/pm2#3946
v2.6.1
v2.6.0
🎉 Release v2.6, Happy Mid-Autumn Festival 🍻
New Features
- 🎉Upgrade to babel 7
- ✨Extract vendors chunk
- ✨Add
INLINE_STYLES
option to config if need to inline app css in production