Releases: JasonBoy/koa-web-kit
Releases · JasonBoy/koa-web-kit
v2.3.2
😭Kind of Breaking Change
- Use locally installed pm2, no global installation required, change
ecosystem.config.js
as your app deploy configuration - Use a javascript file as app configuration instead of json, also move them to
config
dir. see config sestion
🍏Improvements
- ✨add koa-helmet
- 🔧Change
NODE_PORT
toPORT
env, still backwards compatiable - 🚀Simplify
deploy.sh
since we are usingecosystem.config.js
for pm2 config now, see deploy section
v2.3.1
v2.3.0
👯New Features
- 📦 Bundle analyzer with new npm scripts added
- dev:
npm run dev:wd
usewebpack-dashboard
with HMR enabled - dev:
npm run build:wd
&npm run watch:wd
, same as above - prod:
npm run prod:analyze
usebundle-analyzer
in production build to analyze your bundle size
- dev:
- 📦 Bundle Optimization for
lodash
&moment
package
🤖Improvements & Fixes
- 🚀 Couple of more webpack optimizations based on webpack-libs-optimizations
- 🚀 App configuration optimization, cache config instead of accessing
process.env
every time - 🛠
Request.js #addQueryString()
no host prepend by default when add qs to url/path - 🐛 pm2 deploy script fix when checking the running app instance
- ✏️ Readme update, add bundle anaylzer in Features Section
v2.2.1
v2.2.0
New Features
- ✨ Add Hot Module Replacement support for faster development
- ✨ Add prettier code style which is much simpler than
ESLint
when we only need a consistent code style
Improvements & Fixes
- 💫 Replace
koa-better-body
with 'koa-body' since it has direct github dependence - 🍭 API-proxy improvements, add custom prefix option
- 🐛 Couple of api proxy options and issues fixes
- 📝 Doc updates
- 🔨 Packages upgrades
v2.1.5
v2.1.4
v2.1.3
v2.1.2
- upgrade bootstrap to v4.beta-2 from alpha version
- add prop-types to deps
- fix scss sourcemap nested class position in (at least)chrome 😭
- ✨ first version to minify node.js code now without transpiling to ES5 🍺
- bash deploy script minor update
- upgrade packages to latest version from the moment, including React-v16.2
- copyright update
- other minor updates