mirrorx
Version:
A React framework with minimal API and zero boilerplate.
121 lines (66 loc) ⢠3.14 kB
Markdown
## [v1.1.0](https://github.com/mirrorjs/mirror/compare/v1.1.0...v1.1.1)
> 2019-08-28
* Update some dependencies.
## [v1.1.0](https://github.com/mirrorjs/mirror/compare/v0.2.13...v1.1.0)
> 2019-05-06
* Add [`toReducers`](docs/api.md#toreducers) and [`middleware`](docs/api.md#middleware).
## ~~v1.0.0~~
*Deprecated.*
## [v0.2.13](https://github.com/mirrorjs/mirror/compare/v0.2.12...v0.2.13)
> 2019-03-21
* Fix `history` cjs style importing warning ([#106](https://github.com/mirrorjs/mirror/pull/106) by @kvkens).
## [v0.2.12](https://github.com/mirrorjs/mirror/compare/v0.2.11...v0.2.12)
> 2018-09-08
* Allow `mirror.defaults` to *merge* new Redux reducers into the previous ones.
## [v0.2.11](https://github.com/mirrorjs/mirror/compare/v0.2.10...v0.2.11)
> 2018-05-04
* Update dependencies and package-lock.json to prevent potential security vulnerability
## [v0.2.10](https://github.com/mirrorjs/mirror/compare/v0.2.9...v0.2.10)
> 2017-10-20
* Update react-router-redux to v5.0.0.alpha-8
## [v0.2.9](https://github.com/mirrorjs/mirror/compare/v0.2.7...v0.2.9)
> 2017-10-19
* Tag effects with `isEffect` prop (by @shmck)
* Update dependencies including React 16 and others
* Add change log
## [v0.2.7](https://github.com/mirrorjs/mirror/compare/v0.2.6...v0.2.7)
> 2017-09-16
* Support extra custom `reducers` in `mirror.defaults` ([#47](https://github.com/mirrorjs/mirror/pull/47) by @madisvain)
* Support `basename` and some other props for Router ([#22](https://github.com/mirrorjs/mirror/issues/22))
* Move `prop-types` to peerDependencies
* Update code style to force spacing inside braces
* Some minor code refactors
## [v0.2.6](https://github.com/mirrorjs/mirror/compare/v0.2.5...v0.2.6)
> 2017-09-08
* Optionally overwrite `addEffect` ([#37](https://github.com/mirrorjs/mirror/pull/37) by @shmck)
* Add babel-runtime dep for Couter example if npm < 3
* Change to ES6 modules for `index.js`
* Docs updating
## [v0.2.5](https://github.com/mirrorjs/mirror/compare/v0.2.4...v0.2.5)
> 2017-08-25
* Export `Prompt` and `withRouter` for Router ([#30](https://github.com/mirrorjs/mirror/issues/30))
* Correct typos in docs
## [v0.2.4](https://github.com/mirrorjs/mirror/compare/v0.2.3...v0.2.4)
> 2017-08-17
* Correct some typos in docs
* Add API links in `docs/api.md`
## [v0.2.3](https://github.com/mirrorjs/mirror/compare/v0.2.2...v0.2.3)
> 2017-08-11
* Update docs to make it better
## [v0.2.2](https://github.com/mirrorjs/mirror/compare/v0.2.1...v0.2.2)
> 2017-08-10
* Minor updating in docs
## [v0.2.1](https://github.com/mirrorjs/mirror/compare/v0.2.0...v0.2.1)
> 2017-08-10
* Change action type separator from `.` to `/`
* Update test suits and docs
## [v0.2.0](https://github.com/mirrorjs/mirror/compare/v0.1.5...v0.2.0)
> 2017-08-02
* Update README to add `effects` demonstration of `mirror.model` API
## [v0.1.5](https://github.com/mirrorjs/mirror/compare/v0.1.4...v0.1.5)
> 2017-08-01
* Update dependencies and readme
* Add travis and coveralls CI
## [v0.1.4](https://github.com/mirrorjs/mirror/commit/c188d79d0781394ece3f8d02f5eb16794baa6140)
> 2017-07-31
ššš