UNPKG

2.03 kBMarkdownView Raw
1# Change Log
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<a name="2.2.2"></a>
6## [2.2.2](https://github.com/Netflix/falcor-json-graph/compare/v2.2.1...v2.2.2) (2018-08-24)
7
8
9### Bug Fixes
10
11* **flow:** make key range types discriminable. ([c7924c8](https://github.com/Netflix/falcor-json-graph/commit/c7924c8))
12
13
14
15<a name="2.2.1"></a>
16## [2.2.1](https://github.com/Netflix/falcor-json-graph/compare/v2.2.0...v2.2.1) (2018-01-03)
17
18
19### Bug Fixes
20
21* Make JsonGraphLeaf types invariant for compatibility with upcoming AtomOrError type. ([231107e](https://github.com/Netflix/falcor-json-graph/commit/231107e))
22
23
24
25<a name="2.2.0"></a>
26# [2.2.0](https://github.com/Netflix/falcor-json-graph/compare/v2.1.1...v2.2.0) (2017-12-22)
27
28
29### Bug Fixes
30
31* **types:** IDisposable.isDisposed should be read only. ([57d7d94](https://github.com/Netflix/falcor-json-graph/commit/57d7d94))
32
33
34### Features
35
36* mergeJsonGraph, mergeJsonGraphEnvelope ([774b5f5](https://github.com/Netflix/falcor-json-graph/commit/774b5f5))
37
38
39
40<a name="2.1.1"></a>
41## [2.1.1](https://github.com/Netflix/falcor-json-graph/compare/v2.1.0...v2.1.1) (2017-12-21)
42
43
44### Bug Fixes
45
46* JsonMap and JsonGraph types should not assume values are present. ([2bade2d](https://github.com/Netflix/falcor-json-graph/commit/2bade2d))
47
48
49
50<a name="2.1.0"></a>
51# [2.1.0](https://github.com/Netflix/falcor-json-graph/compare/v2.0.0...v2.1.0) (2017-12-12)
52
53
54### Features
55
56* add Flow type definitions and expose undefined atom constructor as undefinedAtom. ([5305f93](https://github.com/Netflix/falcor-json-graph/commit/5305f93))
57
58
59
60<a name="2.0.0"></a>
61# [2.0.0](https://github.com/Netflix/falcor-json-graph/compare/v1.1.5...v2.0.0) (2015-10-03)
62
63
64* Placeholder for v2.0.0 ([8e65543](https://github.com/Netflix/falcor-json-graph/commit/8e65543))
65
66### BREAKING CHANGES
67
68* Removed falcor-path-syntax dependency. Paths must now be specified using array syntax.