v2.4.0
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
andbuild-prod-all
are now easily usable & customizable by users/contibuters via env vars c355842
Changelog: v2.3.0...v2.4.0