Skip to content

Releases: BigFatDog/auth-flow-react-apollo-saga

1.0.7

29 Jul 01:33
Compare
Choose a tag to compare

💡 Features
Autocomplete

1.0.6

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

05 Jul 16:40
Compare
Choose a tag to compare
  • 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

28 Jan 15:41
Compare
Choose a tag to compare

🐛 Bug-fix

  • GraphQL server handles tokens in http headers correctly

1.0.3

28 Jan 14:36
Compare
Choose a tag to compare

🌷 Feature

  • upgrade apollo-server-express to v2

1.0.2

23 Jan 14:40
Compare
Choose a tag to compare

🌷 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

13 Jun 19:03
Compare
Choose a tag to compare

🌷 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

08 Jun 19:48
Compare
Choose a tag to compare

🌷 Features

  • Webpack 4 configuration
  • Upgrade dependencies