UNPKG

2.67 kBMarkdownView Raw
1<a name="3.1.0"></a>
2## 3.1.0 (2019-01-14)
3
4
5#### Features
6
7* **merge:** add errors merge (#15) ([979ba92f](https://github.com/Netflix/falcor-json-graph.git/commit/979ba92f))
8
9
10<a name="3.0.0"></a>
11## 3.0.0 (2019-01-08)
12
13
14#### Bug Fixes
15
16* **merge:** merge paths even if one side is missing (#14) BREAKING CHANGE: paths will be pre ([794b0baf](https://github.com/Netflix/falcor-json-graph.git/commit/794b0baf))
17
18
19#### Breaking Changes
20
21* paths will be present if any of the sides have paths in the envelope, earlier it was skipped if any of them were missing
22
23 ([794b0baf](https://github.com/Netflix/falcor-json-graph.git/commit/794b0baf))
24
25
26# Change Log
27
28All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
29
30<a name="2.2.2"></a>
31## [2.2.2](https://github.com/Netflix/falcor-json-graph/compare/v2.2.1...v2.2.2) (2018-08-24)
32
33
34### Bug Fixes
35
36* **flow:** make key range types discriminable. ([c7924c8](https://github.com/Netflix/falcor-json-graph/commit/c7924c8))
37
38
39
40<a name="2.2.1"></a>
41## [2.2.1](https://github.com/Netflix/falcor-json-graph/compare/v2.2.0...v2.2.1) (2018-01-03)
42
43
44### Bug Fixes
45
46* Make JsonGraphLeaf types invariant for compatibility with upcoming AtomOrError type. ([231107e](https://github.com/Netflix/falcor-json-graph/commit/231107e))
47
48
49
50<a name="2.2.0"></a>
51# [2.2.0](https://github.com/Netflix/falcor-json-graph/compare/v2.1.1...v2.2.0) (2017-12-22)
52
53
54### Bug Fixes
55
56* **types:** IDisposable.isDisposed should be read only. ([57d7d94](https://github.com/Netflix/falcor-json-graph/commit/57d7d94))
57
58
59### Features
60
61* mergeJsonGraph, mergeJsonGraphEnvelope ([774b5f5](https://github.com/Netflix/falcor-json-graph/commit/774b5f5))
62
63
64
65<a name="2.1.1"></a>
66## [2.1.1](https://github.com/Netflix/falcor-json-graph/compare/v2.1.0...v2.1.1) (2017-12-21)
67
68
69### Bug Fixes
70
71* JsonMap and JsonGraph types should not assume values are present. ([2bade2d](https://github.com/Netflix/falcor-json-graph/commit/2bade2d))
72
73
74
75<a name="2.1.0"></a>
76# [2.1.0](https://github.com/Netflix/falcor-json-graph/compare/v2.0.0...v2.1.0) (2017-12-12)
77
78
79### Features
80
81* add Flow type definitions and expose undefined atom constructor as undefinedAtom. ([5305f93](https://github.com/Netflix/falcor-json-graph/commit/5305f93))
82
83
84
85<a name="2.0.0"></a>
86# [2.0.0](https://github.com/Netflix/falcor-json-graph/compare/v1.1.5...v2.0.0) (2015-10-03)
87
88
89* Placeholder for v2.0.0 ([8e65543](https://github.com/Netflix/falcor-json-graph/commit/8e65543))
90
91### BREAKING CHANGES
92
93* Removed falcor-path-syntax dependency. Paths must now be specified using array syntax.