Releases: ream/deprecated
Releases 路 ream/deprecated
v4.1.1
Compare
Sorry, something went wrong.
No results found
4.1.1 (2019-05-10)
Bug Fixes
babel: fix babel preset options caching (5695b14 )
v4.1.0
Compare
Sorry, something went wrong.
No results found
4.1.0 (2019-05-10)
Features
html-minifier integration (cb95cc3 )
v4.0.0
Compare
Sorry, something went wrong.
No results found
4.0.0 (2019-01-05)
Bug Fixes
apollo-inject pulling router from wrong context (df9a0e1 )
Code Refactoring
merge ssrContext into enhanceContext (ceeaa36 )
remove getInitialDataContextFns in favour of middlewares (5107f5a )
Performance Improvements
optimize isRouteComponent (1a3a6a4 )
BREAKING CHANGES
ssrContext has been merged into enhanceContext.
Update your plugins accordingly.
getInitialDataContext has been removed. Update your
plugins to use addMiddleware instead.
v3.4.4
Compare
Sorry, something went wrong.
No results found
3.4.4 (2018-12-08)
Bug Fixes
return HTTP 500 on unhandled errors during SSR (d488fe2 ), closes #133
v3.4.3
Compare
Sorry, something went wrong.
No results found
3.4.3 (2018-12-04)
Bug Fixes
use custom terser-webpack-plugin setup (b39e817 ), closes #131
v3.4.2
Compare
Sorry, something went wrong.
No results found
3.4.2 (2018-12-03)
Bug Fixes
remove hardcoded uglifyjs, reuse webpack built-in minimizer setup (7df5c2b ), closes #130
sync @types /webpack-chain version (a7d840c )
v3.4.1
Compare
Sorry, something went wrong.
No results found
3.4.1 (2018-12-03)
Bug Fixes
actually publish type defs (d0a41e7 )
v3.4.0
Compare
Sorry, something went wrong.
No results found
3.4.0 (2018-12-03)
Features
v3.3.5
Compare
Sorry, something went wrong.
No results found
3.3.5 (2018-10-16)
Bug Fixes
prevent multiple rebuilds on ream dev start (bec70de ), closes #124
v3.3.4
Compare
Sorry, something went wrong.
No results found
3.3.4 (2018-10-11)
Bug Fixes