This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
Releases: pitzcarraldo/reduxible
Releases · pitzcarraldo/reduxible
0.1.0
v0.0.2
0.0.2
- Migrated to babel-runtime from babel-polyfill.
- Improved docs.
0.0.2-beta.2
- Added
hashHistory
option for support the environment that do not supportpushState
.
0.0.2-beta.1
- Refactored Reduxible.js for Handle Errors.
0.0.2-beta.0
- Removed DevTools.
- Apply es3ify.
- Add initialActions.
0.0.2-beta
- Migrated to Babel 6.
- Renamed reducer to reducers.
- Renamed middleware to middlewares.
- Renamed serverMiddleware to contextMiddleware.
0.0.2-alpha
- Added extras for support webpack-isomorphic-tools.
- Encapsulate ReduxibleConfig.
- Added travis-ci config.
- Added createAction and createReducer.
- Added serverMiddleware.
- Decoupled Action and Reducer.
0.0.1
- Added build scripts.
- Added descriptions to README.md.
- Added reloader
- Added
0.0.0
- Structure base of the project.
- Reduxible
- ReduxibleConfig
- ReduxibleRouter
- StoreFactory
- DevTools
- Published to NPM.