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.5.5
v2.5.4
v2.5.3
v2.5.2
v2.5.1
v2.5.0
🎉New Features, Mainly for webpack 4
- 🆙 Migrate to webpack v4
- 🆙 Upgrade
winston
to v3 - ✨ Add preload plugin for better init performance
- 👷Support
app-config.js
located on project root, cheers 🍻 - 🚀Add SSR simple cache implementation
- 👽Add npm script
deploy:noinstall
, an alias fornpm run deploy -- 1
🛠 Updates & Fixes
- 📉 Extract SSR renderer logic from routes
- 🚚 Move
ssr
folder tosrc
- ⚡️ Inline
app
entry css in production mode - ✂️ Remove unused webpack plugins in webpack4
- 📦 Update Dockerfile, add node-v10 to travis
- 🗑 Clean up code
v2.4.2
- 🚰 Add a SSR streaming api demo
- 🔧 Normalize SSR Streaming functions
- ✨ Add
npm run dev:ssr
script to quickly start SSR mode in dev env - ♻️
npm run build
script is now for production, addnpm run build:dev
to build assets in developemnt - 🆙 Upgrade packages
- 🐛 Fix
yarn.lock
file caused in v2.4.1
v2.4.0
🎉New Features
- ✨ Add React SSR Support(how to use on dev #9)
- 🖐 Code-splitting on both client and server side with
react-loadable
📈Updates and Improvements
- ✨Add
LOG_PATH
,ENABLE_SSR
config - 👢Use bootstrap scss files for easy customization
- 🌐Update
browserslist
to exclude some dead browsers - 📦Upgrade packages
- 🐛Couple of bug fixes for SSR
🚨Kind of Breaking Changes
- 💾
mw
dir =>services
name change - ✂️ Remove template engine(nunjucks, also kow-views), instead, use dynamic html content to easily support SSR
v2.3.4
v2.3.3
- 🔀Multiple api proxy refinement for browser side, easily use different
Request
instances - 🐛CSS file not extracted into common.css file (#7 )
- ℹ️ HMR devtool use
cheap-module-eval-source-map
to get the cheap original code - ℹ️Add
hidden-source-map
for prod build - ✏️Readme updates & typo fix
- 📦General packages upgrades