1 | # Changelog
|
2 |
|
3 | All 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.1.0](https://github.com/alexsasharegan/vue-functional-data-merge/compare/v3.0.1...v3.1.0) (2019-06-01)
|
6 |
|
7 |
|
8 | ### Features
|
9 |
|
10 | * vue compliant style string parsing ([#9](https://github.com/alexsasharegan/vue-functional-data-merge/issues/9)) ([e7d640b](https://github.com/alexsasharegan/vue-functional-data-merge/commit/e7d640b)), closes [/github.com/vuejs/vue/blob/dev/src/platforms/web/util/style.js#L5-L16](https://github.com/alexsasharegan/vue-functional-data-merge/issues/L5-L16)
|
11 |
|
12 |
|
13 |
|
14 | ### [3.0.1](https://github.com/alexsasharegan/vue-functional-data-merge/compare/v3.0.0...v3.0.1) (2019-06-01)
|
15 |
|
16 |
|
17 | ### Bug Fixes
|
18 |
|
19 | * split on first ':' char ([40e06c5](https://github.com/alexsasharegan/vue-functional-data-merge/commit/40e06c5))
|
20 |
|
21 |
|
22 |
|
23 | ## [3.0.0](https://github.com/alexsasharegan/vue-functional-data-merge/compare/v2.0.7...v3.0.0) (2019-06-01)
|
24 |
|
25 |
|
26 | ### Bug Fixes
|
27 |
|
28 | * remove unnecessary code ([9c9f3ce](https://github.com/alexsasharegan/vue-functional-data-merge/commit/9c9f3ce))
|
29 | * update tests for latest jest version ([1e4f2f0](https://github.com/alexsasharegan/vue-functional-data-merge/commit/1e4f2f0))
|
30 |
|
31 |
|
32 | ### Features
|
33 |
|
34 | * parse & merge style strings ([6894fa7](https://github.com/alexsasharegan/vue-functional-data-merge/commit/6894fa7))
|
35 |
|
36 |
|
37 | ### BREAKING CHANGES
|
38 |
|
39 | * parsing strings into style objects changes the output and rendered style behavior in components
|
40 |
|
41 |
|
42 |
|
43 | <a name="2.0.7"></a>
|
44 | ## [2.0.7](https://github.com/alexsasharegan/vue-functional-data-merge/compare/v2.0.6...v2.0.7) (2018-09-07)
|
45 |
|
46 |
|
47 |
|
48 | <a name="2.0.6"></a>
|
49 | ## [2.0.6](https://github.com/alexsasharegan/vue-functional-data-merge/compare/v2.0.5...v2.0.6) (2018-03-17)
|
50 |
|
51 |
|
52 |
|
53 | <a name="2.0.5"></a>
|
54 | ## [2.0.5](https://github.com/alexsasharegan/vue-functional-data-merge/compare/v2.0.4...v2.0.5) (2018-03-01)
|
55 |
|
56 |
|
57 |
|
58 | <a name="2.0.4"></a>
|
59 | ## [2.0.4](https://github.com/alexsasharegan/vue-functional-data-merge/compare/v2.0.3...v2.0.4) (2018-01-16)
|
60 |
|
61 |
|
62 | ### Bug Fixes
|
63 |
|
64 | * **#5:** handle initial state nullables on nested props ([#6](https://github.com/alexsasharegan/vue-functional-data-merge/issues/6)) ([2b78c54](https://github.com/alexsasharegan/vue-functional-data-merge/commit/2b78c54)), closes [#5](https://github.com/alexsasharegan/vue-functional-data-merge/issues/5) [#5](https://github.com/alexsasharegan/vue-functional-data-merge/issues/5)
|
65 |
|
66 |
|
67 |
|
68 | <a name="2.0.3"></a>
|
69 | ## [2.0.3](https://github.com/alexsasharegan/vue-functional-data-merge/compare/v2.0.2...v2.0.3) (2017-12-09)
|
70 |
|
71 |
|
72 |
|
73 | <a name="2.0.2"></a>
|
74 | ## [2.0.2](https://github.com/alexsasharegan/vue-functional-data-merge/compare/v2.0.1...v2.0.2) (2017-11-26)
|
75 |
|
76 |
|
77 | ### Bug Fixes
|
78 |
|
79 | * transpile for of stmts ([5048b40](https://github.com/alexsasharegan/vue-functional-data-merge/commit/5048b40))
|
80 |
|
81 |
|
82 |
|
83 | <a name="2.0.1"></a>
|
84 | ## [2.0.1](https://github.com/alexsasharegan/vue-functional-data-merge/compare/v2.0.0...v2.0.1) (2017-11-26)
|
85 |
|
86 |
|
87 | ### Bug Fixes
|
88 |
|
89 | * mv obj spread to index signature typing & use arguments only ([c087a4f](https://github.com/alexsasharegan/vue-functional-data-merge/commit/c087a4f))
|
90 |
|
91 |
|
92 |
|
93 | <a name="2.0.0"></a>
|
94 | # [2.0.0](https://github.com/alexsasharegan/vue-functional-data-merge/compare/v1.0.7...v2.0.0) (2017-11-26)
|
95 |
|
96 |
|
97 | ### Bug Fixes
|
98 |
|
99 | * **#2:** don't copy level 1 obj refs ([28bb545](https://github.com/alexsasharegan/vue-functional-data-merge/commit/28bb545))
|
100 |
|
101 |
|
102 | ### Features
|
103 |
|
104 | * add testing & bench, fix issue [#2](https://github.com/alexsasharegan/vue-functional-data-merge/issues/2), refactor ([e978c7f](https://github.com/alexsasharegan/vue-functional-data-merge/commit/e978c7f))
|
105 |
|
106 |
|
107 | ### BREAKING CHANGES
|
108 |
|
109 | * default export has been removed in favor of named export
|
110 | * right-most arguments were not originally given precedence in all cases. This has been fixed.
|