Skip to content

v2.4.0

Compare
Choose a tag to compare
@topheman topheman released this 02 Dec 00:14
· 97 commits to master since this release

Major change: topheman-apis-proxy is no longer mandatory, the only steps to get the project setup are:

  • git clone https://github.com/topheman/react-es6-redux.git
  • npm install

Updates:

  • refactor httpClient, the root url of the github api is customizable via env var API_ROOT_URL 5cc496f
  • refactor http.stub, timeout customizable via env var STUB_MOCK_TIMEOUT in mock mode 5cc496f
  • default npm tasks like webpack, build, build-prod and build-prod-all are now easily usable & customizable by users/contibuters via env vars c355842

Changelog: v2.3.0...v2.4.0