Skip to content

Releases: JasonBoy/koa-web-kit

v2.3.2

26 Mar 10:56
Compare
Choose a tag to compare

😭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 to PORT env, still backwards compatiable
  • 🚀Simplify deploy.sh since we are using ecosystem.config.js for pm2 config now, see deploy section

v2.3.1

13 Mar 08:06
Compare
Choose a tag to compare
  • ✅browserslist in package.json consistent with .babelrc
  • 👷regen yarn.lock to fix registry inconsistent

v2.3.0

01 Mar 04:18
Compare
Choose a tag to compare

👯New Features

  • 📦 Bundle analyzer with new npm scripts added
    • dev: npm run dev:wd use webpack-dashboard with HMR enabled
    • dev: npm run build:wd & npm run watch:wd, same as above
    • prod: npm run prod:analyze use bundle-analyzer in production build to analyze your bundle size
  • 📦 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

24 Feb 01:56
Compare
Choose a tag to compare
  • 🐛 mistakenly put ModuleConcatenationPlugin to dev config

v2.2.0

11 Feb 08:12
Compare
Choose a tag to compare

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

19 Jan 09:04
Compare
Choose a tag to compare
  • 🎉 finally Bootstrap-v4.0 is available
  • ✂️ strip noisy webpack output in dev build

v2.1.4

28 Dec 10:13
Compare
Choose a tag to compare

🥂 Last Release before 2018 🍻

  • 🔧 Use plugin to clean older builds before current builds
  • ✨ Add npm version & Vulnerabilities badges
  • ✏️ Readme updates
  • 🔑 License to 2018

v2.1.3

06 Dec 09:58
Compare
Choose a tag to compare
  • 🎉Readme Done finally
  • 📦Published to npm, npm i koa-web-kit
  • ✂️ Deprecate Node-v7

v2.1.2

06 Dec 07:26
Compare
Choose a tag to compare
  • 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

v2.1.0

19 Oct 10:37
Compare
Choose a tag to compare
  • upgrade to React 16
  • upgrade to Webpack 3
  • and other packages upgrades