Releases: borisding/universsr
Releases · borisding/universsr
v5.2.0
- Upgraded deps (
"jest": "^24.0.0"
,"esm": "^3.1.2"
, etc) - Jest:
- Removed
"babel-core": "^7.0.0-bridge.0"
. - Changed from
"setupTestFrameworkScriptFile"
to"setupFilesAfterEnv"
. - Blog: https://jestjs.io/blog/2019/01/25/jest-24-refreshing-polished-typescript-friendly
- Removed
v5.1.0
v5.0.1
v5.0.0
- 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
andcss-hot-loader
instead to achieve HMR and CSS extraction. - Added
sideEffects
key inpackage.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
v3.3.0
v3.2.0
v3.1.0
v3.0.0
- 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
toenv-properties.json
. - Changed environment config variable, eg:
CONFIG['PORT']
--->ENV['PORT']
. - Uppercased keys for SYSPATH object, eg
SYSPATH['public']
--->SYSPATH['PUBLIC']
.
- Keep ESLint, Stylelint, PostCSS configurations in
- 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