Releases: BigFatDog/auth-flow-react-apollo-saga
Releases · BigFatDog/auth-flow-react-apollo-saga
1.0.6
- Use
React.lazy
, <Suspense>
for lazy loading. react-loadable
is removed
React.memo
for performance tuning
- Migrate from
enzyme
to @testing-library/react
- Partially fix templates and tests
- Coding style
- React hooks lint
1.0.5
- Use GraphQL to greatly reduce redux boilerplate
- Deprecate
immutable
and adopt immer
- Use react hooks instead of components
SecuredRoute
- Dependencies upgrade
- Safer token check
1.0.4
🐛 Bug-fix
- GraphQL server handles tokens in http headers correctly
1.0.3
🌷 Feature
- upgrade
apollo-server-express
to v2
1.0.2
🌷 architecture upgrade:
- remove
jest
and babel
config out of package.json
- add
jest.config.js
- use
babel.config.js
instead of .babelrc
- use
connected-redux-router
and completely deprecate react-router-redux
- bundle server code
- simplify webpack config
- remove
offline-plugin
in production
- remove
dll-plugin
in dev.
- use
node
instead of babel-node
in production environment
- use
esm
for server code in dev mode
- dependencies upgrade
1.0.1
🌷 Refactoring
- Move injectors to /core/runtime
- Fix reducer and saga injectors
- Move
request
to /core/http
🐛 Bugfix
- Add webpack mode to development configuration
1.0.0
🌷 Features
- Webpack 4 configuration
- Upgrade dependencies