Skip to content

Releases: borisding/universsr

v5.2.0

25 Jan 16:03
Compare
Choose a tag to compare

v5.1.0

17 Jan 14:44
Compare
Choose a tag to compare
  • Updated dependencies (esm, etc)
  • Tweaks

v5.0.1

04 Jan 20:03
Compare
Choose a tag to compare
  • Redux DevTools Extension - Fixed window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ typo

v5.0.0

04 Jan 16:53
Compare
Choose a tag to compare
  • Min. version 8.3.0 of Node for object rest/spread without providing harmony flag.
  • Min. version 16.4.0 of React, started using React Redux 6.
  • A major project re-structuring with re-ducks modular approach for Redux.
  • Rewrote config and environment variables for more reliable process and webpack bundling.
  • Better Redux debugging experience with Redux DevTools Extension support.
  • Using mini-css-extract-plugin and css-hot-loader instead to achieve HMR and CSS extraction.
  • Added sideEffects key in package.json (good read on SO)
  • Excluded Enzyme as default testing utility but opt-in.
  • Webpack config refactoring and amendments.
  • Files renaming, upgraded dependencies, refactoring and fixes.

Please see the README.md for further details 🙏

🎉HAPPY NEW YEAR! 🎉

v4.0.0

01 Dec 10:05
Compare
Choose a tag to compare
  • Deprecated ejs for page views, using template string instead with React Helmet for document head.
  • Added winston logger. Made morgan to work in conjunction with winston.
  • Upgraded dependencies.
  • Overall tweaks and refactoring.

v3.3.0

02 Nov 07:10
Compare
Choose a tag to compare
  • Moved cors middleware to app.
  • Excluded opt-in custom middlewares (csp, csrf).
  • Proxy error tweak.

v3.2.0

02 Nov 02:43
Compare
Choose a tag to compare
  • Upgraded dependencies (including RR v4.4.0-beta.6).
  • Removed lint-staged package since it's not being used.

v3.1.0

31 Oct 03:45
Compare
Choose a tag to compare
  • Upgraded dependencies (including React v16.6.0, RR v4.4.0-beta.5)
  • Added Node 10.x as stable refers to v11.0

v3.0.0

19 Oct 14:25
Compare
Choose a tag to compare
  • Project structure and filename amendments, such as api/app server file changes, client/server entry files for webpack build workflow, keep root reducer and configure store in common directory, etc. Please read through Directory Structure for the changes.
  • Configuration changes:
    • Keep ESLint, Stylelint, PostCSS configurations in package.json file.
    • Renamed generated config-properties.json to env-properties.json.
    • Changed environment config variable, eg: CONFIG['PORT'] ---> ENV['PORT'].
    • Uppercased keys for SYSPATH object, eg SYSPATH['public'] ---> SYSPATH['PUBLIC'].
  • Added session management with file storage as default.
  • Refactoring and fix for require correct root reducer file in hot reload.
  • Upgraded respective dependencies, which includes RR v4.4.0-beta.4

v2.5.0

09 Oct 02:46
Compare
Choose a tag to compare
  • Updated dependencies.
  • Added cssModules option for ExtractCssChunks.
  • Moved OptimizeCssAssetsPlugin up to minimizer option under optimization config.