UNPKG
minska
Version:
latest (1.1.0)
1.1.0
1.0.0
A simple flux like store with reducers and effects
github.com/samisking/minska
samisking/minska
minska
/
CHANGELOG.md
11 lines
(7 loc)
•
229 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
## 1.1.0 (2017-03-08)
Features:
-
Minor version bump.
-
You should now
`import { Store }`
instead of
`import Store`
.
-
Add ability to combine reducers and effects with a given namespace.
## 1.0.0 (2017-03-04)
Initial release.