UNPKG

1.86 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5### [3.0.6](https://github.com/yesmeck/mini-store/compare/v3.0.5...v3.0.6) (2020-07-31)
6
7<a name="3.0.5"></a>
8## [3.0.5](https://github.com/yesmeck/mini-store/compare/v3.0.4...v3.0.5) (2020-06-02)
9
10
11
12<a name="3.0.4"></a>
13## [3.0.4](https://github.com/yesmeck/mini-store/compare/v3.0.3...v3.0.4) (2020-05-27)
14
15
16
17<a name="3.0.3"></a>
18## [3.0.3](https://github.com/yesmeck/mini-store/compare/v3.0.2...v3.0.3) (2020-05-06)
19
20
21
22<a name="3.0.2"></a>
23## [3.0.2](https://github.com/yesmeck/mini-store/compare/v3.0.1...v3.0.2) (2020-04-13)
24
25
26
27<a name="3.0.1"></a>
28## [3.0.1](https://github.com/yesmeck/mini-store/compare/v3.0.0...v3.0.1) (2020-03-27)
29
30
31### Bug Fixes
32
33* type error ([f8399f0](https://github.com/yesmeck/mini-store/commit/f8399f0))
34
35
36
37<a name="3.0.0"></a>
38# [3.0.0](https://github.com/yesmeck/mini-store/compare/v2.0.0...v3.0.0) (2020-03-27)
39
40
41### Features
42
43* new Context and TypeScript ([9fcb219](https://github.com/yesmeck/mini-store/commit/9fcb219))
44
45
46
47<a name="2.0.0"></a>
48# [2.0.0](https://github.com/yesmeck/mini-store/compare/v1.1.2...v2.0.0) (2018-10-12)
49
50
51### Breaking Changes
52
53* Connected component will behavior as a pure component. ([4a10d4a](https://github.com/yesmeck/mini-store/commit/4a10d4a))
54
55
56
57<a name="1.1.2"></a>
58## [1.1.2](https://github.com/yesmeck/mini-store/compare/v1.1.1...v1.1.2) (2018-08-13)
59
60
61### Bug Fixes
62
63* state comparition ([9d5251b](https://github.com/yesmeck/mini-store/commit/9d5251b))
64
65
66
67<a name="1.1.1"></a>
68## [1.1.1](https://github.com/yesmeck/mini-store/compare/v1.1.0...v1.1.1) (2018-08-10)
69
70
71### Bug Fixes
72
73* mapStateToProps is not invoked when props changeS ([2e511b6](https://github.com/yesmeck/mini-store/commit/2e511b6))