Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Releases: JasonBoy/koa-web-kit

v2.5.5

28 Aug 06:59
Compare
Choose a tag to compare

✏️Update doc & fix some typos
👬Clean up deploy script & rename pm2 config file ecosystem.config.js to pm2.config.js
🐛Fix rest params in api url

v2.5.4

21 Aug 08:56
Compare
Choose a tag to compare
  • 🐞 Fix preload-webpack-plugin build error

v2.5.3

10 Aug 09:50
Compare
Choose a tag to compare

🌲 Mainly for upgrading package to avoid some new vulnerabilities(#12 #13 #15 )

v2.5.2

20 Jul 09:18
Compare
Choose a tag to compare
  • 🐛 Fix Cache reference error when flush out SSR cache
  • 🆙 Upgrade package to avoid vulnerabilities
  • ✏️ Minor update docs

v2.5.1

13 Jul 03:51
Compare
Choose a tag to compare

🐛 Fix critical uncaught exception when Cache#flush() is not returning a Promise

v2.5.0

05 Jul 07:10
Compare
Choose a tag to compare

🎉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 for npm run deploy -- 1

🛠 Updates & Fixes

  • 📉 Extract SSR renderer logic from routes
  • 🚚 Move ssr folder to src
  • ⚡️ 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

22 Jun 04:02
Compare
Choose a tag to compare
  • 🚰 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, add npm run build:dev to build assets in developemnt
  • 🆙 Upgrade packages
  • 🐛 Fix yarn.lock file caused in v2.4.1

v2.4.0

22 May 10:36
Compare
Choose a tag to compare

🎉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

04 Apr 11:09
Compare
Choose a tag to compare
  • 😃 Upgrade React to 16.3
  • 📃 Demo update with new react features( #8 )
  • ✨ Add dynamic code-splitting support( #8 )
  • ℹ️ SourceMap update/fix for both dev/prod env
  • 🐛 Other minor fixes

v2.3.3

30 Mar 10:45
Compare
Choose a tag to compare
  • 🔀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