@ceramicnetwork/common 1.10.4 → 2.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/README.md +9 -1
  2. package/lib/anchor-service.d.ts +3 -3
  3. package/lib/anchor-service.d.ts.map +1 -1
  4. package/lib/anchor-service.js +1 -2
  5. package/lib/anchor-service.js.map +0 -0
  6. package/lib/ceramic-api.d.ts +4 -4
  7. package/lib/ceramic-api.d.ts.map +1 -1
  8. package/lib/ceramic-api.js +1 -2
  9. package/lib/ceramic-api.js.map +0 -0
  10. package/lib/context.d.ts +3 -3
  11. package/lib/context.d.ts.map +1 -1
  12. package/lib/context.js +1 -2
  13. package/lib/context.js.map +0 -0
  14. package/lib/index.d.ts +19 -17
  15. package/lib/index.d.ts.map +1 -1
  16. package/lib/index.js +19 -29
  17. package/lib/index.js.map +1 -1
  18. package/lib/logger-base.d.ts +0 -0
  19. package/lib/logger-base.d.ts.map +0 -0
  20. package/lib/logger-base.js +7 -13
  21. package/lib/logger-base.js.map +1 -1
  22. package/lib/logger-provider-browser.d.ts +2 -2
  23. package/lib/logger-provider-browser.d.ts.map +1 -1
  24. package/lib/logger-provider-browser.js +5 -9
  25. package/lib/logger-provider-browser.js.map +1 -1
  26. package/lib/logger-provider.d.ts +2 -2
  27. package/lib/logger-provider.d.ts.map +1 -1
  28. package/lib/logger-provider.js +9 -16
  29. package/lib/logger-provider.js.map +1 -1
  30. package/lib/loggers-browser.d.ts +1 -1
  31. package/lib/loggers-browser.d.ts.map +1 -1
  32. package/lib/loggers-browser.js +5 -13
  33. package/lib/loggers-browser.js.map +1 -1
  34. package/lib/loggers.d.ts +1 -1
  35. package/lib/loggers.d.ts.map +1 -1
  36. package/lib/loggers.js +11 -37
  37. package/lib/loggers.js.map +1 -1
  38. package/lib/networks.d.ts +0 -0
  39. package/lib/networks.d.ts.map +0 -0
  40. package/lib/networks.js +2 -5
  41. package/lib/networks.js.map +1 -1
  42. package/lib/pinning.d.ts +2 -2
  43. package/lib/pinning.d.ts.map +1 -1
  44. package/lib/pinning.js +1 -2
  45. package/lib/pinning.js.map +0 -0
  46. package/lib/running-state-like.d.ts +1 -1
  47. package/lib/running-state-like.d.ts.map +1 -1
  48. package/lib/running-state-like.js +1 -2
  49. package/lib/running-state-like.js.map +0 -0
  50. package/lib/stream-state-subject.d.ts +1 -1
  51. package/lib/stream-state-subject.d.ts.map +1 -1
  52. package/lib/stream-state-subject.js +4 -8
  53. package/lib/stream-state-subject.js.map +1 -1
  54. package/lib/stream.d.ts +6 -6
  55. package/lib/stream.d.ts.map +1 -1
  56. package/lib/stream.js +21 -30
  57. package/lib/stream.js.map +1 -1
  58. package/lib/streamopts.d.ts +0 -0
  59. package/lib/streamopts.d.ts.map +0 -0
  60. package/lib/streamopts.js +2 -5
  61. package/lib/streamopts.js.map +1 -1
  62. package/lib/subscription-set.d.ts +0 -0
  63. package/lib/subscription-set.d.ts.map +0 -0
  64. package/lib/subscription-set.js +1 -5
  65. package/lib/subscription-set.js.map +1 -1
  66. package/lib/unreachable-case-error.d.ts +0 -0
  67. package/lib/unreachable-case-error.d.ts.map +0 -0
  68. package/lib/unreachable-case-error.js +1 -5
  69. package/lib/unreachable-case-error.js.map +1 -1
  70. package/lib/utils/accountid-utils.d.ts +4 -0
  71. package/lib/utils/accountid-utils.d.ts.map +1 -0
  72. package/lib/utils/accountid-utils.js +21 -0
  73. package/lib/utils/accountid-utils.js.map +1 -0
  74. package/lib/utils/cid-utils.d.ts +3 -0
  75. package/lib/utils/cid-utils.d.ts.map +1 -0
  76. package/lib/utils/cid-utils.js +15 -0
  77. package/lib/utils/cid-utils.js.map +1 -0
  78. package/lib/utils/http-utils.d.ts +0 -1
  79. package/lib/utils/http-utils.d.ts.map +1 -1
  80. package/lib/utils/http-utils.js +3 -27
  81. package/lib/utils/http-utils.js.map +1 -1
  82. package/lib/utils/stream-utils.d.ts +2 -2
  83. package/lib/utils/stream-utils.d.ts.map +1 -1
  84. package/lib/utils/stream-utils.js +26 -55
  85. package/lib/utils/stream-utils.js.map +1 -1
  86. package/lib/utils/test-utils.d.ts +2 -2
  87. package/lib/utils/test-utils.d.ts.map +1 -1
  88. package/lib/utils/test-utils.js +8 -12
  89. package/lib/utils/test-utils.js.map +1 -1
  90. package/package.json +20 -24
  91. package/CHANGELOG.md +0 -1795
package/CHANGELOG.md DELETED
@@ -1,1795 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.10.4](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.10.3...@ceramicnetwork/common@1.10.4) (2022-01-09)
7
-
8
- **Note:** Version bump only for package @ceramicnetwork/common
9
-
10
-
11
-
12
-
13
-
14
- ## [1.10.3](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.10.2...@ceramicnetwork/common@1.10.3) (2022-01-09)
15
-
16
- **Note:** Version bump only for package @ceramicnetwork/common
17
-
18
-
19
-
20
-
21
-
22
- ## [1.10.2](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.10.1...@ceramicnetwork/common@1.10.2) (2022-01-09)
23
-
24
- **Note:** Version bump only for package @ceramicnetwork/common
25
-
26
-
27
-
28
-
29
-
30
-
31
- ## [1.10.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.10.1-rc.0...@ceramicnetwork/common@1.10.1) (2021-12-23)
32
-
33
- **Note:** Version bump only for package @ceramicnetwork/common
34
-
35
-
36
-
37
-
38
-
39
- ## [1.10.1-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.10.0...@ceramicnetwork/common@1.10.1-rc.0) (2021-12-23)
40
-
41
-
42
- ### Bug Fixes
43
-
44
- * **core:** Allow loading multiple CommitIDs for the same stream in parallel ([#1956](https://github.com/ceramicnetwork/js-ceramic/issues/1956)) ([28cfd62](https://github.com/ceramicnetwork/js-ceramic/commit/28cfd622e684b3b7209884024e684be6e6a1fa88))
45
-
46
-
47
-
48
-
49
-
50
- # [1.10.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.10.0-rc.0...@ceramicnetwork/common@1.10.0) (2021-12-08)
51
-
52
- **Note:** Version bump only for package @ceramicnetwork/common
53
-
54
-
55
-
56
-
57
-
58
- # 1.10.0-rc.0 (2021-12-08)
59
-
60
-
61
- ### Features
62
-
63
- * add client side timeout to http-requests ([a33356c](https://github.com/ceramicnetwork/js-ceramic/commit/a33356c8a518252af9d81d1136411725c429cc3b))
64
-
65
-
66
-
67
-
68
-
69
- # [1.9.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.9.0-rc.2...@ceramicnetwork/common@1.9.0) (2021-12-06)
70
-
71
- **Note:** Version bump only for package @ceramicnetwork/common
72
-
73
-
74
-
75
-
76
-
77
- # 1.9.0-rc.2 (2021-12-06)
78
-
79
-
80
- ### Bug Fixes
81
-
82
- * Revert Caip10 upgrade ([#1895](https://github.com/ceramicnetwork/js-ceramic/issues/1895)) ([1c376ef](https://github.com/ceramicnetwork/js-ceramic/commit/1c376ef92f4e93b6da819616cef4e5c7582c97e5))
83
-
84
-
85
-
86
-
87
-
88
- # [1.9.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.9.0-rc.0...@ceramicnetwork/common@1.9.0-rc.1) (2021-12-01)
89
-
90
- **Note:** Version bump only for package @ceramicnetwork/common
91
-
92
-
93
-
94
-
95
-
96
- # [1.9.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.8.0...@ceramicnetwork/common@1.9.0-rc.0) (2021-11-17)
97
-
98
-
99
- ### Bug Fixes
100
-
101
- * resolve merge conflicts during merge from `main` ([#1848](https://github.com/ceramicnetwork/js-ceramic/issues/1848)) ([6772fc6](https://github.com/ceramicnetwork/js-ceramic/commit/6772fc6c61bc9daadfd3f6d6ecf3de2bb100450d))
102
-
103
-
104
- ### Features
105
-
106
- * Import types, when only types are imported ([#1832](https://github.com/ceramicnetwork/js-ceramic/issues/1832)) ([bfa83c0](https://github.com/ceramicnetwork/js-ceramic/commit/bfa83c0c9f42b760f2f4a79eaf972eda99532489))
107
-
108
-
109
-
110
-
111
-
112
- # [1.8.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.8.0-rc.0...@ceramicnetwork/common@1.8.0) (2021-11-17)
113
-
114
- **Note:** Version bump only for package @ceramicnetwork/common
115
-
116
-
117
-
118
-
119
-
120
- # [1.8.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.7.2...@ceramicnetwork/common@1.8.0-rc.0) (2021-11-12)
121
-
122
-
123
- ### Bug Fixes
124
-
125
- * **cli,http-client:** Fix pin API in CLI and http client ([#752](https://github.com/ceramicnetwork/js-ceramic/issues/752)) ([20fcd75](https://github.com/ceramicnetwork/js-ceramic/commit/20fcd7598e589c088bcc778bafd1304efa64edb7))
126
- * **common:** CeramicApi compatibility ([#1326](https://github.com/ceramicnetwork/js-ceramic/issues/1326)) ([1837c0d](https://github.com/ceramicnetwork/js-ceramic/commit/1837c0d6589d82de8b69d487d48f253e50f98dd2))
127
- * **common:** Don't serialize null state fields ([#867](https://github.com/ceramicnetwork/js-ceramic/issues/867)) ([51b7375](https://github.com/ceramicnetwork/js-ceramic/commit/51b737542dc64cd3feac8af6c22fa32a81a48c8a))
128
- * **common:** Don't use node packages at runtime in the logger if we might be running in-browser ([#1165](https://github.com/ceramicnetwork/js-ceramic/issues/1165)) ([937c4f4](https://github.com/ceramicnetwork/js-ceramic/commit/937c4f4fb5c7b403733397e9d4f3c8e442beb3cc))
129
- * **common:** fix IpfsApi import ([#565](https://github.com/ceramicnetwork/js-ceramic/issues/565)) ([802c284](https://github.com/ceramicnetwork/js-ceramic/commit/802c284657c3d03df4268c1cf1f6d445e6b7218d))
130
- * **common:** Remove additional LF symbol introduced by Morgan logger ([#1222](https://github.com/ceramicnetwork/js-ceramic/issues/1222)) ([838ce9c](https://github.com/ceramicnetwork/js-ceramic/commit/838ce9ccd835fa5039937807f7770cc6538f3e15))
131
- * **common:** Show timezone with anchorScheduledFor property [#897](https://github.com/ceramicnetwork/js-ceramic/issues/897) ([#951](https://github.com/ceramicnetwork/js-ceramic/issues/951)) ([be2b472](https://github.com/ceramicnetwork/js-ceramic/commit/be2b472640d35165efeb61437b83a81f29e878be))
132
- * **common, logger:** Clean up dependencies ([#1164](https://github.com/ceramicnetwork/js-ceramic/issues/1164)) ([191ad31](https://github.com/ceramicnetwork/js-ceramic/commit/191ad310b87ac9aba97bb84b122908337f35aa11))
133
- * **core:** Don't display anchorScheduledFor at all when anchored ([#1101](https://github.com/ceramicnetwork/js-ceramic/issues/1101)) ([3be9e74](https://github.com/ceramicnetwork/js-ceramic/commit/3be9e741e6494040ad377d8714b407e4ba18a62b))
134
- * **core:** Honor ethereumRpcUrl config option ([#830](https://github.com/ceramicnetwork/js-ceramic/issues/830)) ([a440b59](https://github.com/ceramicnetwork/js-ceramic/commit/a440b59ec692313e72bf3f3e15abb5b90cdef5e9))
135
- * **core:** ipfs subscribe, pin version ([#1454](https://github.com/ceramicnetwork/js-ceramic/issues/1454)) ([fc9c5e7](https://github.com/ceramicnetwork/js-ceramic/commit/fc9c5e77ef84be448744b92fb35d5e3bf06f264d))
136
- * **core:** Only poll for anchors at startup, don't submit a new request ([#1437](https://github.com/ceramicnetwork/js-ceramic/issues/1437)) ([ec17446](https://github.com/ceramicnetwork/js-ceramic/commit/ec17446b0472942f4e4bcfeb8037aebe5ce63525))
137
- * **core:** only sync pinned streams the first time they are loaded ([#1417](https://github.com/ceramicnetwork/js-ceramic/issues/1417)) ([76be682](https://github.com/ceramicnetwork/js-ceramic/commit/76be6820fa2b5db49ede38b6cf20a9bee2702928))
138
- * **core:** Optimize commit application to minimize calls to IPFS ([#1528](https://github.com/ceramicnetwork/js-ceramic/issues/1528)) ([75ee50e](https://github.com/ceramicnetwork/js-ceramic/commit/75ee50eb7ec988afdab81aa23a9f792fb5c7602c))
139
- * CID version fix ([#638](https://github.com/ceramicnetwork/js-ceramic/issues/638)) ([a4f4390](https://github.com/ceramicnetwork/js-ceramic/commit/a4f4390ea561e991cae93dd26b9b122d10caef32))
140
- * Fix tests by using node environment for jest ([#1212](https://github.com/ceramicnetwork/js-ceramic/issues/1212)) ([0f04006](https://github.com/ceramicnetwork/js-ceramic/commit/0f04006098f9028c6750c9920c4b3af758b71235))
141
- * Pin dag-jose contents ([#1451](https://github.com/ceramicnetwork/js-ceramic/issues/1451)) ([a598c10](https://github.com/ceramicnetwork/js-ceramic/commit/a598c10d77eba29877c6513eb8567972f6db83cf))
142
- * **doctype-caip10-link:** solidify data structure ([#619](https://github.com/ceramicnetwork/js-ceramic/issues/619)) ([d1e3b98](https://github.com/ceramicnetwork/js-ceramic/commit/d1e3b98bda51ad3a7d2b7d31b253be3a181d91ae))
143
- * **http-client:** reload cached documents ([#719](https://github.com/ceramicnetwork/js-ceramic/issues/719)) ([6bc7dbf](https://github.com/ceramicnetwork/js-ceramic/commit/6bc7dbff31eaccfdbcb960effd850f069eb0d538))
144
-
145
-
146
- ### Features
147
-
148
- * **core,http-client:** Add 'force' option to pin API ([#1820](https://github.com/ceramicnetwork/js-ceramic/issues/1820)) ([7e2a742](https://github.com/ceramicnetwork/js-ceramic/commit/7e2a7425afaa0c0c4364ed0c052003ee39d6b40f))
149
- * Support optional genesis property in multiquery API ([#1736](https://github.com/ceramicnetwork/js-ceramic/issues/1736)) ([3e08463](https://github.com/ceramicnetwork/js-ceramic/commit/3e084638467d2d8983835d3836aec3049ae82920))
150
- * **cli:** Add hierarchy to daemon config ([#1633](https://github.com/ceramicnetwork/js-ceramic/issues/1633)) ([138b49d](https://github.com/ceramicnetwork/js-ceramic/commit/138b49dddd8bb0a4df383b731df8641a0451b1d9))
151
- * **cli:** Add S3StateStore ([#1041](https://github.com/ceramicnetwork/js-ceramic/issues/1041)) ([45e9d27](https://github.com/ceramicnetwork/js-ceramic/commit/45e9d27d50d3bddf3c32e331542839fda682675e))
152
- * **cli,http-client:** Update HTTP API to use streams terminology ([#1237](https://github.com/ceramicnetwork/js-ceramic/issues/1237)) ([6c0a142](https://github.com/ceramicnetwork/js-ceramic/commit/6c0a1421623d5e0dd0ab5bc83413fcad75b14d66))
153
- * **common:** Change 'sync' option to an enum and refine sync behaviors ([#1269](https://github.com/ceramicnetwork/js-ceramic/issues/1269)) ([0b652fb](https://github.com/ceramicnetwork/js-ceramic/commit/0b652fb7bc37585bd8715fcfe4bc53d1fcc709ee))
154
- * **common:** Miscellaneous renames from document-based to stream-based terminology ([#1290](https://github.com/ceramicnetwork/js-ceramic/issues/1290)) ([2ca935e](https://github.com/ceramicnetwork/js-ceramic/commit/2ca935ec22e7c7fb2f8b96180a4a791264ab57d3))
155
- * **common:** Remove deprecated methods named with Records instead of Commits ([#1217](https://github.com/ceramicnetwork/js-ceramic/issues/1217)) ([43fa46a](https://github.com/ceramicnetwork/js-ceramic/commit/43fa46af31f71967426aa7ed2d93eb6b213ce1d3))
156
- * **common:** Rename createDocumentFromGenesis to createStreamFromGenesis ([#1285](https://github.com/ceramicnetwork/js-ceramic/issues/1285)) ([0dbfbf3](https://github.com/ceramicnetwork/js-ceramic/commit/0dbfbf30621ae65be9ebb1f4d52b2ddb8a29fc4c))
157
- * **common:** Rename Doctype to Stream ([#1266](https://github.com/ceramicnetwork/js-ceramic/issues/1266)) ([4ebb6ac](https://github.com/ceramicnetwork/js-ceramic/commit/4ebb6ac50bc17e48c471cbd36c19586549736a8c))
158
- * **common:** Update createStreamFromGenesis to take 'type' number instead of 'doctype' string ([#1286](https://github.com/ceramicnetwork/js-ceramic/issues/1286)) ([967cf11](https://github.com/ceramicnetwork/js-ceramic/commit/967cf11ec95e5cd6650bfa49fa1efd9adab85d1b))
159
- * **common,core:** Split DocOpts into CreateOpts, LoadOpts, and UpdateOpts ([#1229](https://github.com/ceramicnetwork/js-ceramic/issues/1229)) ([85ccbb8](https://github.com/ceramicnetwork/js-ceramic/commit/85ccbb825f6ffca0ca2524f768b0019cd5379432))
160
- * **common,stream-tile,stream-tile-handler:** Add metadata option to forbid controller changes ([#1688](https://github.com/ceramicnetwork/js-ceramic/issues/1688)) ([85d6c97](https://github.com/ceramicnetwork/js-ceramic/commit/85d6c9789d28bb507abb9226be02e803cdc275ed))
161
- * **core:** Add API to request an anchor ([#1622](https://github.com/ceramicnetwork/js-ceramic/issues/1622)) ([8473c6a](https://github.com/ceramicnetwork/js-ceramic/commit/8473c6a0554147912d76e4ed6edf50597a22a39c))
162
- * **core:** Add chainId to genesis header ([#509](https://github.com/ceramicnetwork/js-ceramic/issues/509)) ([f916e63](https://github.com/ceramicnetwork/js-ceramic/commit/f916e633fcd61ad8fae8e1ac634f347b77302f06))
163
- * **core:** Add new logger package ([#878](https://github.com/ceramicnetwork/js-ceramic/issues/878)) ([9756868](https://github.com/ceramicnetwork/js-ceramic/commit/9756868697344515635ca7fd634bd214bf419948))
164
- * **core:** Allow loading signed records as document versions ([#617](https://github.com/ceramicnetwork/js-ceramic/issues/617)) ([ecf6943](https://github.com/ceramicnetwork/js-ceramic/commit/ecf6943c0e475b973bd1081b85f9cb1c9622cfe7))
165
- * **core:** Allow pinning/unpinning alongside CRUD operations in a single request ([#1693](https://github.com/ceramicnetwork/js-ceramic/issues/1693)) ([3727337](https://github.com/ceramicnetwork/js-ceramic/commit/3727337a355ce092851d169abf4fe510878137f3))
166
- * **core:** Break up and rename DocOpts args ([#527](https://github.com/ceramicnetwork/js-ceramic/issues/527)) ([13ed725](https://github.com/ceramicnetwork/js-ceramic/commit/13ed7254db0fe467165098b2f3e2825cb5baa6fb))
167
- * **core:** Clean up Ceramic.create() and accept LoggerProvider in CeramicConfig ([#1021](https://github.com/ceramicnetwork/js-ceramic/issues/1021)) ([a53c534](https://github.com/ceramicnetwork/js-ceramic/commit/a53c534f89baab0b2a31cc8cbe9694efcc5cfa3f))
168
- * **core:** enable the use of timestamps ([#1117](https://github.com/ceramicnetwork/js-ceramic/issues/1117)) ([f417e27](https://github.com/ceramicnetwork/js-ceramic/commit/f417e27ce34b56ed43a713ca6697c9f34b1b7ae7))
169
- * **core:** Invalid commits don't prevent loading a stream ([#1597](https://github.com/ceramicnetwork/js-ceramic/issues/1597)) ([fb1dea1](https://github.com/ceramicnetwork/js-ceramic/commit/fb1dea15fb2587839dcca69bad829276fa790268))
170
- * **core:** Loading a CommitID makes the node handle the commit CID as a potential new tip ([#1484](https://github.com/ceramicnetwork/js-ceramic/issues/1484)) ([46e0f22](https://github.com/ceramicnetwork/js-ceramic/commit/46e0f22f99d4ae47052083c4458de3d114cd6b59))
171
- * **core:** Make isUnique default to true ([#427](https://github.com/ceramicnetwork/js-ceramic/issues/427)) ([cbd9041](https://github.com/ceramicnetwork/js-ceramic/commit/cbd90410865c3a7be00b0b153f682150dfd1ac91))
172
- * **core:** Meat of State Refactor: final concurrency model ([#1130](https://github.com/ceramicnetwork/js-ceramic/issues/1130)) ([345d3d1](https://github.com/ceramicnetwork/js-ceramic/commit/345d3d1e16d4fe8f83e53a9c0d78228408f2b03c)), closes [#1141](https://github.com/ceramicnetwork/js-ceramic/issues/1141)
173
- * **core:** optimize document handler IPFS lookups ([2cb95df](https://github.com/ceramicnetwork/js-ceramic/commit/2cb95df549a531c0727d699f7953286ed5611efa))
174
- * **core:** Sync Streams with cache before returning from multiQuery ([#1548](https://github.com/ceramicnetwork/js-ceramic/issues/1548)) ([b78637d](https://github.com/ceramicnetwork/js-ceramic/commit/b78637dbb48111d8e45dc285fcd05570ad031f2e))
175
- * **core,http-client:** Add 'publish' option to unpin command ([#1706](https://github.com/ceramicnetwork/js-ceramic/issues/1706)) ([0ad204e](https://github.com/ceramicnetwork/js-ceramic/commit/0ad204e26e9d097ce8647ed3fd9efaea5484eb03))
176
- * **daemon:** add raw_data endpoint ([#1395](https://github.com/ceramicnetwork/js-ceramic/issues/1395)) ([41b6109](https://github.com/ceramicnetwork/js-ceramic/commit/41b61091efc3c05ef7894ebb423fa5508cfcd689)), closes [ceramicnetwork#1394](https://github.com/ceramicnetwork/issues/1394)
177
- * Check signature of a lone genesis ([#1529](https://github.com/ceramicnetwork/js-ceramic/issues/1529)) ([b55e225](https://github.com/ceramicnetwork/js-ceramic/commit/b55e225682e57aace057fb9e5e8aec0d78d63b75))
178
- * DocState contains type as number ([#1250](https://github.com/ceramicnetwork/js-ceramic/issues/1250)) ([56501e2](https://github.com/ceramicnetwork/js-ceramic/commit/56501e264aebb4e9b01ea31422dfd6f7827b1382))
179
- * Make optional custom file name for service log ([#1325](https://github.com/ceramicnetwork/js-ceramic/issues/1325)) ([f8b3c6d](https://github.com/ceramicnetwork/js-ceramic/commit/f8b3c6db5b6e57b6a89e54e327be0641d95e8c35))
180
- * Pass issuer to verifyJWS ([#1542](https://github.com/ceramicnetwork/js-ceramic/issues/1542)) ([3c60b0c](https://github.com/ceramicnetwork/js-ceramic/commit/3c60b0c43267e29e17fd1f676f25bf11c2ab06d5))
181
- * Pass time-information when checking a signature ([#1502](https://github.com/ceramicnetwork/js-ceramic/issues/1502)) ([913e091](https://github.com/ceramicnetwork/js-ceramic/commit/913e091827691f37a3e02ffcef569a22fd6f007d))
182
- * **core:** Remove chainId from document metadata and stop enforcing of chainId when applying records ([#574](https://github.com/ceramicnetwork/js-ceramic/issues/574)) ([955d3f6](https://github.com/ceramicnetwork/js-ceramic/commit/955d3f6bd7348676d096cab8f32d932993690a6e))
183
- * **core:** Remove doctype from genesis record ([#486](https://github.com/ceramicnetwork/js-ceramic/issues/486)) ([fbd68df](https://github.com/ceramicnetwork/js-ceramic/commit/fbd68df4664981a46596feffa68f85da742fbad2))
184
- * **core:** Rename document "versions" to document "commits" ([#618](https://github.com/ceramicnetwork/js-ceramic/issues/618)) ([03bc30a](https://github.com/ceramicnetwork/js-ceramic/commit/03bc30a017662f3001ba855d1b73e1c245d0bfef))
185
- * **core:** Rename several packages to remove redundant "ceramic-" prefix ([#460](https://github.com/ceramicnetwork/js-ceramic/issues/460)) ([8a86fb6](https://github.com/ceramicnetwork/js-ceramic/commit/8a86fb68b5f895f64e79a2585a5f854dd6c42088))
186
- * **core:** Split AnchorService from AnchorValidator ([#1505](https://github.com/ceramicnetwork/js-ceramic/issues/1505)) ([b92add9](https://github.com/ceramicnetwork/js-ceramic/commit/b92add945e5fc52943a836dfad856dc052cfbee3))
187
- * **core, http-client:** Remove default DID Resolver and make apps provide via CeramicAPI.setDID() ([#1196](https://github.com/ceramicnetwork/js-ceramic/issues/1196)) ([e9b3c18](https://github.com/ceramicnetwork/js-ceramic/commit/e9b3c18d8786103589dafd268cba37694811d9b9))
188
- * **core, http-client, common:** Doctype accepts Running State ([#1150](https://github.com/ceramicnetwork/js-ceramic/issues/1150)) ([0b708d4](https://github.com/ceramicnetwork/js-ceramic/commit/0b708d44beaa86b7fa121ce0afb5a4a59344fce1))
189
- * **doctype-caip10-link:** Rename 'content' to 'did' for Caip10Link ([#1216](https://github.com/ceramicnetwork/js-ceramic/issues/1216)) ([f594ff0](https://github.com/ceramicnetwork/js-ceramic/commit/f594ff081048f0966c4dc8a57a3952e4235639f8))
190
- * **doctype-tile:** Log when DID is authenticated ([#1199](https://github.com/ceramicnetwork/js-ceramic/issues/1199)) ([9d4a779](https://github.com/ceramicnetwork/js-ceramic/commit/9d4a77957d94c375dbc127e4fb5a1f8dc4953844))
191
- * **http-client, cli:** Enable specifying DocOpts in CeramicClient.loadDocument ([#1225](https://github.com/ceramicnetwork/js-ceramic/issues/1225)) ([ce0694b](https://github.com/ceramicnetwork/js-ceramic/commit/ce0694b8405f29a6c54a2d214599d210e6f1e4de))
192
- * **streamid:** Rename DocID to StreamID ([#1195](https://github.com/ceramicnetwork/js-ceramic/issues/1195)) ([65754d1](https://github.com/ceramicnetwork/js-ceramic/commit/65754d17ecfbdae9f110c71de91120200a6b4ef2))
193
- * add networks enum and elp ([#1187](https://github.com/ceramicnetwork/js-ceramic/issues/1187)) ([7a60b30](https://github.com/ceramicnetwork/js-ceramic/commit/7a60b309067f428d904b0eb3723069fc90a05a4d))
194
- * seperate node and browser loggers ([0532bee](https://github.com/ceramicnetwork/js-ceramic/commit/0532bee4aec22e115c3660cc3a0946204f2bff44))
195
- * **tile-doctype:** Update Tile API ([#1180](https://github.com/ceramicnetwork/js-ceramic/issues/1180)) ([90973ee](https://github.com/ceramicnetwork/js-ceramic/commit/90973ee32352e260cb040e687720095b145b4702))
196
- * Feed of pubsub messages ([#1058](https://github.com/ceramicnetwork/js-ceramic/issues/1058)) ([2d2bb5c](https://github.com/ceramicnetwork/js-ceramic/commit/2d2bb5c11082bd76d495817482e8ac21af20f6e5))
197
- * Unbundle DocID into DocID and CommitID ([#1009](https://github.com/ceramicnetwork/js-ceramic/issues/1009)) ([c2707f2](https://github.com/ceramicnetwork/js-ceramic/commit/c2707f212a9d23c88525b667944d24210e192f80))
198
- * upgrade 3id did resolver ([#1108](https://github.com/ceramicnetwork/js-ceramic/issues/1108)) ([24ef6d4](https://github.com/ceramicnetwork/js-ceramic/commit/24ef6d45c6ce1dae828447ffdaa9e57f3f5e9b00))
199
- * **tile:** Enforce that schemas must always be assigned with a version ([#477](https://github.com/ceramicnetwork/js-ceramic/issues/477)) ([28d8212](https://github.com/ceramicnetwork/js-ceramic/commit/28d8212a7b8cab399a2e8af6ba525e908c4548ab))
200
-
201
-
202
- ### Reverts
203
-
204
- * Revert "chore(release):" ([26ed474](https://github.com/ceramicnetwork/js-ceramic/commit/26ed474717edaf2a276d5ffba063054f5a12e5e2))
205
-
206
-
207
-
208
-
209
-
210
- ## [1.7.2](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.7.2-rc.0...@ceramicnetwork/common@1.7.2) (2021-11-12)
211
-
212
- **Note:** Version bump only for package @ceramicnetwork/common
213
-
214
-
215
-
216
-
217
-
218
- ## [1.7.2-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.7.1...@ceramicnetwork/common@1.7.2-rc.0) (2021-11-03)
219
-
220
- **Note:** Version bump only for package @ceramicnetwork/common
221
-
222
-
223
-
224
-
225
-
226
- ## [1.7.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.7.1-rc.2...@ceramicnetwork/common@1.7.1) (2021-11-03)
227
-
228
- **Note:** Version bump only for package @ceramicnetwork/common
229
-
230
-
231
-
232
-
233
-
234
- ## [1.7.1-rc.2](/compare/@ceramicnetwork/common@1.7.1-rc.0...@ceramicnetwork/common@1.7.1-rc.2) (2021-10-20)
235
-
236
- **Note:** Version bump only for package @ceramicnetwork/common
237
-
238
-
239
-
240
-
241
-
242
- ## [1.7.1-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.7.0...@ceramicnetwork/common@1.7.1-rc.0) (2021-10-20)
243
-
244
- **Note:** Version bump only for package @ceramicnetwork/common
245
-
246
-
247
-
248
-
249
-
250
- # [1.7.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.7.0-rc.0...@ceramicnetwork/common@1.7.0) (2021-10-20)
251
-
252
- **Note:** Version bump only for package @ceramicnetwork/common
253
-
254
-
255
-
256
-
257
-
258
- # [1.7.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.6.0...@ceramicnetwork/common@1.7.0-rc.0) (2021-10-14)
259
-
260
-
261
- ### Bug Fixes
262
-
263
- * **cli,http-client:** Fix pin API in CLI and http client ([#752](https://github.com/ceramicnetwork/js-ceramic/issues/752)) ([20fcd75](https://github.com/ceramicnetwork/js-ceramic/commit/20fcd7598e589c088bcc778bafd1304efa64edb7))
264
- * **common:** CeramicApi compatibility ([#1326](https://github.com/ceramicnetwork/js-ceramic/issues/1326)) ([1837c0d](https://github.com/ceramicnetwork/js-ceramic/commit/1837c0d6589d82de8b69d487d48f253e50f98dd2))
265
- * **common:** Don't serialize null state fields ([#867](https://github.com/ceramicnetwork/js-ceramic/issues/867)) ([51b7375](https://github.com/ceramicnetwork/js-ceramic/commit/51b737542dc64cd3feac8af6c22fa32a81a48c8a))
266
- * **common:** Don't use node packages at runtime in the logger if we might be running in-browser ([#1165](https://github.com/ceramicnetwork/js-ceramic/issues/1165)) ([937c4f4](https://github.com/ceramicnetwork/js-ceramic/commit/937c4f4fb5c7b403733397e9d4f3c8e442beb3cc))
267
- * **common:** fix IpfsApi import ([#565](https://github.com/ceramicnetwork/js-ceramic/issues/565)) ([802c284](https://github.com/ceramicnetwork/js-ceramic/commit/802c284657c3d03df4268c1cf1f6d445e6b7218d))
268
- * **common:** Remove additional LF symbol introduced by Morgan logger ([#1222](https://github.com/ceramicnetwork/js-ceramic/issues/1222)) ([838ce9c](https://github.com/ceramicnetwork/js-ceramic/commit/838ce9ccd835fa5039937807f7770cc6538f3e15))
269
- * **common:** Show timezone with anchorScheduledFor property [#897](https://github.com/ceramicnetwork/js-ceramic/issues/897) ([#951](https://github.com/ceramicnetwork/js-ceramic/issues/951)) ([be2b472](https://github.com/ceramicnetwork/js-ceramic/commit/be2b472640d35165efeb61437b83a81f29e878be))
270
- * **common, logger:** Clean up dependencies ([#1164](https://github.com/ceramicnetwork/js-ceramic/issues/1164)) ([191ad31](https://github.com/ceramicnetwork/js-ceramic/commit/191ad310b87ac9aba97bb84b122908337f35aa11))
271
- * **core:** Don't display anchorScheduledFor at all when anchored ([#1101](https://github.com/ceramicnetwork/js-ceramic/issues/1101)) ([3be9e74](https://github.com/ceramicnetwork/js-ceramic/commit/3be9e741e6494040ad377d8714b407e4ba18a62b))
272
- * **core:** Honor ethereumRpcUrl config option ([#830](https://github.com/ceramicnetwork/js-ceramic/issues/830)) ([a440b59](https://github.com/ceramicnetwork/js-ceramic/commit/a440b59ec692313e72bf3f3e15abb5b90cdef5e9))
273
- * **core:** ipfs subscribe, pin version ([#1454](https://github.com/ceramicnetwork/js-ceramic/issues/1454)) ([fc9c5e7](https://github.com/ceramicnetwork/js-ceramic/commit/fc9c5e77ef84be448744b92fb35d5e3bf06f264d))
274
- * **core:** Only poll for anchors at startup, don't submit a new request ([#1437](https://github.com/ceramicnetwork/js-ceramic/issues/1437)) ([ec17446](https://github.com/ceramicnetwork/js-ceramic/commit/ec17446b0472942f4e4bcfeb8037aebe5ce63525))
275
- * **core:** only sync pinned streams the first time they are loaded ([#1417](https://github.com/ceramicnetwork/js-ceramic/issues/1417)) ([76be682](https://github.com/ceramicnetwork/js-ceramic/commit/76be6820fa2b5db49ede38b6cf20a9bee2702928))
276
- * **core:** Optimize commit application to minimize calls to IPFS ([#1528](https://github.com/ceramicnetwork/js-ceramic/issues/1528)) ([75ee50e](https://github.com/ceramicnetwork/js-ceramic/commit/75ee50eb7ec988afdab81aa23a9f792fb5c7602c))
277
- * CID version fix ([#638](https://github.com/ceramicnetwork/js-ceramic/issues/638)) ([a4f4390](https://github.com/ceramicnetwork/js-ceramic/commit/a4f4390ea561e991cae93dd26b9b122d10caef32))
278
- * Fix tests by using node environment for jest ([#1212](https://github.com/ceramicnetwork/js-ceramic/issues/1212)) ([0f04006](https://github.com/ceramicnetwork/js-ceramic/commit/0f04006098f9028c6750c9920c4b3af758b71235))
279
- * Pin dag-jose contents ([#1451](https://github.com/ceramicnetwork/js-ceramic/issues/1451)) ([a598c10](https://github.com/ceramicnetwork/js-ceramic/commit/a598c10d77eba29877c6513eb8567972f6db83cf))
280
- * **doctype-caip10-link:** solidify data structure ([#619](https://github.com/ceramicnetwork/js-ceramic/issues/619)) ([d1e3b98](https://github.com/ceramicnetwork/js-ceramic/commit/d1e3b98bda51ad3a7d2b7d31b253be3a181d91ae))
281
- * **http-client:** reload cached documents ([#719](https://github.com/ceramicnetwork/js-ceramic/issues/719)) ([6bc7dbf](https://github.com/ceramicnetwork/js-ceramic/commit/6bc7dbff31eaccfdbcb960effd850f069eb0d538))
282
-
283
-
284
- ### Features
285
-
286
- * Support optional genesis property in multiquery API ([#1736](https://github.com/ceramicnetwork/js-ceramic/issues/1736)) ([3e08463](https://github.com/ceramicnetwork/js-ceramic/commit/3e084638467d2d8983835d3836aec3049ae82920))
287
- * **cli:** Add hierarchy to daemon config ([#1633](https://github.com/ceramicnetwork/js-ceramic/issues/1633)) ([138b49d](https://github.com/ceramicnetwork/js-ceramic/commit/138b49dddd8bb0a4df383b731df8641a0451b1d9))
288
- * **cli:** Add S3StateStore ([#1041](https://github.com/ceramicnetwork/js-ceramic/issues/1041)) ([45e9d27](https://github.com/ceramicnetwork/js-ceramic/commit/45e9d27d50d3bddf3c32e331542839fda682675e))
289
- * **cli,http-client:** Update HTTP API to use streams terminology ([#1237](https://github.com/ceramicnetwork/js-ceramic/issues/1237)) ([6c0a142](https://github.com/ceramicnetwork/js-ceramic/commit/6c0a1421623d5e0dd0ab5bc83413fcad75b14d66))
290
- * **common:** Change 'sync' option to an enum and refine sync behaviors ([#1269](https://github.com/ceramicnetwork/js-ceramic/issues/1269)) ([0b652fb](https://github.com/ceramicnetwork/js-ceramic/commit/0b652fb7bc37585bd8715fcfe4bc53d1fcc709ee))
291
- * **common:** Miscellaneous renames from document-based to stream-based terminology ([#1290](https://github.com/ceramicnetwork/js-ceramic/issues/1290)) ([2ca935e](https://github.com/ceramicnetwork/js-ceramic/commit/2ca935ec22e7c7fb2f8b96180a4a791264ab57d3))
292
- * **common:** Remove deprecated methods named with Records instead of Commits ([#1217](https://github.com/ceramicnetwork/js-ceramic/issues/1217)) ([43fa46a](https://github.com/ceramicnetwork/js-ceramic/commit/43fa46af31f71967426aa7ed2d93eb6b213ce1d3))
293
- * **common:** Rename createDocumentFromGenesis to createStreamFromGenesis ([#1285](https://github.com/ceramicnetwork/js-ceramic/issues/1285)) ([0dbfbf3](https://github.com/ceramicnetwork/js-ceramic/commit/0dbfbf30621ae65be9ebb1f4d52b2ddb8a29fc4c))
294
- * **common:** Rename Doctype to Stream ([#1266](https://github.com/ceramicnetwork/js-ceramic/issues/1266)) ([4ebb6ac](https://github.com/ceramicnetwork/js-ceramic/commit/4ebb6ac50bc17e48c471cbd36c19586549736a8c))
295
- * **common:** Update createStreamFromGenesis to take 'type' number instead of 'doctype' string ([#1286](https://github.com/ceramicnetwork/js-ceramic/issues/1286)) ([967cf11](https://github.com/ceramicnetwork/js-ceramic/commit/967cf11ec95e5cd6650bfa49fa1efd9adab85d1b))
296
- * **common,core:** Split DocOpts into CreateOpts, LoadOpts, and UpdateOpts ([#1229](https://github.com/ceramicnetwork/js-ceramic/issues/1229)) ([85ccbb8](https://github.com/ceramicnetwork/js-ceramic/commit/85ccbb825f6ffca0ca2524f768b0019cd5379432))
297
- * **common,stream-tile,stream-tile-handler:** Add metadata option to forbid controller changes ([#1688](https://github.com/ceramicnetwork/js-ceramic/issues/1688)) ([85d6c97](https://github.com/ceramicnetwork/js-ceramic/commit/85d6c9789d28bb507abb9226be02e803cdc275ed))
298
- * **core:** Add API to request an anchor ([#1622](https://github.com/ceramicnetwork/js-ceramic/issues/1622)) ([8473c6a](https://github.com/ceramicnetwork/js-ceramic/commit/8473c6a0554147912d76e4ed6edf50597a22a39c))
299
- * **core:** Add chainId to genesis header ([#509](https://github.com/ceramicnetwork/js-ceramic/issues/509)) ([f916e63](https://github.com/ceramicnetwork/js-ceramic/commit/f916e633fcd61ad8fae8e1ac634f347b77302f06))
300
- * **core:** Add new logger package ([#878](https://github.com/ceramicnetwork/js-ceramic/issues/878)) ([9756868](https://github.com/ceramicnetwork/js-ceramic/commit/9756868697344515635ca7fd634bd214bf419948))
301
- * **core:** Allow loading signed records as document versions ([#617](https://github.com/ceramicnetwork/js-ceramic/issues/617)) ([ecf6943](https://github.com/ceramicnetwork/js-ceramic/commit/ecf6943c0e475b973bd1081b85f9cb1c9622cfe7))
302
- * **core:** Allow pinning/unpinning alongside CRUD operations in a single request ([#1693](https://github.com/ceramicnetwork/js-ceramic/issues/1693)) ([3727337](https://github.com/ceramicnetwork/js-ceramic/commit/3727337a355ce092851d169abf4fe510878137f3))
303
- * **core:** Break up and rename DocOpts args ([#527](https://github.com/ceramicnetwork/js-ceramic/issues/527)) ([13ed725](https://github.com/ceramicnetwork/js-ceramic/commit/13ed7254db0fe467165098b2f3e2825cb5baa6fb))
304
- * **core:** Clean up Ceramic.create() and accept LoggerProvider in CeramicConfig ([#1021](https://github.com/ceramicnetwork/js-ceramic/issues/1021)) ([a53c534](https://github.com/ceramicnetwork/js-ceramic/commit/a53c534f89baab0b2a31cc8cbe9694efcc5cfa3f))
305
- * **core:** enable the use of timestamps ([#1117](https://github.com/ceramicnetwork/js-ceramic/issues/1117)) ([f417e27](https://github.com/ceramicnetwork/js-ceramic/commit/f417e27ce34b56ed43a713ca6697c9f34b1b7ae7))
306
- * **core:** Invalid commits don't prevent loading a stream ([#1597](https://github.com/ceramicnetwork/js-ceramic/issues/1597)) ([fb1dea1](https://github.com/ceramicnetwork/js-ceramic/commit/fb1dea15fb2587839dcca69bad829276fa790268))
307
- * **core:** Loading a CommitID makes the node handle the commit CID as a potential new tip ([#1484](https://github.com/ceramicnetwork/js-ceramic/issues/1484)) ([46e0f22](https://github.com/ceramicnetwork/js-ceramic/commit/46e0f22f99d4ae47052083c4458de3d114cd6b59))
308
- * **core:** Make isUnique default to true ([#427](https://github.com/ceramicnetwork/js-ceramic/issues/427)) ([cbd9041](https://github.com/ceramicnetwork/js-ceramic/commit/cbd90410865c3a7be00b0b153f682150dfd1ac91))
309
- * **core:** Meat of State Refactor: final concurrency model ([#1130](https://github.com/ceramicnetwork/js-ceramic/issues/1130)) ([345d3d1](https://github.com/ceramicnetwork/js-ceramic/commit/345d3d1e16d4fe8f83e53a9c0d78228408f2b03c)), closes [#1141](https://github.com/ceramicnetwork/js-ceramic/issues/1141)
310
- * **core:** optimize document handler IPFS lookups ([2cb95df](https://github.com/ceramicnetwork/js-ceramic/commit/2cb95df549a531c0727d699f7953286ed5611efa))
311
- * **core:** Remove chainId from document metadata and stop enforcing of chainId when applying records ([#574](https://github.com/ceramicnetwork/js-ceramic/issues/574)) ([955d3f6](https://github.com/ceramicnetwork/js-ceramic/commit/955d3f6bd7348676d096cab8f32d932993690a6e))
312
- * **core:** Rename document "versions" to document "commits" ([#618](https://github.com/ceramicnetwork/js-ceramic/issues/618)) ([03bc30a](https://github.com/ceramicnetwork/js-ceramic/commit/03bc30a017662f3001ba855d1b73e1c245d0bfef))
313
- * **core:** Sync Streams with cache before returning from multiQuery ([#1548](https://github.com/ceramicnetwork/js-ceramic/issues/1548)) ([b78637d](https://github.com/ceramicnetwork/js-ceramic/commit/b78637dbb48111d8e45dc285fcd05570ad031f2e))
314
- * **core,http-client:** Add 'publish' option to unpin command ([#1706](https://github.com/ceramicnetwork/js-ceramic/issues/1706)) ([0ad204e](https://github.com/ceramicnetwork/js-ceramic/commit/0ad204e26e9d097ce8647ed3fd9efaea5484eb03))
315
- * **daemon:** add raw_data endpoint ([#1395](https://github.com/ceramicnetwork/js-ceramic/issues/1395)) ([41b6109](https://github.com/ceramicnetwork/js-ceramic/commit/41b61091efc3c05ef7894ebb423fa5508cfcd689)), closes [ceramicnetwork#1394](https://github.com/ceramicnetwork/issues/1394)
316
- * Check signature of a lone genesis ([#1529](https://github.com/ceramicnetwork/js-ceramic/issues/1529)) ([b55e225](https://github.com/ceramicnetwork/js-ceramic/commit/b55e225682e57aace057fb9e5e8aec0d78d63b75))
317
- * DocState contains type as number ([#1250](https://github.com/ceramicnetwork/js-ceramic/issues/1250)) ([56501e2](https://github.com/ceramicnetwork/js-ceramic/commit/56501e264aebb4e9b01ea31422dfd6f7827b1382))
318
- * Make optional custom file name for service log ([#1325](https://github.com/ceramicnetwork/js-ceramic/issues/1325)) ([f8b3c6d](https://github.com/ceramicnetwork/js-ceramic/commit/f8b3c6db5b6e57b6a89e54e327be0641d95e8c35))
319
- * Pass issuer to verifyJWS ([#1542](https://github.com/ceramicnetwork/js-ceramic/issues/1542)) ([3c60b0c](https://github.com/ceramicnetwork/js-ceramic/commit/3c60b0c43267e29e17fd1f676f25bf11c2ab06d5))
320
- * Pass time-information when checking a signature ([#1502](https://github.com/ceramicnetwork/js-ceramic/issues/1502)) ([913e091](https://github.com/ceramicnetwork/js-ceramic/commit/913e091827691f37a3e02ffcef569a22fd6f007d))
321
- * **core:** Remove doctype from genesis record ([#486](https://github.com/ceramicnetwork/js-ceramic/issues/486)) ([fbd68df](https://github.com/ceramicnetwork/js-ceramic/commit/fbd68df4664981a46596feffa68f85da742fbad2))
322
- * **core:** Rename several packages to remove redundant "ceramic-" prefix ([#460](https://github.com/ceramicnetwork/js-ceramic/issues/460)) ([8a86fb6](https://github.com/ceramicnetwork/js-ceramic/commit/8a86fb68b5f895f64e79a2585a5f854dd6c42088))
323
- * **core:** Split AnchorService from AnchorValidator ([#1505](https://github.com/ceramicnetwork/js-ceramic/issues/1505)) ([b92add9](https://github.com/ceramicnetwork/js-ceramic/commit/b92add945e5fc52943a836dfad856dc052cfbee3))
324
- * **core, http-client:** Remove default DID Resolver and make apps provide via CeramicAPI.setDID() ([#1196](https://github.com/ceramicnetwork/js-ceramic/issues/1196)) ([e9b3c18](https://github.com/ceramicnetwork/js-ceramic/commit/e9b3c18d8786103589dafd268cba37694811d9b9))
325
- * **core, http-client, common:** Doctype accepts Running State ([#1150](https://github.com/ceramicnetwork/js-ceramic/issues/1150)) ([0b708d4](https://github.com/ceramicnetwork/js-ceramic/commit/0b708d44beaa86b7fa121ce0afb5a4a59344fce1))
326
- * **doctype-caip10-link:** Rename 'content' to 'did' for Caip10Link ([#1216](https://github.com/ceramicnetwork/js-ceramic/issues/1216)) ([f594ff0](https://github.com/ceramicnetwork/js-ceramic/commit/f594ff081048f0966c4dc8a57a3952e4235639f8))
327
- * **doctype-tile:** Log when DID is authenticated ([#1199](https://github.com/ceramicnetwork/js-ceramic/issues/1199)) ([9d4a779](https://github.com/ceramicnetwork/js-ceramic/commit/9d4a77957d94c375dbc127e4fb5a1f8dc4953844))
328
- * **http-client, cli:** Enable specifying DocOpts in CeramicClient.loadDocument ([#1225](https://github.com/ceramicnetwork/js-ceramic/issues/1225)) ([ce0694b](https://github.com/ceramicnetwork/js-ceramic/commit/ce0694b8405f29a6c54a2d214599d210e6f1e4de))
329
- * **streamid:** Rename DocID to StreamID ([#1195](https://github.com/ceramicnetwork/js-ceramic/issues/1195)) ([65754d1](https://github.com/ceramicnetwork/js-ceramic/commit/65754d17ecfbdae9f110c71de91120200a6b4ef2))
330
- * add networks enum and elp ([#1187](https://github.com/ceramicnetwork/js-ceramic/issues/1187)) ([7a60b30](https://github.com/ceramicnetwork/js-ceramic/commit/7a60b309067f428d904b0eb3723069fc90a05a4d))
331
- * seperate node and browser loggers ([0532bee](https://github.com/ceramicnetwork/js-ceramic/commit/0532bee4aec22e115c3660cc3a0946204f2bff44))
332
- * **tile-doctype:** Update Tile API ([#1180](https://github.com/ceramicnetwork/js-ceramic/issues/1180)) ([90973ee](https://github.com/ceramicnetwork/js-ceramic/commit/90973ee32352e260cb040e687720095b145b4702))
333
- * Feed of pubsub messages ([#1058](https://github.com/ceramicnetwork/js-ceramic/issues/1058)) ([2d2bb5c](https://github.com/ceramicnetwork/js-ceramic/commit/2d2bb5c11082bd76d495817482e8ac21af20f6e5))
334
- * Unbundle DocID into DocID and CommitID ([#1009](https://github.com/ceramicnetwork/js-ceramic/issues/1009)) ([c2707f2](https://github.com/ceramicnetwork/js-ceramic/commit/c2707f212a9d23c88525b667944d24210e192f80))
335
- * upgrade 3id did resolver ([#1108](https://github.com/ceramicnetwork/js-ceramic/issues/1108)) ([24ef6d4](https://github.com/ceramicnetwork/js-ceramic/commit/24ef6d45c6ce1dae828447ffdaa9e57f3f5e9b00))
336
- * **tile:** Enforce that schemas must always be assigned with a version ([#477](https://github.com/ceramicnetwork/js-ceramic/issues/477)) ([28d8212](https://github.com/ceramicnetwork/js-ceramic/commit/28d8212a7b8cab399a2e8af6ba525e908c4548ab))
337
-
338
-
339
- ### Reverts
340
-
341
- * Revert "chore(release):" ([26ed474](https://github.com/ceramicnetwork/js-ceramic/commit/26ed474717edaf2a276d5ffba063054f5a12e5e2))
342
-
343
-
344
-
345
-
346
-
347
- # [1.6.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.6.0-rc.1...@ceramicnetwork/common@1.6.0) (2021-10-14)
348
-
349
- **Note:** Version bump only for package @ceramicnetwork/common
350
-
351
-
352
-
353
-
354
-
355
- # [1.6.0-rc.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.6.0-rc.0...@ceramicnetwork/common@1.6.0-rc.1) (2021-09-18)
356
-
357
- **Note:** Version bump only for package @ceramicnetwork/common
358
-
359
-
360
-
361
-
362
-
363
- # [1.6.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.5.0...@ceramicnetwork/common@1.6.0-rc.0) (2021-09-17)
364
-
365
-
366
- ### Bug Fixes
367
-
368
- * **cli,http-client:** Fix pin API in CLI and http client ([#752](https://github.com/ceramicnetwork/js-ceramic/issues/752)) ([20fcd75](https://github.com/ceramicnetwork/js-ceramic/commit/20fcd7598e589c088bcc778bafd1304efa64edb7))
369
- * **common:** CeramicApi compatibility ([#1326](https://github.com/ceramicnetwork/js-ceramic/issues/1326)) ([1837c0d](https://github.com/ceramicnetwork/js-ceramic/commit/1837c0d6589d82de8b69d487d48f253e50f98dd2))
370
- * **common:** Don't serialize null state fields ([#867](https://github.com/ceramicnetwork/js-ceramic/issues/867)) ([51b7375](https://github.com/ceramicnetwork/js-ceramic/commit/51b737542dc64cd3feac8af6c22fa32a81a48c8a))
371
- * **common:** Don't use node packages at runtime in the logger if we might be running in-browser ([#1165](https://github.com/ceramicnetwork/js-ceramic/issues/1165)) ([937c4f4](https://github.com/ceramicnetwork/js-ceramic/commit/937c4f4fb5c7b403733397e9d4f3c8e442beb3cc))
372
- * **common:** fix IpfsApi import ([#565](https://github.com/ceramicnetwork/js-ceramic/issues/565)) ([802c284](https://github.com/ceramicnetwork/js-ceramic/commit/802c284657c3d03df4268c1cf1f6d445e6b7218d))
373
- * **common:** Remove additional LF symbol introduced by Morgan logger ([#1222](https://github.com/ceramicnetwork/js-ceramic/issues/1222)) ([838ce9c](https://github.com/ceramicnetwork/js-ceramic/commit/838ce9ccd835fa5039937807f7770cc6538f3e15))
374
- * **common:** Show timezone with anchorScheduledFor property [#897](https://github.com/ceramicnetwork/js-ceramic/issues/897) ([#951](https://github.com/ceramicnetwork/js-ceramic/issues/951)) ([be2b472](https://github.com/ceramicnetwork/js-ceramic/commit/be2b472640d35165efeb61437b83a81f29e878be))
375
- * **common, logger:** Clean up dependencies ([#1164](https://github.com/ceramicnetwork/js-ceramic/issues/1164)) ([191ad31](https://github.com/ceramicnetwork/js-ceramic/commit/191ad310b87ac9aba97bb84b122908337f35aa11))
376
- * **core:** Don't display anchorScheduledFor at all when anchored ([#1101](https://github.com/ceramicnetwork/js-ceramic/issues/1101)) ([3be9e74](https://github.com/ceramicnetwork/js-ceramic/commit/3be9e741e6494040ad377d8714b407e4ba18a62b))
377
- * **core:** Honor ethereumRpcUrl config option ([#830](https://github.com/ceramicnetwork/js-ceramic/issues/830)) ([a440b59](https://github.com/ceramicnetwork/js-ceramic/commit/a440b59ec692313e72bf3f3e15abb5b90cdef5e9))
378
- * **core:** ipfs subscribe, pin version ([#1454](https://github.com/ceramicnetwork/js-ceramic/issues/1454)) ([fc9c5e7](https://github.com/ceramicnetwork/js-ceramic/commit/fc9c5e77ef84be448744b92fb35d5e3bf06f264d))
379
- * **core:** Only poll for anchors at startup, don't submit a new request ([#1437](https://github.com/ceramicnetwork/js-ceramic/issues/1437)) ([ec17446](https://github.com/ceramicnetwork/js-ceramic/commit/ec17446b0472942f4e4bcfeb8037aebe5ce63525))
380
- * **core:** only sync pinned streams the first time they are loaded ([#1417](https://github.com/ceramicnetwork/js-ceramic/issues/1417)) ([76be682](https://github.com/ceramicnetwork/js-ceramic/commit/76be6820fa2b5db49ede38b6cf20a9bee2702928))
381
- * **core:** Optimize commit application to minimize calls to IPFS ([#1528](https://github.com/ceramicnetwork/js-ceramic/issues/1528)) ([75ee50e](https://github.com/ceramicnetwork/js-ceramic/commit/75ee50eb7ec988afdab81aa23a9f792fb5c7602c))
382
- * CID version fix ([#638](https://github.com/ceramicnetwork/js-ceramic/issues/638)) ([a4f4390](https://github.com/ceramicnetwork/js-ceramic/commit/a4f4390ea561e991cae93dd26b9b122d10caef32))
383
- * Fix tests by using node environment for jest ([#1212](https://github.com/ceramicnetwork/js-ceramic/issues/1212)) ([0f04006](https://github.com/ceramicnetwork/js-ceramic/commit/0f04006098f9028c6750c9920c4b3af758b71235))
384
- * Pin dag-jose contents ([#1451](https://github.com/ceramicnetwork/js-ceramic/issues/1451)) ([a598c10](https://github.com/ceramicnetwork/js-ceramic/commit/a598c10d77eba29877c6513eb8567972f6db83cf))
385
- * **doctype-caip10-link:** solidify data structure ([#619](https://github.com/ceramicnetwork/js-ceramic/issues/619)) ([d1e3b98](https://github.com/ceramicnetwork/js-ceramic/commit/d1e3b98bda51ad3a7d2b7d31b253be3a181d91ae))
386
- * **http-client:** reload cached documents ([#719](https://github.com/ceramicnetwork/js-ceramic/issues/719)) ([6bc7dbf](https://github.com/ceramicnetwork/js-ceramic/commit/6bc7dbff31eaccfdbcb960effd850f069eb0d538))
387
-
388
-
389
- ### Features
390
-
391
- * **cli:** Add hierarchy to daemon config ([#1633](https://github.com/ceramicnetwork/js-ceramic/issues/1633)) ([138b49d](https://github.com/ceramicnetwork/js-ceramic/commit/138b49dddd8bb0a4df383b731df8641a0451b1d9))
392
- * **cli:** Add S3StateStore ([#1041](https://github.com/ceramicnetwork/js-ceramic/issues/1041)) ([45e9d27](https://github.com/ceramicnetwork/js-ceramic/commit/45e9d27d50d3bddf3c32e331542839fda682675e))
393
- * **cli,http-client:** Update HTTP API to use streams terminology ([#1237](https://github.com/ceramicnetwork/js-ceramic/issues/1237)) ([6c0a142](https://github.com/ceramicnetwork/js-ceramic/commit/6c0a1421623d5e0dd0ab5bc83413fcad75b14d66))
394
- * **common:** Change 'sync' option to an enum and refine sync behaviors ([#1269](https://github.com/ceramicnetwork/js-ceramic/issues/1269)) ([0b652fb](https://github.com/ceramicnetwork/js-ceramic/commit/0b652fb7bc37585bd8715fcfe4bc53d1fcc709ee))
395
- * **common:** Miscellaneous renames from document-based to stream-based terminology ([#1290](https://github.com/ceramicnetwork/js-ceramic/issues/1290)) ([2ca935e](https://github.com/ceramicnetwork/js-ceramic/commit/2ca935ec22e7c7fb2f8b96180a4a791264ab57d3))
396
- * **common:** Remove deprecated methods named with Records instead of Commits ([#1217](https://github.com/ceramicnetwork/js-ceramic/issues/1217)) ([43fa46a](https://github.com/ceramicnetwork/js-ceramic/commit/43fa46af31f71967426aa7ed2d93eb6b213ce1d3))
397
- * **common:** Rename createDocumentFromGenesis to createStreamFromGenesis ([#1285](https://github.com/ceramicnetwork/js-ceramic/issues/1285)) ([0dbfbf3](https://github.com/ceramicnetwork/js-ceramic/commit/0dbfbf30621ae65be9ebb1f4d52b2ddb8a29fc4c))
398
- * **common:** Rename Doctype to Stream ([#1266](https://github.com/ceramicnetwork/js-ceramic/issues/1266)) ([4ebb6ac](https://github.com/ceramicnetwork/js-ceramic/commit/4ebb6ac50bc17e48c471cbd36c19586549736a8c))
399
- * **common:** Update createStreamFromGenesis to take 'type' number instead of 'doctype' string ([#1286](https://github.com/ceramicnetwork/js-ceramic/issues/1286)) ([967cf11](https://github.com/ceramicnetwork/js-ceramic/commit/967cf11ec95e5cd6650bfa49fa1efd9adab85d1b))
400
- * **common,core:** Split DocOpts into CreateOpts, LoadOpts, and UpdateOpts ([#1229](https://github.com/ceramicnetwork/js-ceramic/issues/1229)) ([85ccbb8](https://github.com/ceramicnetwork/js-ceramic/commit/85ccbb825f6ffca0ca2524f768b0019cd5379432))
401
- * **common,stream-tile,stream-tile-handler:** Add metadata option to forbid controller changes ([#1688](https://github.com/ceramicnetwork/js-ceramic/issues/1688)) ([85d6c97](https://github.com/ceramicnetwork/js-ceramic/commit/85d6c9789d28bb507abb9226be02e803cdc275ed))
402
- * **core:** Add API to request an anchor ([#1622](https://github.com/ceramicnetwork/js-ceramic/issues/1622)) ([8473c6a](https://github.com/ceramicnetwork/js-ceramic/commit/8473c6a0554147912d76e4ed6edf50597a22a39c))
403
- * **core:** Add chainId to genesis header ([#509](https://github.com/ceramicnetwork/js-ceramic/issues/509)) ([f916e63](https://github.com/ceramicnetwork/js-ceramic/commit/f916e633fcd61ad8fae8e1ac634f347b77302f06))
404
- * **core:** Add new logger package ([#878](https://github.com/ceramicnetwork/js-ceramic/issues/878)) ([9756868](https://github.com/ceramicnetwork/js-ceramic/commit/9756868697344515635ca7fd634bd214bf419948))
405
- * **core:** Allow loading signed records as document versions ([#617](https://github.com/ceramicnetwork/js-ceramic/issues/617)) ([ecf6943](https://github.com/ceramicnetwork/js-ceramic/commit/ecf6943c0e475b973bd1081b85f9cb1c9622cfe7))
406
- * **core:** Allow pinning/unpinning alongside CRUD operations in a single request ([#1693](https://github.com/ceramicnetwork/js-ceramic/issues/1693)) ([3727337](https://github.com/ceramicnetwork/js-ceramic/commit/3727337a355ce092851d169abf4fe510878137f3))
407
- * **core:** Break up and rename DocOpts args ([#527](https://github.com/ceramicnetwork/js-ceramic/issues/527)) ([13ed725](https://github.com/ceramicnetwork/js-ceramic/commit/13ed7254db0fe467165098b2f3e2825cb5baa6fb))
408
- * **core:** Clean up Ceramic.create() and accept LoggerProvider in CeramicConfig ([#1021](https://github.com/ceramicnetwork/js-ceramic/issues/1021)) ([a53c534](https://github.com/ceramicnetwork/js-ceramic/commit/a53c534f89baab0b2a31cc8cbe9694efcc5cfa3f))
409
- * **core:** enable the use of timestamps ([#1117](https://github.com/ceramicnetwork/js-ceramic/issues/1117)) ([f417e27](https://github.com/ceramicnetwork/js-ceramic/commit/f417e27ce34b56ed43a713ca6697c9f34b1b7ae7))
410
- * **core:** Invalid commits don't prevent loading a stream ([#1597](https://github.com/ceramicnetwork/js-ceramic/issues/1597)) ([fb1dea1](https://github.com/ceramicnetwork/js-ceramic/commit/fb1dea15fb2587839dcca69bad829276fa790268))
411
- * **core:** Loading a CommitID makes the node handle the commit CID as a potential new tip ([#1484](https://github.com/ceramicnetwork/js-ceramic/issues/1484)) ([46e0f22](https://github.com/ceramicnetwork/js-ceramic/commit/46e0f22f99d4ae47052083c4458de3d114cd6b59))
412
- * **core:** Make isUnique default to true ([#427](https://github.com/ceramicnetwork/js-ceramic/issues/427)) ([cbd9041](https://github.com/ceramicnetwork/js-ceramic/commit/cbd90410865c3a7be00b0b153f682150dfd1ac91))
413
- * **core:** Meat of State Refactor: final concurrency model ([#1130](https://github.com/ceramicnetwork/js-ceramic/issues/1130)) ([345d3d1](https://github.com/ceramicnetwork/js-ceramic/commit/345d3d1e16d4fe8f83e53a9c0d78228408f2b03c)), closes [#1141](https://github.com/ceramicnetwork/js-ceramic/issues/1141)
414
- * **core:** Remove chainId from document metadata and stop enforcing of chainId when applying records ([#574](https://github.com/ceramicnetwork/js-ceramic/issues/574)) ([955d3f6](https://github.com/ceramicnetwork/js-ceramic/commit/955d3f6bd7348676d096cab8f32d932993690a6e))
415
- * **core:** Rename document "versions" to document "commits" ([#618](https://github.com/ceramicnetwork/js-ceramic/issues/618)) ([03bc30a](https://github.com/ceramicnetwork/js-ceramic/commit/03bc30a017662f3001ba855d1b73e1c245d0bfef))
416
- * **core:** Split AnchorService from AnchorValidator ([#1505](https://github.com/ceramicnetwork/js-ceramic/issues/1505)) ([b92add9](https://github.com/ceramicnetwork/js-ceramic/commit/b92add945e5fc52943a836dfad856dc052cfbee3))
417
- * **core:** Sync Streams with cache before returning from multiQuery ([#1548](https://github.com/ceramicnetwork/js-ceramic/issues/1548)) ([b78637d](https://github.com/ceramicnetwork/js-ceramic/commit/b78637dbb48111d8e45dc285fcd05570ad031f2e))
418
- * **core,http-client:** Add 'publish' option to unpin command ([#1706](https://github.com/ceramicnetwork/js-ceramic/issues/1706)) ([0ad204e](https://github.com/ceramicnetwork/js-ceramic/commit/0ad204e26e9d097ce8647ed3fd9efaea5484eb03))
419
- * **daemon:** add raw_data endpoint ([#1395](https://github.com/ceramicnetwork/js-ceramic/issues/1395)) ([41b6109](https://github.com/ceramicnetwork/js-ceramic/commit/41b61091efc3c05ef7894ebb423fa5508cfcd689)), closes [ceramicnetwork#1394](https://github.com/ceramicnetwork/issues/1394)
420
- * Check signature of a lone genesis ([#1529](https://github.com/ceramicnetwork/js-ceramic/issues/1529)) ([b55e225](https://github.com/ceramicnetwork/js-ceramic/commit/b55e225682e57aace057fb9e5e8aec0d78d63b75))
421
- * DocState contains type as number ([#1250](https://github.com/ceramicnetwork/js-ceramic/issues/1250)) ([56501e2](https://github.com/ceramicnetwork/js-ceramic/commit/56501e264aebb4e9b01ea31422dfd6f7827b1382))
422
- * Make optional custom file name for service log ([#1325](https://github.com/ceramicnetwork/js-ceramic/issues/1325)) ([f8b3c6d](https://github.com/ceramicnetwork/js-ceramic/commit/f8b3c6db5b6e57b6a89e54e327be0641d95e8c35))
423
- * Pass issuer to verifyJWS ([#1542](https://github.com/ceramicnetwork/js-ceramic/issues/1542)) ([3c60b0c](https://github.com/ceramicnetwork/js-ceramic/commit/3c60b0c43267e29e17fd1f676f25bf11c2ab06d5))
424
- * Pass time-information when checking a signature ([#1502](https://github.com/ceramicnetwork/js-ceramic/issues/1502)) ([913e091](https://github.com/ceramicnetwork/js-ceramic/commit/913e091827691f37a3e02ffcef569a22fd6f007d))
425
- * **core:** Remove doctype from genesis record ([#486](https://github.com/ceramicnetwork/js-ceramic/issues/486)) ([fbd68df](https://github.com/ceramicnetwork/js-ceramic/commit/fbd68df4664981a46596feffa68f85da742fbad2))
426
- * **core:** Rename several packages to remove redundant "ceramic-" prefix ([#460](https://github.com/ceramicnetwork/js-ceramic/issues/460)) ([8a86fb6](https://github.com/ceramicnetwork/js-ceramic/commit/8a86fb68b5f895f64e79a2585a5f854dd6c42088))
427
- * **core, http-client:** Remove default DID Resolver and make apps provide via CeramicAPI.setDID() ([#1196](https://github.com/ceramicnetwork/js-ceramic/issues/1196)) ([e9b3c18](https://github.com/ceramicnetwork/js-ceramic/commit/e9b3c18d8786103589dafd268cba37694811d9b9))
428
- * **core, http-client, common:** Doctype accepts Running State ([#1150](https://github.com/ceramicnetwork/js-ceramic/issues/1150)) ([0b708d4](https://github.com/ceramicnetwork/js-ceramic/commit/0b708d44beaa86b7fa121ce0afb5a4a59344fce1))
429
- * **doctype-caip10-link:** Rename 'content' to 'did' for Caip10Link ([#1216](https://github.com/ceramicnetwork/js-ceramic/issues/1216)) ([f594ff0](https://github.com/ceramicnetwork/js-ceramic/commit/f594ff081048f0966c4dc8a57a3952e4235639f8))
430
- * **doctype-tile:** Log when DID is authenticated ([#1199](https://github.com/ceramicnetwork/js-ceramic/issues/1199)) ([9d4a779](https://github.com/ceramicnetwork/js-ceramic/commit/9d4a77957d94c375dbc127e4fb5a1f8dc4953844))
431
- * **http-client, cli:** Enable specifying DocOpts in CeramicClient.loadDocument ([#1225](https://github.com/ceramicnetwork/js-ceramic/issues/1225)) ([ce0694b](https://github.com/ceramicnetwork/js-ceramic/commit/ce0694b8405f29a6c54a2d214599d210e6f1e4de))
432
- * **streamid:** Rename DocID to StreamID ([#1195](https://github.com/ceramicnetwork/js-ceramic/issues/1195)) ([65754d1](https://github.com/ceramicnetwork/js-ceramic/commit/65754d17ecfbdae9f110c71de91120200a6b4ef2))
433
- * add networks enum and elp ([#1187](https://github.com/ceramicnetwork/js-ceramic/issues/1187)) ([7a60b30](https://github.com/ceramicnetwork/js-ceramic/commit/7a60b309067f428d904b0eb3723069fc90a05a4d))
434
- * seperate node and browser loggers ([0532bee](https://github.com/ceramicnetwork/js-ceramic/commit/0532bee4aec22e115c3660cc3a0946204f2bff44))
435
- * **tile-doctype:** Update Tile API ([#1180](https://github.com/ceramicnetwork/js-ceramic/issues/1180)) ([90973ee](https://github.com/ceramicnetwork/js-ceramic/commit/90973ee32352e260cb040e687720095b145b4702))
436
- * Feed of pubsub messages ([#1058](https://github.com/ceramicnetwork/js-ceramic/issues/1058)) ([2d2bb5c](https://github.com/ceramicnetwork/js-ceramic/commit/2d2bb5c11082bd76d495817482e8ac21af20f6e5))
437
- * Unbundle DocID into DocID and CommitID ([#1009](https://github.com/ceramicnetwork/js-ceramic/issues/1009)) ([c2707f2](https://github.com/ceramicnetwork/js-ceramic/commit/c2707f212a9d23c88525b667944d24210e192f80))
438
- * upgrade 3id did resolver ([#1108](https://github.com/ceramicnetwork/js-ceramic/issues/1108)) ([24ef6d4](https://github.com/ceramicnetwork/js-ceramic/commit/24ef6d45c6ce1dae828447ffdaa9e57f3f5e9b00))
439
- * **tile:** Enforce that schemas must always be assigned with a version ([#477](https://github.com/ceramicnetwork/js-ceramic/issues/477)) ([28d8212](https://github.com/ceramicnetwork/js-ceramic/commit/28d8212a7b8cab399a2e8af6ba525e908c4548ab))
440
-
441
-
442
- ### Reverts
443
-
444
- * Revert "chore(release):" ([26ed474](https://github.com/ceramicnetwork/js-ceramic/commit/26ed474717edaf2a276d5ffba063054f5a12e5e2))
445
-
446
-
447
-
448
-
449
-
450
- # [1.5.0](/compare/@ceramicnetwork/common@1.5.0-rc.0...@ceramicnetwork/common@1.5.0) (2021-09-16)
451
-
452
- **Note:** Version bump only for package @ceramicnetwork/common
453
-
454
-
455
-
456
-
457
-
458
- # [1.5.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.4.0...@ceramicnetwork/common@1.5.0-rc.0) (2021-09-08)
459
-
460
-
461
- ### Bug Fixes
462
-
463
- * **cli,http-client:** Fix pin API in CLI and http client ([#752](https://github.com/ceramicnetwork/js-ceramic/issues/752)) ([20fcd75](https://github.com/ceramicnetwork/js-ceramic/commit/20fcd7598e589c088bcc778bafd1304efa64edb7))
464
- * **common:** CeramicApi compatibility ([#1326](https://github.com/ceramicnetwork/js-ceramic/issues/1326)) ([1837c0d](https://github.com/ceramicnetwork/js-ceramic/commit/1837c0d6589d82de8b69d487d48f253e50f98dd2))
465
- * **common:** Don't serialize null state fields ([#867](https://github.com/ceramicnetwork/js-ceramic/issues/867)) ([51b7375](https://github.com/ceramicnetwork/js-ceramic/commit/51b737542dc64cd3feac8af6c22fa32a81a48c8a))
466
- * **common:** Don't use node packages at runtime in the logger if we might be running in-browser ([#1165](https://github.com/ceramicnetwork/js-ceramic/issues/1165)) ([937c4f4](https://github.com/ceramicnetwork/js-ceramic/commit/937c4f4fb5c7b403733397e9d4f3c8e442beb3cc))
467
- * **common:** fix IpfsApi import ([#565](https://github.com/ceramicnetwork/js-ceramic/issues/565)) ([802c284](https://github.com/ceramicnetwork/js-ceramic/commit/802c284657c3d03df4268c1cf1f6d445e6b7218d))
468
- * **common:** Remove additional LF symbol introduced by Morgan logger ([#1222](https://github.com/ceramicnetwork/js-ceramic/issues/1222)) ([838ce9c](https://github.com/ceramicnetwork/js-ceramic/commit/838ce9ccd835fa5039937807f7770cc6538f3e15))
469
- * **common:** Show timezone with anchorScheduledFor property [#897](https://github.com/ceramicnetwork/js-ceramic/issues/897) ([#951](https://github.com/ceramicnetwork/js-ceramic/issues/951)) ([be2b472](https://github.com/ceramicnetwork/js-ceramic/commit/be2b472640d35165efeb61437b83a81f29e878be))
470
- * **common, logger:** Clean up dependencies ([#1164](https://github.com/ceramicnetwork/js-ceramic/issues/1164)) ([191ad31](https://github.com/ceramicnetwork/js-ceramic/commit/191ad310b87ac9aba97bb84b122908337f35aa11))
471
- * **core:** Don't display anchorScheduledFor at all when anchored ([#1101](https://github.com/ceramicnetwork/js-ceramic/issues/1101)) ([3be9e74](https://github.com/ceramicnetwork/js-ceramic/commit/3be9e741e6494040ad377d8714b407e4ba18a62b))
472
- * **core:** Honor ethereumRpcUrl config option ([#830](https://github.com/ceramicnetwork/js-ceramic/issues/830)) ([a440b59](https://github.com/ceramicnetwork/js-ceramic/commit/a440b59ec692313e72bf3f3e15abb5b90cdef5e9))
473
- * **core:** ipfs subscribe, pin version ([#1454](https://github.com/ceramicnetwork/js-ceramic/issues/1454)) ([fc9c5e7](https://github.com/ceramicnetwork/js-ceramic/commit/fc9c5e77ef84be448744b92fb35d5e3bf06f264d))
474
- * **core:** Only poll for anchors at startup, don't submit a new request ([#1437](https://github.com/ceramicnetwork/js-ceramic/issues/1437)) ([ec17446](https://github.com/ceramicnetwork/js-ceramic/commit/ec17446b0472942f4e4bcfeb8037aebe5ce63525))
475
- * **core:** only sync pinned streams the first time they are loaded ([#1417](https://github.com/ceramicnetwork/js-ceramic/issues/1417)) ([76be682](https://github.com/ceramicnetwork/js-ceramic/commit/76be6820fa2b5db49ede38b6cf20a9bee2702928))
476
- * **core:** Optimize commit application to minimize calls to IPFS ([#1528](https://github.com/ceramicnetwork/js-ceramic/issues/1528)) ([75ee50e](https://github.com/ceramicnetwork/js-ceramic/commit/75ee50eb7ec988afdab81aa23a9f792fb5c7602c))
477
- * CID version fix ([#638](https://github.com/ceramicnetwork/js-ceramic/issues/638)) ([a4f4390](https://github.com/ceramicnetwork/js-ceramic/commit/a4f4390ea561e991cae93dd26b9b122d10caef32))
478
- * Fix tests by using node environment for jest ([#1212](https://github.com/ceramicnetwork/js-ceramic/issues/1212)) ([0f04006](https://github.com/ceramicnetwork/js-ceramic/commit/0f04006098f9028c6750c9920c4b3af758b71235))
479
- * Pin dag-jose contents ([#1451](https://github.com/ceramicnetwork/js-ceramic/issues/1451)) ([a598c10](https://github.com/ceramicnetwork/js-ceramic/commit/a598c10d77eba29877c6513eb8567972f6db83cf))
480
- * **doctype-caip10-link:** solidify data structure ([#619](https://github.com/ceramicnetwork/js-ceramic/issues/619)) ([d1e3b98](https://github.com/ceramicnetwork/js-ceramic/commit/d1e3b98bda51ad3a7d2b7d31b253be3a181d91ae))
481
- * **http-client:** reload cached documents ([#719](https://github.com/ceramicnetwork/js-ceramic/issues/719)) ([6bc7dbf](https://github.com/ceramicnetwork/js-ceramic/commit/6bc7dbff31eaccfdbcb960effd850f069eb0d538))
482
-
483
-
484
- ### Features
485
-
486
- * **cli:** Add hierarchy to daemon config ([#1633](https://github.com/ceramicnetwork/js-ceramic/issues/1633)) ([138b49d](https://github.com/ceramicnetwork/js-ceramic/commit/138b49dddd8bb0a4df383b731df8641a0451b1d9))
487
- * **cli:** Add S3StateStore ([#1041](https://github.com/ceramicnetwork/js-ceramic/issues/1041)) ([45e9d27](https://github.com/ceramicnetwork/js-ceramic/commit/45e9d27d50d3bddf3c32e331542839fda682675e))
488
- * **cli,http-client:** Update HTTP API to use streams terminology ([#1237](https://github.com/ceramicnetwork/js-ceramic/issues/1237)) ([6c0a142](https://github.com/ceramicnetwork/js-ceramic/commit/6c0a1421623d5e0dd0ab5bc83413fcad75b14d66))
489
- * **common:** Change 'sync' option to an enum and refine sync behaviors ([#1269](https://github.com/ceramicnetwork/js-ceramic/issues/1269)) ([0b652fb](https://github.com/ceramicnetwork/js-ceramic/commit/0b652fb7bc37585bd8715fcfe4bc53d1fcc709ee))
490
- * **common:** Miscellaneous renames from document-based to stream-based terminology ([#1290](https://github.com/ceramicnetwork/js-ceramic/issues/1290)) ([2ca935e](https://github.com/ceramicnetwork/js-ceramic/commit/2ca935ec22e7c7fb2f8b96180a4a791264ab57d3))
491
- * **common:** Remove deprecated methods named with Records instead of Commits ([#1217](https://github.com/ceramicnetwork/js-ceramic/issues/1217)) ([43fa46a](https://github.com/ceramicnetwork/js-ceramic/commit/43fa46af31f71967426aa7ed2d93eb6b213ce1d3))
492
- * **common:** Rename createDocumentFromGenesis to createStreamFromGenesis ([#1285](https://github.com/ceramicnetwork/js-ceramic/issues/1285)) ([0dbfbf3](https://github.com/ceramicnetwork/js-ceramic/commit/0dbfbf30621ae65be9ebb1f4d52b2ddb8a29fc4c))
493
- * **common:** Rename Doctype to Stream ([#1266](https://github.com/ceramicnetwork/js-ceramic/issues/1266)) ([4ebb6ac](https://github.com/ceramicnetwork/js-ceramic/commit/4ebb6ac50bc17e48c471cbd36c19586549736a8c))
494
- * **common:** Update createStreamFromGenesis to take 'type' number instead of 'doctype' string ([#1286](https://github.com/ceramicnetwork/js-ceramic/issues/1286)) ([967cf11](https://github.com/ceramicnetwork/js-ceramic/commit/967cf11ec95e5cd6650bfa49fa1efd9adab85d1b))
495
- * **common,core:** Split DocOpts into CreateOpts, LoadOpts, and UpdateOpts ([#1229](https://github.com/ceramicnetwork/js-ceramic/issues/1229)) ([85ccbb8](https://github.com/ceramicnetwork/js-ceramic/commit/85ccbb825f6ffca0ca2524f768b0019cd5379432))
496
- * **common,stream-tile,stream-tile-handler:** Add metadata option to forbid controller changes ([#1688](https://github.com/ceramicnetwork/js-ceramic/issues/1688)) ([85d6c97](https://github.com/ceramicnetwork/js-ceramic/commit/85d6c9789d28bb507abb9226be02e803cdc275ed))
497
- * **core:** Add API to request an anchor ([#1622](https://github.com/ceramicnetwork/js-ceramic/issues/1622)) ([8473c6a](https://github.com/ceramicnetwork/js-ceramic/commit/8473c6a0554147912d76e4ed6edf50597a22a39c))
498
- * **core:** Add chainId to genesis header ([#509](https://github.com/ceramicnetwork/js-ceramic/issues/509)) ([f916e63](https://github.com/ceramicnetwork/js-ceramic/commit/f916e633fcd61ad8fae8e1ac634f347b77302f06))
499
- * **core:** Add new logger package ([#878](https://github.com/ceramicnetwork/js-ceramic/issues/878)) ([9756868](https://github.com/ceramicnetwork/js-ceramic/commit/9756868697344515635ca7fd634bd214bf419948))
500
- * **core:** Allow loading signed records as document versions ([#617](https://github.com/ceramicnetwork/js-ceramic/issues/617)) ([ecf6943](https://github.com/ceramicnetwork/js-ceramic/commit/ecf6943c0e475b973bd1081b85f9cb1c9622cfe7))
501
- * **core:** Allow pinning/unpinning alongside CRUD operations in a single request ([#1693](https://github.com/ceramicnetwork/js-ceramic/issues/1693)) ([3727337](https://github.com/ceramicnetwork/js-ceramic/commit/3727337a355ce092851d169abf4fe510878137f3))
502
- * **core:** Break up and rename DocOpts args ([#527](https://github.com/ceramicnetwork/js-ceramic/issues/527)) ([13ed725](https://github.com/ceramicnetwork/js-ceramic/commit/13ed7254db0fe467165098b2f3e2825cb5baa6fb))
503
- * **core:** Clean up Ceramic.create() and accept LoggerProvider in CeramicConfig ([#1021](https://github.com/ceramicnetwork/js-ceramic/issues/1021)) ([a53c534](https://github.com/ceramicnetwork/js-ceramic/commit/a53c534f89baab0b2a31cc8cbe9694efcc5cfa3f))
504
- * **core:** enable the use of timestamps ([#1117](https://github.com/ceramicnetwork/js-ceramic/issues/1117)) ([f417e27](https://github.com/ceramicnetwork/js-ceramic/commit/f417e27ce34b56ed43a713ca6697c9f34b1b7ae7))
505
- * **core:** Invalid commits don't prevent loading a stream ([#1597](https://github.com/ceramicnetwork/js-ceramic/issues/1597)) ([fb1dea1](https://github.com/ceramicnetwork/js-ceramic/commit/fb1dea15fb2587839dcca69bad829276fa790268))
506
- * **core:** Loading a CommitID makes the node handle the commit CID as a potential new tip ([#1484](https://github.com/ceramicnetwork/js-ceramic/issues/1484)) ([46e0f22](https://github.com/ceramicnetwork/js-ceramic/commit/46e0f22f99d4ae47052083c4458de3d114cd6b59))
507
- * **core:** Make isUnique default to true ([#427](https://github.com/ceramicnetwork/js-ceramic/issues/427)) ([cbd9041](https://github.com/ceramicnetwork/js-ceramic/commit/cbd90410865c3a7be00b0b153f682150dfd1ac91))
508
- * **core:** Meat of State Refactor: final concurrency model ([#1130](https://github.com/ceramicnetwork/js-ceramic/issues/1130)) ([345d3d1](https://github.com/ceramicnetwork/js-ceramic/commit/345d3d1e16d4fe8f83e53a9c0d78228408f2b03c)), closes [#1141](https://github.com/ceramicnetwork/js-ceramic/issues/1141)
509
- * **core:** Remove chainId from document metadata and stop enforcing of chainId when applying records ([#574](https://github.com/ceramicnetwork/js-ceramic/issues/574)) ([955d3f6](https://github.com/ceramicnetwork/js-ceramic/commit/955d3f6bd7348676d096cab8f32d932993690a6e))
510
- * **core:** Rename document "versions" to document "commits" ([#618](https://github.com/ceramicnetwork/js-ceramic/issues/618)) ([03bc30a](https://github.com/ceramicnetwork/js-ceramic/commit/03bc30a017662f3001ba855d1b73e1c245d0bfef))
511
- * **core:** Split AnchorService from AnchorValidator ([#1505](https://github.com/ceramicnetwork/js-ceramic/issues/1505)) ([b92add9](https://github.com/ceramicnetwork/js-ceramic/commit/b92add945e5fc52943a836dfad856dc052cfbee3))
512
- * **core:** Sync Streams with cache before returning from multiQuery ([#1548](https://github.com/ceramicnetwork/js-ceramic/issues/1548)) ([b78637d](https://github.com/ceramicnetwork/js-ceramic/commit/b78637dbb48111d8e45dc285fcd05570ad031f2e))
513
- * **core,http-client:** Add 'publish' option to unpin command ([#1706](https://github.com/ceramicnetwork/js-ceramic/issues/1706)) ([0ad204e](https://github.com/ceramicnetwork/js-ceramic/commit/0ad204e26e9d097ce8647ed3fd9efaea5484eb03))
514
- * **daemon:** add raw_data endpoint ([#1395](https://github.com/ceramicnetwork/js-ceramic/issues/1395)) ([41b6109](https://github.com/ceramicnetwork/js-ceramic/commit/41b61091efc3c05ef7894ebb423fa5508cfcd689)), closes [ceramicnetwork#1394](https://github.com/ceramicnetwork/issues/1394)
515
- * Check signature of a lone genesis ([#1529](https://github.com/ceramicnetwork/js-ceramic/issues/1529)) ([b55e225](https://github.com/ceramicnetwork/js-ceramic/commit/b55e225682e57aace057fb9e5e8aec0d78d63b75))
516
- * DocState contains type as number ([#1250](https://github.com/ceramicnetwork/js-ceramic/issues/1250)) ([56501e2](https://github.com/ceramicnetwork/js-ceramic/commit/56501e264aebb4e9b01ea31422dfd6f7827b1382))
517
- * Make optional custom file name for service log ([#1325](https://github.com/ceramicnetwork/js-ceramic/issues/1325)) ([f8b3c6d](https://github.com/ceramicnetwork/js-ceramic/commit/f8b3c6db5b6e57b6a89e54e327be0641d95e8c35))
518
- * Pass issuer to verifyJWS ([#1542](https://github.com/ceramicnetwork/js-ceramic/issues/1542)) ([3c60b0c](https://github.com/ceramicnetwork/js-ceramic/commit/3c60b0c43267e29e17fd1f676f25bf11c2ab06d5))
519
- * Pass time-information when checking a signature ([#1502](https://github.com/ceramicnetwork/js-ceramic/issues/1502)) ([913e091](https://github.com/ceramicnetwork/js-ceramic/commit/913e091827691f37a3e02ffcef569a22fd6f007d))
520
- * **core:** Remove doctype from genesis record ([#486](https://github.com/ceramicnetwork/js-ceramic/issues/486)) ([fbd68df](https://github.com/ceramicnetwork/js-ceramic/commit/fbd68df4664981a46596feffa68f85da742fbad2))
521
- * **core:** Rename several packages to remove redundant "ceramic-" prefix ([#460](https://github.com/ceramicnetwork/js-ceramic/issues/460)) ([8a86fb6](https://github.com/ceramicnetwork/js-ceramic/commit/8a86fb68b5f895f64e79a2585a5f854dd6c42088))
522
- * **core, http-client:** Remove default DID Resolver and make apps provide via CeramicAPI.setDID() ([#1196](https://github.com/ceramicnetwork/js-ceramic/issues/1196)) ([e9b3c18](https://github.com/ceramicnetwork/js-ceramic/commit/e9b3c18d8786103589dafd268cba37694811d9b9))
523
- * **core, http-client, common:** Doctype accepts Running State ([#1150](https://github.com/ceramicnetwork/js-ceramic/issues/1150)) ([0b708d4](https://github.com/ceramicnetwork/js-ceramic/commit/0b708d44beaa86b7fa121ce0afb5a4a59344fce1))
524
- * **doctype-caip10-link:** Rename 'content' to 'did' for Caip10Link ([#1216](https://github.com/ceramicnetwork/js-ceramic/issues/1216)) ([f594ff0](https://github.com/ceramicnetwork/js-ceramic/commit/f594ff081048f0966c4dc8a57a3952e4235639f8))
525
- * **doctype-tile:** Log when DID is authenticated ([#1199](https://github.com/ceramicnetwork/js-ceramic/issues/1199)) ([9d4a779](https://github.com/ceramicnetwork/js-ceramic/commit/9d4a77957d94c375dbc127e4fb5a1f8dc4953844))
526
- * **http-client, cli:** Enable specifying DocOpts in CeramicClient.loadDocument ([#1225](https://github.com/ceramicnetwork/js-ceramic/issues/1225)) ([ce0694b](https://github.com/ceramicnetwork/js-ceramic/commit/ce0694b8405f29a6c54a2d214599d210e6f1e4de))
527
- * **streamid:** Rename DocID to StreamID ([#1195](https://github.com/ceramicnetwork/js-ceramic/issues/1195)) ([65754d1](https://github.com/ceramicnetwork/js-ceramic/commit/65754d17ecfbdae9f110c71de91120200a6b4ef2))
528
- * add networks enum and elp ([#1187](https://github.com/ceramicnetwork/js-ceramic/issues/1187)) ([7a60b30](https://github.com/ceramicnetwork/js-ceramic/commit/7a60b309067f428d904b0eb3723069fc90a05a4d))
529
- * seperate node and browser loggers ([0532bee](https://github.com/ceramicnetwork/js-ceramic/commit/0532bee4aec22e115c3660cc3a0946204f2bff44))
530
- * **tile-doctype:** Update Tile API ([#1180](https://github.com/ceramicnetwork/js-ceramic/issues/1180)) ([90973ee](https://github.com/ceramicnetwork/js-ceramic/commit/90973ee32352e260cb040e687720095b145b4702))
531
- * Feed of pubsub messages ([#1058](https://github.com/ceramicnetwork/js-ceramic/issues/1058)) ([2d2bb5c](https://github.com/ceramicnetwork/js-ceramic/commit/2d2bb5c11082bd76d495817482e8ac21af20f6e5))
532
- * Unbundle DocID into DocID and CommitID ([#1009](https://github.com/ceramicnetwork/js-ceramic/issues/1009)) ([c2707f2](https://github.com/ceramicnetwork/js-ceramic/commit/c2707f212a9d23c88525b667944d24210e192f80))
533
- * upgrade 3id did resolver ([#1108](https://github.com/ceramicnetwork/js-ceramic/issues/1108)) ([24ef6d4](https://github.com/ceramicnetwork/js-ceramic/commit/24ef6d45c6ce1dae828447ffdaa9e57f3f5e9b00))
534
- * **tile:** Enforce that schemas must always be assigned with a version ([#477](https://github.com/ceramicnetwork/js-ceramic/issues/477)) ([28d8212](https://github.com/ceramicnetwork/js-ceramic/commit/28d8212a7b8cab399a2e8af6ba525e908c4548ab))
535
-
536
-
537
- ### Reverts
538
-
539
- * Revert "chore(release):" ([26ed474](https://github.com/ceramicnetwork/js-ceramic/commit/26ed474717edaf2a276d5ffba063054f5a12e5e2))
540
-
541
-
542
-
543
-
544
-
545
- # [1.4.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.4.0-rc.0...@ceramicnetwork/common@1.4.0) (2021-09-08)
546
-
547
- **Note:** Version bump only for package @ceramicnetwork/common
548
-
549
-
550
-
551
-
552
-
553
- # [1.4.0-rc.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.3.0...@ceramicnetwork/common@1.4.0-rc.0) (2021-09-02)
554
-
555
-
556
- ### Features
557
-
558
- * **common,stream-tile,stream-tile-handler:** Add metadata option to forbid controller changes ([#1688](https://github.com/ceramicnetwork/js-ceramic/issues/1688)) ([85d6c97](https://github.com/ceramicnetwork/js-ceramic/commit/85d6c9789d28bb507abb9226be02e803cdc275ed))
559
-
560
-
561
-
562
-
563
-
564
- # [1.3.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.3.0-rc.7...@ceramicnetwork/common@1.3.0) (2021-08-25)
565
-
566
- **Note:** Version bump only for package @ceramicnetwork/common
567
-
568
-
569
-
570
-
571
-
572
- # [1.3.0-rc.7](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.3.0-rc.6...@ceramicnetwork/common@1.3.0-rc.7) (2021-08-24)
573
-
574
- **Note:** Version bump only for package @ceramicnetwork/common
575
-
576
-
577
-
578
-
579
-
580
- # [1.3.0-rc.6](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.3.0-rc.5...@ceramicnetwork/common@1.3.0-rc.6) (2021-08-23)
581
-
582
- **Note:** Version bump only for package @ceramicnetwork/common
583
-
584
-
585
-
586
-
587
-
588
- # 1.3.0-rc.5 (2021-08-23)
589
-
590
-
591
- ### Bug Fixes
592
-
593
- * **ci:** remove private flag ([9974009](https://github.com/ceramicnetwork/js-ceramic/commit/9974009be69382f2a2caf59f4ff72bf6aa12491b))
594
-
595
-
596
-
597
-
598
-
599
- # [1.3.0-rc.4](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.3.0-rc.3...@ceramicnetwork/common@1.3.0-rc.4) (2021-08-22)
600
-
601
- **Note:** Version bump only for package @ceramicnetwork/common
602
-
603
-
604
-
605
-
606
-
607
- # [1.3.0-rc.3](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@1.3.0-rc.2...@ceramicnetwork/common@1.3.0-rc.3) (2021-08-22)
608
-
609
- **Note:** Version bump only for package @ceramicnetwork/common
610
-
611
-
612
-
613
-
614
-
615
- # 1.3.0-rc.2 (2021-08-22)
616
-
617
-
618
- ### Bug Fixes
619
-
620
- * **ci:** remove flag from npm ci cmd ([b8ca310](https://github.com/ceramicnetwork/js-ceramic/commit/b8ca3102963096626a46a3c78c705da26e977021))
621
-
622
-
623
-
624
-
625
-
626
- # [1.3.0-rc.1](/compare/@ceramicnetwork/common@1.3.0-rc.0...@ceramicnetwork/common@1.3.0-rc.1) (2021-08-19)
627
-
628
-
629
- ### Features
630
-
631
- * **cli:** Add hierarchy to daemon config (#1633) 138b49d, closes #1633
632
-
633
-
634
-
635
-
636
-
637
- # [1.3.0-rc.0](/compare/@ceramicnetwork/common@1.2.1...@ceramicnetwork/common@1.3.0-rc.0) (2021-08-13)
638
-
639
-
640
- ### Features
641
-
642
- * **core:** Add API to request an anchor (#1622) 8473c6a, closes #1622
643
-
644
-
645
-
646
-
647
-
648
- ## [1.2.1](/compare/@ceramicnetwork/common@1.2.0-rc.2...@ceramicnetwork/common@1.2.1) (2021-08-11)
649
-
650
- **Note:** Version bump only for package @ceramicnetwork/common
651
-
652
-
653
-
654
-
655
-
656
- # [1.2.0](/compare/@ceramicnetwork/common@1.2.0-rc.2...@ceramicnetwork/common@1.2.0) (2021-08-11)
657
-
658
- **Note:** Version bump only for package @ceramicnetwork/common
659
-
660
-
661
-
662
-
663
-
664
- # [1.2.0-rc.2](/compare/@ceramicnetwork/common@1.2.0-rc.1...@ceramicnetwork/common@1.2.0-rc.2) (2021-07-30)
665
-
666
-
667
- ### Features
668
-
669
- * **core:** Invalid commits don't prevent loading a stream (#1597) fb1dea1, closes #1597
670
- * **daemon:** add raw_data endpoint (#1395) 41b6109, closes #1395 ceramicnetwork#1394
671
-
672
-
673
-
674
-
675
-
676
- # [1.2.0-rc.1](/compare/@ceramicnetwork/common@1.2.0-rc.0...@ceramicnetwork/common@1.2.0-rc.1) (2021-07-16)
677
-
678
-
679
- ### Bug Fixes
680
-
681
- * **core:** Optimize commit application to minimize calls to IPFS (#1528) 75ee50e, closes #1528
682
-
683
-
684
- ### Features
685
-
686
- * **core:** Sync Streams with cache before returning from multiQuery (#1548) b78637d, closes #1548
687
- * Check signature of a lone genesis (#1529) b55e225, closes #1529
688
- * Pass issuer to verifyJWS (#1542) 3c60b0c, closes #1542
689
- * Pass time-information when checking a signature (#1502) 913e091, closes #1502
690
-
691
-
692
-
693
-
694
-
695
- # [1.2.0-rc.0](/compare/@ceramicnetwork/common@1.1.0...@ceramicnetwork/common@1.2.0-rc.0) (2021-06-30)
696
-
697
-
698
- ### Features
699
-
700
- * **core:** Split AnchorService from AnchorValidator (#1505) b92add9, closes #1505
701
-
702
-
703
-
704
-
705
-
706
- # [1.1.0](/compare/@ceramicnetwork/common@1.1.0-rc.0...@ceramicnetwork/common@1.1.0) (2021-06-22)
707
-
708
- **Note:** Version bump only for package @ceramicnetwork/common
709
-
710
-
711
-
712
-
713
-
714
- # [1.1.0-rc.0](/compare/@ceramicnetwork/common@1.0.6...@ceramicnetwork/common@1.1.0-rc.0) (2021-06-21)
715
-
716
-
717
- ### Bug Fixes
718
-
719
- * **core:** Only poll for anchors at startup, don't submit a new request (#1437) ec17446, closes #1437
720
-
721
-
722
- ### Features
723
-
724
- * **core:** Loading a CommitID makes the node handle the commit CID as a potential new tip (#1484) 46e0f22, closes #1484
725
-
726
-
727
-
728
-
729
-
730
- ## [1.0.6](/compare/@ceramicnetwork/common@1.0.5...@ceramicnetwork/common@1.0.6) (2021-06-06)
731
-
732
- **Note:** Version bump only for package @ceramicnetwork/common
733
-
734
-
735
-
736
-
737
-
738
- ## [1.0.5](/compare/@ceramicnetwork/common@1.0.4...@ceramicnetwork/common@1.0.5) (2021-06-03)
739
-
740
-
741
- ### Bug Fixes
742
-
743
- * **core:** ipfs subscribe, pin version (#1454) fc9c5e7, closes #1454
744
- * Pin dag-jose contents (#1451) a598c10, closes #1451
745
-
746
-
747
-
748
-
749
-
750
- ## [1.0.4](/compare/@ceramicnetwork/common@1.0.4-rc.0...@ceramicnetwork/common@1.0.4) (2021-05-31)
751
-
752
- **Note:** Version bump only for package @ceramicnetwork/common
753
-
754
-
755
-
756
-
757
-
758
- ## [1.0.4-rc.0](/compare/@ceramicnetwork/common@1.0.3...@ceramicnetwork/common@1.0.4-rc.0) (2021-05-28)
759
-
760
-
761
- ### Bug Fixes
762
-
763
- * **core:** only sync pinned streams the first time they are loaded (#1417) 76be682, closes #1417
764
-
765
-
766
-
767
-
768
-
769
- ## [1.0.3](/compare/@ceramicnetwork/common@1.0.2...@ceramicnetwork/common@1.0.3) (2021-05-25)
770
-
771
- **Note:** Version bump only for package @ceramicnetwork/common
772
-
773
-
774
-
775
-
776
-
777
- ## [1.0.2](/compare/@ceramicnetwork/common@1.0.1...@ceramicnetwork/common@1.0.2) (2021-05-20)
778
-
779
- **Note:** Version bump only for package @ceramicnetwork/common
780
-
781
-
782
-
783
-
784
-
785
- ## [1.0.1](/compare/@ceramicnetwork/common@1.0.0...@ceramicnetwork/common@1.0.1) (2021-05-13)
786
-
787
- **Note:** Version bump only for package @ceramicnetwork/common
788
-
789
-
790
-
791
-
792
-
793
- # [1.0.0](/compare/@ceramicnetwork/common@1.0.0-rc.6...@ceramicnetwork/common@1.0.0) (2021-05-06)
794
-
795
- **Note:** Version bump only for package @ceramicnetwork/common
796
-
797
-
798
-
799
-
800
-
801
- # [1.0.0-rc.6](/compare/@ceramicnetwork/common@1.0.0-rc.5...@ceramicnetwork/common@1.0.0-rc.6) (2021-04-29)
802
-
803
- **Note:** Version bump only for package @ceramicnetwork/common
804
-
805
-
806
-
807
-
808
-
809
- # [1.0.0-rc.5](/compare/@ceramicnetwork/common@1.0.0-rc.4...@ceramicnetwork/common@1.0.0-rc.5) (2021-04-28)
810
-
811
-
812
- ### Bug Fixes
813
-
814
- * **common:** CeramicApi compatibility (#1326) 1837c0d, closes #1326
815
-
816
-
817
- ### Features
818
-
819
- * Make optional custom file name for service log (#1325) f8b3c6d, closes #1325
820
-
821
-
822
-
823
-
824
-
825
- # [1.0.0-rc.4](/compare/@ceramicnetwork/common@1.0.0-rc.3...@ceramicnetwork/common@1.0.0-rc.4) (2021-04-23)
826
-
827
- **Note:** Version bump only for package @ceramicnetwork/common
828
-
829
-
830
-
831
-
832
-
833
- # [1.0.0-rc.3](/compare/@ceramicnetwork/common@1.0.0-rc.2...@ceramicnetwork/common@1.0.0-rc.3) (2021-04-20)
834
-
835
-
836
- ### Bug Fixes
837
-
838
- * **common:** Remove additional LF symbol introduced by Morgan logger (#1222) 838ce9c, closes #1222
839
- * Fix tests by using node environment for jest (#1212) 0f04006, closes #1212
840
-
841
-
842
- ### Features
843
-
844
- * **cli,http-client:** Update HTTP API to use streams terminology (#1237) 6c0a142, closes #1237
845
- * **common:** Change 'sync' option to an enum and refine sync behaviors (#1269) 0b652fb, closes #1269
846
- * **common:** Miscellaneous renames from document-based to stream-based terminology (#1290) 2ca935e, closes #1290
847
- * **common:** Rename createDocumentFromGenesis to createStreamFromGenesis (#1285) 0dbfbf3, closes #1285
848
- * **common:** Update createStreamFromGenesis to take 'type' number instead of 'doctype' string (#1286) 967cf11, closes #1286
849
- * DocState contains type as number (#1250) 56501e2, closes #1250
850
- * **common:** Remove deprecated methods named with Records instead of Commits (#1217) 43fa46a, closes #1217
851
- * **common:** Rename Doctype to Stream (#1266) 4ebb6ac, closes #1266
852
- * **common,core:** Split DocOpts into CreateOpts, LoadOpts, and UpdateOpts (#1229) 85ccbb8, closes #1229
853
- * **core, http-client:** Remove default DID Resolver and make apps provide via CeramicAPI.setDID() (#1196) e9b3c18, closes #1196
854
- * **core, http-client, common:** Doctype accepts Running State (#1150) 0b708d4, closes #1150
855
- * **doctype-caip10-link:** Rename 'content' to 'did' for Caip10Link (#1216) f594ff0, closes #1216
856
- * **doctype-tile:** Log when DID is authenticated (#1199) 9d4a779, closes #1199
857
- * **http-client, cli:** Enable specifying DocOpts in CeramicClient.loadDocument (#1225) ce0694b, closes #1225
858
- * **streamid:** Rename DocID to StreamID (#1195) 65754d1, closes #1195
859
- * seperate node and browser loggers 0532bee
860
- * **tile-doctype:** Update Tile API (#1180) 90973ee, closes #1180
861
-
862
-
863
-
864
-
865
-
866
- # [1.0.0-rc.2](/compare/@ceramicnetwork/common@1.0.0-rc.1...@ceramicnetwork/common@1.0.0-rc.2) (2021-04-19)
867
-
868
- **Note:** Version bump only for package @ceramicnetwork/common
869
-
870
-
871
-
872
-
873
-
874
- # [1.0.0-rc.1](/compare/@ceramicnetwork/common@0.18.0-rc.1...@ceramicnetwork/common@1.0.0-rc.1) (2021-04-19)
875
-
876
- **Note:** Version bump only for package @ceramicnetwork/common
877
-
878
-
879
-
880
-
881
-
882
- # [0.18.0-rc.1](/compare/@ceramicnetwork/common@0.17.0...@ceramicnetwork/common@0.18.0-rc.1) (2021-04-19)
883
-
884
-
885
- ### Bug Fixes
886
-
887
- * Fix tests by using node environment for jest (#1212) aff01c6, closes #1212
888
-
889
-
890
-
891
-
892
-
893
- # [0.18.0-rc.0](/compare/@ceramicnetwork/common@0.17.0...@ceramicnetwork/common@0.18.0-rc.0) (2021-04-02)
894
-
895
-
896
- ### Features
897
-
898
- * **core, http-client, common:** Doctype accepts Running State (#1150) 0b708d4, closes #1150
899
- * **tile-doctype:** Update Tile API 48f30e1
900
-
901
-
902
-
903
-
904
-
905
- # [0.17.0](/compare/@ceramicnetwork/common@0.16.0...@ceramicnetwork/common@0.17.0) (2021-04-02)
906
-
907
-
908
- ### Bug Fixes
909
-
910
- * **common:** Don't use node packages at runtime in the logger if we might be running in-browser (#1165) 937c4f4, closes #1165
911
- * **common, logger:** Clean up dependencies (#1164) 191ad31, closes #1164
912
-
913
-
914
- ### Features
915
-
916
- * add networks enum and elp (#1187) 7a60b30, closes #1187
917
-
918
-
919
-
920
-
921
-
922
- ## [0.16.1-rc.4](/compare/@ceramicnetwork/common@0.16.0...@ceramicnetwork/common@0.16.1-rc.4) (2021-03-26)
923
-
924
-
925
- ### Bug Fixes
926
-
927
- * **common, logger:** Clean up dependencies 57ffa67
928
-
929
-
930
-
931
-
932
-
933
- ## [0.16.1-rc.3](/compare/@ceramicnetwork/common@0.16.0...@ceramicnetwork/common@0.16.1-rc.3) (2021-03-26)
934
-
935
-
936
- ### Bug Fixes
937
-
938
- * **common, logger:** Clean up dependencies 2243d05
939
-
940
-
941
-
942
-
943
-
944
- ## [0.16.1-rc.2](/compare/@ceramicnetwork/common@0.16.0...@ceramicnetwork/common@0.16.1-rc.2) (2021-03-26)
945
-
946
-
947
- ### Bug Fixes
948
-
949
- * **common, logger:** Clean up dependencies 2243d05
950
-
951
-
952
-
953
-
954
-
955
- ## [0.16.1-rc.1](/compare/@ceramicnetwork/common@0.16.1-rc.0...@ceramicnetwork/common@0.16.1-rc.1) (2021-03-25)
956
-
957
- **Note:** Version bump only for package @ceramicnetwork/common
958
-
959
-
960
-
961
-
962
-
963
- ## [0.16.1-rc.0](/compare/@ceramicnetwork/common@0.16.0...@ceramicnetwork/common@0.16.1-rc.0) (2021-03-25)
964
-
965
- **Note:** Version bump only for package @ceramicnetwork/common
966
-
967
-
968
-
969
-
970
-
971
- # [0.16.0](/compare/@ceramicnetwork/common@0.16.0-rc.11...@ceramicnetwork/common@0.16.0) (2021-03-22)
972
-
973
-
974
- ### Features
975
-
976
- * **core:** Meat of State Refactor: final concurrency model (#1130) 345d3d1, closes #1130 #1141
977
-
978
-
979
-
980
-
981
-
982
- # [0.16.0-rc.11](/compare/@ceramicnetwork/common@0.16.0-rc.10...@ceramicnetwork/common@0.16.0-rc.11) (2021-03-15)
983
-
984
-
985
- ### Features
986
-
987
- * **core:** enable the use of timestamps (#1117) f417e27, closes #1117
988
-
989
-
990
-
991
-
992
-
993
- # [0.16.0-rc.10](/compare/@ceramicnetwork/common@0.16.0-rc.9...@ceramicnetwork/common@0.16.0-rc.10) (2021-03-12)
994
-
995
-
996
- ### Features
997
-
998
- * upgrade 3id did resolver (#1108) 24ef6d4, closes #1108
999
-
1000
-
1001
-
1002
-
1003
-
1004
- # [0.16.0-rc.9](/compare/@ceramicnetwork/common@0.16.0-rc.8...@ceramicnetwork/common@0.16.0-rc.9) (2021-03-10)
1005
-
1006
-
1007
- ### Bug Fixes
1008
-
1009
- * **core:** Don't display anchorScheduledFor at all when anchored (#1101) 3be9e74, closes #1101
1010
-
1011
-
1012
-
1013
-
1014
-
1015
- # [0.16.0-rc.8](/compare/@ceramicnetwork/common@0.16.0-rc.6...@ceramicnetwork/common@0.16.0-rc.8) (2021-03-09)
1016
-
1017
-
1018
- ### Features
1019
-
1020
- * Feed of pubsub messages (#1058) 2d2bb5c, closes #1058
1021
-
1022
-
1023
-
1024
-
1025
-
1026
- # [0.16.0-rc.7](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@0.15.9...@ceramicnetwork/common@0.16.0-rc.7) (2021-02-25)
1027
-
1028
-
1029
- ### Bug Fixes
1030
-
1031
- * **common:** Show timezone with anchorScheduledFor property [#897](https://github.com/ceramicnetwork/js-ceramic/issues/897) ([#951](https://github.com/ceramicnetwork/js-ceramic/issues/951)) ([be2b472](https://github.com/ceramicnetwork/js-ceramic/commit/be2b472640d35165efeb61437b83a81f29e878be))
1032
-
1033
-
1034
- ### Features
1035
-
1036
- * Feed of pubsub messages ([#1058](https://github.com/ceramicnetwork/js-ceramic/issues/1058)) ([2d2bb5c](https://github.com/ceramicnetwork/js-ceramic/commit/2d2bb5c11082bd76d495817482e8ac21af20f6e5))
1037
- * **cli:** Add S3StateStore ([#1041](https://github.com/ceramicnetwork/js-ceramic/issues/1041)) ([45e9d27](https://github.com/ceramicnetwork/js-ceramic/commit/45e9d27d50d3bddf3c32e331542839fda682675e))
1038
- * **core:** Clean up Ceramic.create() and accept LoggerProvider in CeramicConfig ([#1021](https://github.com/ceramicnetwork/js-ceramic/issues/1021)) ([a53c534](https://github.com/ceramicnetwork/js-ceramic/commit/a53c534f89baab0b2a31cc8cbe9694efcc5cfa3f))
1039
- * Unbundle DocID into DocID and CommitID ([#1009](https://github.com/ceramicnetwork/js-ceramic/issues/1009)) ([c2707f2](https://github.com/ceramicnetwork/js-ceramic/commit/c2707f212a9d23c88525b667944d24210e192f80))
1040
- * **core:** Add new logger package ([#878](https://github.com/ceramicnetwork/js-ceramic/issues/878)) ([9756868](https://github.com/ceramicnetwork/js-ceramic/commit/9756868697344515635ca7fd634bd214bf419948))
1041
-
1042
-
1043
-
1044
-
1045
-
1046
- # [0.16.0-rc.6](/compare/@ceramicnetwork/common@0.16.0-rc.5...@ceramicnetwork/common@0.16.0-rc.6) (2021-02-24)
1047
-
1048
- **Note:** Version bump only for package @ceramicnetwork/common
1049
-
1050
-
1051
-
1052
-
1053
-
1054
- # [0.16.0-rc.5](/compare/@ceramicnetwork/common@0.16.0-rc.3...@ceramicnetwork/common@0.16.0-rc.5) (2021-02-23)
1055
-
1056
-
1057
- ### Features
1058
-
1059
- * **cli:** Add S3StateStore (#1041) 45e9d27, closes #1041
1060
-
1061
-
1062
-
1063
-
1064
-
1065
- # [0.16.0-rc.4](/compare/@ceramicnetwork/common@0.16.0-rc.3...@ceramicnetwork/common@0.16.0-rc.4) (2021-02-23)
1066
-
1067
-
1068
- ### Features
1069
-
1070
- * **cli:** Add S3StateStore (#1041) 45e9d27, closes #1041
1071
-
1072
-
1073
-
1074
-
1075
-
1076
- # [0.16.0-rc.3](/compare/@ceramicnetwork/common@0.16.0-rc.2...@ceramicnetwork/common@0.16.0-rc.3) (2021-02-23)
1077
-
1078
- **Note:** Version bump only for package @ceramicnetwork/common
1079
-
1080
-
1081
-
1082
-
1083
-
1084
- # [0.16.0-rc.2](/compare/@ceramicnetwork/common@0.16.0-rc.0...@ceramicnetwork/common@0.16.0-rc.2) (2021-02-22)
1085
-
1086
- **Note:** Version bump only for package @ceramicnetwork/common
1087
-
1088
-
1089
-
1090
-
1091
-
1092
- # [0.16.0-rc.0](/compare/@ceramicnetwork/common@0.15.9...@ceramicnetwork/common@0.16.0-rc.0) (2021-02-22)
1093
-
1094
-
1095
- ### Bug Fixes
1096
-
1097
- * **common:** Show timezone with anchorScheduledFor property #897 (#951) be2b472, closes #897 #951
1098
-
1099
-
1100
- ### Features
1101
-
1102
- * **core:** Clean up Ceramic.create() and accept LoggerProvider in CeramicConfig (#1021) a53c534, closes #1021
1103
- * Unbundle DocID into DocID and CommitID (#1009) c2707f2, closes #1009
1104
- * **core:** Add new logger package (#878) 9756868, closes #878
1105
-
1106
-
1107
-
1108
-
1109
-
1110
- ## [0.15.9](/compare/@ceramicnetwork/common@0.15.9-rc.0...@ceramicnetwork/common@0.15.9) (2021-02-04)
1111
-
1112
- **Note:** Version bump only for package @ceramicnetwork/common
1113
-
1114
-
1115
-
1116
-
1117
-
1118
- ## [0.15.9-rc.0](/compare/@ceramicnetwork/common@0.15.8...@ceramicnetwork/common@0.15.9-rc.0) (2021-01-29)
1119
-
1120
-
1121
- ### Bug Fixes
1122
-
1123
- * **common:** Don't serialize null state fields (#867) 51b7375, closes #867
1124
-
1125
-
1126
-
1127
-
1128
-
1129
- ## [0.15.8](/compare/@ceramicnetwork/common@0.15.7...@ceramicnetwork/common@0.15.8) (2021-01-21)
1130
-
1131
-
1132
- ### Bug Fixes
1133
-
1134
- * **core:** Honor ethereumRpcUrl config option (#830) a440b59, closes #830
1135
-
1136
-
1137
-
1138
-
1139
-
1140
- ## [0.15.7](/compare/@ceramicnetwork/common@0.15.6...@ceramicnetwork/common@0.15.7) (2021-01-13)
1141
-
1142
- **Note:** Version bump only for package @ceramicnetwork/common
1143
-
1144
-
1145
-
1146
-
1147
-
1148
- ## [0.15.6](/compare/@ceramicnetwork/common@0.15.5...@ceramicnetwork/common@0.15.6) (2021-01-13)
1149
-
1150
- **Note:** Version bump only for package @ceramicnetwork/common
1151
-
1152
-
1153
-
1154
-
1155
-
1156
- ## [0.15.5](/compare/@ceramicnetwork/common@0.15.4...@ceramicnetwork/common@0.15.5) (2021-01-13)
1157
-
1158
-
1159
- ### Bug Fixes
1160
-
1161
- * **cli,http-client:** Fix pin API in CLI and http client (#752) 20fcd75, closes #752
1162
-
1163
-
1164
-
1165
-
1166
-
1167
- ## [0.15.4](/compare/@ceramicnetwork/common@0.15.3...@ceramicnetwork/common@0.15.4) (2021-01-07)
1168
-
1169
- **Note:** Version bump only for package @ceramicnetwork/common
1170
-
1171
-
1172
-
1173
-
1174
-
1175
- ## [0.15.3](/compare/@ceramicnetwork/common@0.15.2...@ceramicnetwork/common@0.15.3) (2021-01-07)
1176
-
1177
- **Note:** Version bump only for package @ceramicnetwork/common
1178
-
1179
-
1180
-
1181
-
1182
-
1183
- ## [0.15.2](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@0.15.1...@ceramicnetwork/common@0.15.2) (2020-12-29)
1184
-
1185
-
1186
- ### Bug Fixes
1187
-
1188
- * **http-client:** reload cached documents ([#719](https://github.com/ceramicnetwork/js-ceramic/issues/719)) ([6bc7dbf](https://github.com/ceramicnetwork/js-ceramic/commit/6bc7dbff31eaccfdbcb960effd850f069eb0d538))
1189
-
1190
-
1191
-
1192
-
1193
-
1194
- ## [0.15.1](/compare/@ceramicnetwork/common@0.15.0...@ceramicnetwork/common@0.15.1) (2020-12-23)
1195
-
1196
-
1197
- ### Reverts
1198
-
1199
- * Revert "chore(release):" 26ed474
1200
-
1201
-
1202
-
1203
-
1204
-
1205
- # [0.15.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@0.15.0-alpha.0...@ceramicnetwork/common@0.15.0) (2020-12-17)
1206
-
1207
- **Note:** Version bump only for package @ceramicnetwork/common
1208
-
1209
-
1210
-
1211
-
1212
-
1213
- # [0.15.0-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@0.14.1...@ceramicnetwork/common@0.15.0-alpha.0) (2020-12-14)
1214
-
1215
-
1216
- ### Bug Fixes
1217
-
1218
- * CID version fix ([#638](https://github.com/ceramicnetwork/js-ceramic/issues/638)) ([a4f4390](https://github.com/ceramicnetwork/js-ceramic/commit/a4f4390ea561e991cae93dd26b9b122d10caef32))
1219
- * **doctype-caip10-link:** solidify data structure ([#619](https://github.com/ceramicnetwork/js-ceramic/issues/619)) ([d1e3b98](https://github.com/ceramicnetwork/js-ceramic/commit/d1e3b98bda51ad3a7d2b7d31b253be3a181d91ae))
1220
-
1221
-
1222
- ### Features
1223
-
1224
- * **core:** Allow loading signed records as document versions ([#617](https://github.com/ceramicnetwork/js-ceramic/issues/617)) ([ecf6943](https://github.com/ceramicnetwork/js-ceramic/commit/ecf6943c0e475b973bd1081b85f9cb1c9622cfe7))
1225
- * **core:** Rename document "versions" to document "commits" ([#618](https://github.com/ceramicnetwork/js-ceramic/issues/618)) ([03bc30a](https://github.com/ceramicnetwork/js-ceramic/commit/03bc30a017662f3001ba855d1b73e1c245d0bfef))
1226
-
1227
-
1228
-
1229
-
1230
-
1231
- ## [0.14.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@0.14.0...@ceramicnetwork/common@0.14.1) (2020-12-08)
1232
-
1233
- **Note:** Version bump only for package @ceramicnetwork/common
1234
-
1235
-
1236
-
1237
-
1238
-
1239
- # [0.14.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@0.13.2...@ceramicnetwork/common@0.14.0) (2020-12-01)
1240
-
1241
-
1242
- ### Features
1243
-
1244
- * **core:** Remove chainId from document metadata and stop enforcing of chainId when applying records ([#574](https://github.com/ceramicnetwork/js-ceramic/issues/574)) ([955d3f6](https://github.com/ceramicnetwork/js-ceramic/commit/955d3f6bd7348676d096cab8f32d932993690a6e))
1245
-
1246
-
1247
-
1248
-
1249
-
1250
- ## [0.13.2](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@0.13.1...@ceramicnetwork/common@0.13.2) (2020-11-30)
1251
-
1252
-
1253
- ### Bug Fixes
1254
-
1255
- * **common:** fix IpfsApi import ([#565](https://github.com/ceramicnetwork/js-ceramic/issues/565)) ([802c284](https://github.com/ceramicnetwork/js-ceramic/commit/802c284657c3d03df4268c1cf1f6d445e6b7218d))
1256
-
1257
-
1258
-
1259
-
1260
-
1261
- ## [0.13.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/common@0.13.0...@ceramicnetwork/common@0.13.1) (2020-11-26)
1262
-
1263
- **Note:** Version bump only for package @ceramicnetwork/common
1264
-
1265
-
1266
-
1267
-
1268
-
1269
- # 0.13.0 (2020-11-24)
1270
-
1271
-
1272
- ### Features
1273
-
1274
- * **core:** Add chainId to genesis header ([#509](https://github.com/ceramicnetwork/js-ceramic/issues/509)) ([f916e63](https://github.com/ceramicnetwork/js-ceramic/commit/f916e633fcd61ad8fae8e1ac634f347b77302f06))
1275
- * **core:** Break up and rename DocOpts args ([#527](https://github.com/ceramicnetwork/js-ceramic/issues/527)) ([13ed725](https://github.com/ceramicnetwork/js-ceramic/commit/13ed7254db0fe467165098b2f3e2825cb5baa6fb))
1276
- * **core:** Make isUnique default to true ([#427](https://github.com/ceramicnetwork/js-ceramic/issues/427)) ([cbd9041](https://github.com/ceramicnetwork/js-ceramic/commit/cbd90410865c3a7be00b0b153f682150dfd1ac91))
1277
- * **core:** Remove doctype from genesis record ([#486](https://github.com/ceramicnetwork/js-ceramic/issues/486)) ([fbd68df](https://github.com/ceramicnetwork/js-ceramic/commit/fbd68df4664981a46596feffa68f85da742fbad2))
1278
- * **core:** Rename several packages to remove redundant "ceramic-" prefix ([#460](https://github.com/ceramicnetwork/js-ceramic/issues/460)) ([8a86fb6](https://github.com/ceramicnetwork/js-ceramic/commit/8a86fb68b5f895f64e79a2585a5f854dd6c42088))
1279
- * **tile:** Enforce that schemas must always be assigned with a version ([#477](https://github.com/ceramicnetwork/js-ceramic/issues/477)) ([28d8212](https://github.com/ceramicnetwork/js-ceramic/commit/28d8212a7b8cab399a2e8af6ba525e908c4548ab))
1280
-
1281
-
1282
-
1283
-
1284
-
1285
- ## [0.12.2](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.12.2-alpha.0...@ceramicnetwork/ceramic-common@0.12.2) (2020-11-20)
1286
-
1287
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1288
-
1289
-
1290
-
1291
-
1292
-
1293
- ## [0.12.2-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.12.1...@ceramicnetwork/ceramic-common@0.12.2-alpha.0) (2020-11-20)
1294
-
1295
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1296
-
1297
-
1298
-
1299
-
1300
-
1301
- ## [0.12.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.12.0...@ceramicnetwork/ceramic-common@0.12.1) (2020-11-11)
1302
-
1303
-
1304
- ### Bug Fixes
1305
-
1306
- * bump IDW dep, fix Dockerfile ([#474](https://github.com/ceramicnetwork/js-ceramic/issues/474)) ([79b39a4](https://github.com/ceramicnetwork/js-ceramic/commit/79b39a4e7212c22991805ae1b93f10b3d146d540))
1307
-
1308
-
1309
-
1310
-
1311
-
1312
- # [0.12.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.12.0-alpha.0...@ceramicnetwork/ceramic-common@0.12.0) (2020-10-28)
1313
-
1314
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1315
-
1316
-
1317
-
1318
-
1319
-
1320
- # [0.12.0-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.11.0...@ceramicnetwork/ceramic-common@0.12.0-alpha.0) (2020-10-27)
1321
-
1322
-
1323
- ### Features
1324
-
1325
- * **core:** Rename owners to controllers ([#423](https://github.com/ceramicnetwork/js-ceramic/issues/423)) ([c94ff15](https://github.com/ceramicnetwork/js-ceramic/commit/c94ff155a10c7dd3c486846f6cd8e91d320485cc))
1326
-
1327
-
1328
-
1329
-
1330
-
1331
- # [0.11.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.11.0-alpha.0...@ceramicnetwork/ceramic-common@0.11.0) (2020-10-26)
1332
-
1333
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1334
-
1335
-
1336
-
1337
-
1338
-
1339
- # [0.11.0-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.10.2-alpha.0...@ceramicnetwork/ceramic-common@0.11.0-alpha.0) (2020-10-26)
1340
-
1341
-
1342
- ### Bug Fixes
1343
-
1344
- * fix tests and minor refactor ([71825e2](https://github.com/ceramicnetwork/js-ceramic/commit/71825e22282c5e9a8e53f431e82ff1fb9ce7eec5))
1345
-
1346
-
1347
- ### Features
1348
-
1349
- * docids support ([1e48e9e](https://github.com/ceramicnetwork/js-ceramic/commit/1e48e9e88090463f27f831f4b47a3fab30ba8c5e))
1350
- * idw update, docid idw ([09c7c0d](https://github.com/ceramicnetwork/js-ceramic/commit/09c7c0dc8e6e60ca3cf190f6e3c2b6c51a2e52ae))
1351
-
1352
-
1353
-
1354
-
1355
-
1356
- ## [0.10.2-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.10.1...@ceramicnetwork/ceramic-common@0.10.2-alpha.0) (2020-10-16)
1357
-
1358
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1359
-
1360
-
1361
-
1362
-
1363
-
1364
- ## [0.10.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.10.1-alpha.0...@ceramicnetwork/ceramic-common@0.10.1) (2020-10-13)
1365
-
1366
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1367
-
1368
-
1369
-
1370
-
1371
-
1372
- ## [0.10.1-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.10.0...@ceramicnetwork/ceramic-common@0.10.1-alpha.0) (2020-10-13)
1373
-
1374
-
1375
- ### Bug Fixes
1376
-
1377
- * change identity-wallet version ([#384](https://github.com/ceramicnetwork/js-ceramic/issues/384)) ([9e0ba75](https://github.com/ceramicnetwork/js-ceramic/commit/9e0ba752b22c944b827edcecd68cb987905fd4d6))
1378
- * properly handle versions and key rotations ([#399](https://github.com/ceramicnetwork/js-ceramic/issues/399)) ([c70f04c](https://github.com/ceramicnetwork/js-ceramic/commit/c70f04c037929568e796cf4b7e523679c81818e1))
1379
-
1380
-
1381
-
1382
-
1383
-
1384
- # [0.10.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.9.1-alpha.1...@ceramicnetwork/ceramic-common@0.10.0) (2020-10-07)
1385
-
1386
-
1387
- ### Bug Fixes
1388
-
1389
- * add todos to remove logToFile ([5f5433a](https://github.com/ceramicnetwork/js-ceramic/commit/5f5433a7636bba134457a9b264c7e88bf3ad4aed))
1390
- * log errors and refactor http logging ([da1f777](https://github.com/ceramicnetwork/js-ceramic/commit/da1f777ecea1507eb58662132d0db48c9dba2de8))
1391
- * remove logToFile in favor of plugin and update file names ([5bbdd27](https://github.com/ceramicnetwork/js-ceramic/commit/5bbdd27922d8b873a42fb18a83e2bb0815b4052f))
1392
-
1393
-
1394
- ### Features
1395
-
1396
- * add log to file ([b342226](https://github.com/ceramicnetwork/js-ceramic/commit/b3422261c7ec34495140cbc39fdbdcde456b3110))
1397
- * add logger plugin to write to files ([54a1e13](https://github.com/ceramicnetwork/js-ceramic/commit/54a1e13a62b4d0bf348379a3f82670307fa45e91))
1398
- * make log to file optional and config path ([581bba8](https://github.com/ceramicnetwork/js-ceramic/commit/581bba8c91f963893fb5509b97b939cfee0bd68d))
1399
-
1400
-
1401
-
1402
-
1403
-
1404
- ## [0.9.1-alpha.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.9.1-alpha.0...@ceramicnetwork/ceramic-common@0.9.1-alpha.1) (2020-10-06)
1405
-
1406
-
1407
- ### Bug Fixes
1408
-
1409
- * **common:** fix check ([#379](https://github.com/ceramicnetwork/js-ceramic/issues/379)) ([d3a050a](https://github.com/ceramicnetwork/js-ceramic/commit/d3a050aba0cc32b3a97050146c4e0b88a964d1d5))
1410
-
1411
-
1412
-
1413
-
1414
-
1415
- ## [0.9.1-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.9.0...@ceramicnetwork/ceramic-common@0.9.1-alpha.0) (2020-10-05)
1416
-
1417
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1418
-
1419
-
1420
-
1421
-
1422
-
1423
- # [0.9.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.9.0-alpha.1...@ceramicnetwork/ceramic-common@0.9.0) (2020-10-05)
1424
-
1425
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1426
-
1427
-
1428
-
1429
-
1430
-
1431
- # [0.9.0-alpha.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.8.2-alpha.0...@ceramicnetwork/ceramic-common@0.9.0-alpha.1) (2020-10-05)
1432
-
1433
-
1434
- ### Features
1435
-
1436
- * **common:** refactor logger, include component name ([#326](https://github.com/ceramicnetwork/js-ceramic/issues/326)) ([02e8d66](https://github.com/ceramicnetwork/js-ceramic/commit/02e8d66e25d7fb8887496cf6b3430be90b79d4f3))
1437
-
1438
-
1439
-
1440
-
1441
-
1442
- # [0.9.0-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.8.2-alpha.0...@ceramicnetwork/ceramic-common@0.9.0-alpha.0) (2020-09-28)
1443
-
1444
-
1445
- ### Features
1446
-
1447
- * **common:** refactor logger, include component name ([#326](https://github.com/ceramicnetwork/js-ceramic/issues/326)) ([02e8d66](https://github.com/ceramicnetwork/js-ceramic/commit/02e8d66e25d7fb8887496cf6b3430be90b79d4f3))
1448
-
1449
-
1450
- ## [0.8.2](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.8.2-alpha.0...@ceramicnetwork/ceramic-common@0.8.2) (2020-09-28)
1451
-
1452
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1453
-
1454
-
1455
-
1456
- ## [0.8.2-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.8.1-alpha.1...@ceramicnetwork/ceramic-common@0.8.2-alpha.0) (2020-09-28)
1457
-
1458
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1459
-
1460
-
1461
-
1462
-
1463
-
1464
- ## [0.8.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.8.1-alpha.0...@ceramicnetwork/ceramic-common@0.8.1) (2020-09-25)
1465
-
1466
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1467
-
1468
-
1469
- ## [0.8.1-alpha.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.8.1-alpha.0...@ceramicnetwork/ceramic-common@0.8.1-alpha.1) (2020-09-25)
1470
-
1471
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1472
-
1473
-
1474
- ## [0.8.1-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.8.0...@ceramicnetwork/ceramic-common@0.8.1-alpha.0) (2020-09-25)
1475
-
1476
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1477
-
1478
-
1479
-
1480
-
1481
-
1482
- # [0.8.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.8.0-alpha.0...@ceramicnetwork/ceramic-common@0.8.0) (2020-09-25)
1483
-
1484
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1485
-
1486
-
1487
-
1488
-
1489
-
1490
- # [0.8.0-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.7.0...@ceramicnetwork/ceramic-common@0.8.0-alpha.0) (2020-09-25)
1491
-
1492
-
1493
- ### Features
1494
-
1495
- * remove 3id doctype ([#323](https://github.com/ceramicnetwork/js-ceramic/issues/323)) ([fdbd0ed](https://github.com/ceramicnetwork/js-ceramic/commit/fdbd0ed66a01f9521f631967b4438396ce197ace))
1496
-
1497
-
1498
-
1499
-
1500
-
1501
- # [0.7.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.7.0-alpha.0...@ceramicnetwork/ceramic-common@0.7.0) (2020-09-17)
1502
-
1503
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1504
-
1505
-
1506
-
1507
-
1508
-
1509
- # [0.7.0-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.6.1...@ceramicnetwork/ceramic-common@0.7.0-alpha.0) (2020-09-17)
1510
-
1511
-
1512
- ### Features
1513
-
1514
- * **cli:** disable CLI logs ([#311](https://github.com/ceramicnetwork/js-ceramic/issues/311)) ([2a2494d](https://github.com/ceramicnetwork/js-ceramic/commit/2a2494d24bb58853b61d2f6444f62bbb7f81e1d7))
1515
-
1516
-
1517
-
1518
-
1519
-
1520
- ## [0.6.1](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.6.1-alpha.0...@ceramicnetwork/ceramic-common@0.6.1) (2020-09-16)
1521
-
1522
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1523
-
1524
-
1525
-
1526
-
1527
-
1528
- ## [0.6.1-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.6.0...@ceramicnetwork/ceramic-common@0.6.1-alpha.0) (2020-09-16)
1529
-
1530
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1531
-
1532
-
1533
-
1534
-
1535
-
1536
- # [0.6.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.5.11...@ceramicnetwork/ceramic-common@0.6.0) (2020-09-11)
1537
-
1538
-
1539
- ### Features
1540
-
1541
- * bump IW deps ([#295](https://github.com/ceramicnetwork/js-ceramic/issues/295)) ([1276874](https://github.com/ceramicnetwork/js-ceramic/commit/1276874be36c578c41193180d02d597cbdd4302e))
1542
- * **cli:** add config option to CLI, fix seed generation ([#293](https://github.com/ceramicnetwork/js-ceramic/issues/293)) ([4543d4e](https://github.com/ceramicnetwork/js-ceramic/commit/4543d4e298663eacc981c3d07e64bf0334f84076))
1543
-
1544
-
1545
-
1546
-
1547
-
1548
- # [0.6.0-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.5.11...@ceramicnetwork/ceramic-common@0.6.0-alpha.0) (2020-09-11)
1549
-
1550
-
1551
- ### Features
1552
-
1553
- * bump IW deps ([#295](https://github.com/ceramicnetwork/js-ceramic/issues/295)) ([1276874](https://github.com/ceramicnetwork/js-ceramic/commit/1276874be36c578c41193180d02d597cbdd4302e))
1554
- * **cli:** add config option to CLI, fix seed generation ([#293](https://github.com/ceramicnetwork/js-ceramic/issues/293)) ([4543d4e](https://github.com/ceramicnetwork/js-ceramic/commit/4543d4e298663eacc981c3d07e64bf0334f84076))
1555
-
1556
-
1557
-
1558
-
1559
-
1560
- ## [0.5.11](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.5.11-alpha.0...@ceramicnetwork/ceramic-common@0.5.11) (2020-09-09)
1561
-
1562
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1563
-
1564
-
1565
-
1566
-
1567
-
1568
- ## [0.5.11-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.5.10...@ceramicnetwork/ceramic-common@0.5.11-alpha.0) (2020-09-09)
1569
-
1570
-
1571
- ### Bug Fixes
1572
-
1573
- * **common:** Output time in local timezone ([#273](https://github.com/ceramicnetwork/js-ceramic/issues/273)) ([c6ca9e3](https://github.com/ceramicnetwork/js-ceramic/commit/c6ca9e38b9d4eb5481f4677d0b6064a0fc48a5bf))
1574
-
1575
-
1576
-
1577
-
1578
-
1579
- ## [0.5.10](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.5.9...@ceramicnetwork/ceramic-common@0.5.10) (2020-09-04)
1580
-
1581
-
1582
- ### Bug Fixes
1583
-
1584
- * fix build issues ([#270](https://github.com/ceramicnetwork/js-ceramic/issues/270)) ([cd0dccb](https://github.com/ceramicnetwork/js-ceramic/commit/cd0dccbe97617288ada1720660fba7d249702271))
1585
-
1586
-
1587
- ### Reverts
1588
-
1589
- * Revert "chore(deps): bump cids from 0.8.3 to 1.0.0 (#204)" ([d29a032](https://github.com/ceramicnetwork/js-ceramic/commit/d29a032726a4beec5fa12fba528b2d520b4ca690)), closes [#204](https://github.com/ceramicnetwork/js-ceramic/issues/204)
1590
-
1591
-
1592
-
1593
-
1594
-
1595
- ## [0.5.10-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.5.9...@ceramicnetwork/ceramic-common@0.5.10-alpha.0) (2020-09-04)
1596
-
1597
-
1598
- ### Bug Fixes
1599
-
1600
- * fix build issues ([#270](https://github.com/ceramicnetwork/js-ceramic/issues/270)) ([cd0dccb](https://github.com/ceramicnetwork/js-ceramic/commit/cd0dccbe97617288ada1720660fba7d249702271))
1601
-
1602
-
1603
- ### Reverts
1604
-
1605
- * Revert "chore(deps): bump cids from 0.8.3 to 1.0.0 (#204)" ([d29a032](https://github.com/ceramicnetwork/js-ceramic/commit/d29a032726a4beec5fa12fba528b2d520b4ca690)), closes [#204](https://github.com/ceramicnetwork/js-ceramic/issues/204)
1606
-
1607
-
1608
-
1609
-
1610
-
1611
- ## [0.5.9](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.5.9-alpha.0...@ceramicnetwork/ceramic-common@0.5.9) (2020-09-01)
1612
-
1613
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1614
-
1615
-
1616
-
1617
-
1618
-
1619
- ## [0.5.9-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.5.7...@ceramicnetwork/ceramic-common@0.5.9-alpha.0) (2020-09-01)
1620
-
1621
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1622
-
1623
-
1624
-
1625
-
1626
-
1627
- ## [0.5.7](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.5.3...@ceramicnetwork/ceramic-common@0.5.7) (2020-09-01)
1628
-
1629
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1630
-
1631
-
1632
-
1633
-
1634
-
1635
- ## [0.5.6](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.5.3...@ceramicnetwork/ceramic-common@0.5.6) (2020-09-01)
1636
-
1637
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1638
-
1639
-
1640
-
1641
-
1642
-
1643
- ## [0.5.5](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.5.3...@ceramicnetwork/ceramic-common@0.5.5) (2020-09-01)
1644
-
1645
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1646
-
1647
-
1648
-
1649
-
1650
-
1651
- ## [0.5.4](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.5.3...@ceramicnetwork/ceramic-common@0.5.4) (2020-09-01)
1652
-
1653
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1654
-
1655
-
1656
-
1657
-
1658
-
1659
- ## [0.5.3](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.5.2...@ceramicnetwork/ceramic-common@0.5.3) (2020-08-31)
1660
-
1661
-
1662
- ### Bug Fixes
1663
-
1664
- * doctype getters now returns next state ([#248](https://github.com/ceramicnetwork/js-ceramic/issues/248)) ([d32ab16](https://github.com/ceramicnetwork/js-ceramic/commit/d32ab165a7771e543e8d1e08e64fe2994fb3db34))
1665
-
1666
-
1667
-
1668
-
1669
-
1670
- ## [0.5.2](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.5.2-alpha.0...@ceramicnetwork/ceramic-common@0.5.2) (2020-08-28)
1671
-
1672
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1673
-
1674
-
1675
-
1676
-
1677
-
1678
- ## [0.5.2-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.4.0...@ceramicnetwork/ceramic-common@0.5.2-alpha.0) (2020-08-28)
1679
-
1680
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1681
-
1682
-
1683
-
1684
-
1685
-
1686
- # [0.4.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.2.8...@ceramicnetwork/ceramic-common@0.4.0) (2020-08-28)
1687
-
1688
-
1689
- ### Bug Fixes
1690
-
1691
- * use forked did-resolver ([033ab2a](https://github.com/ceramicnetwork/js-ceramic/commit/033ab2a65ef59159f375864610fa9d5ad9f1e7ea))
1692
-
1693
-
1694
- ### Features
1695
-
1696
- * **cli:** enable js-ipfs ([#231](https://github.com/ceramicnetwork/js-ceramic/issues/231)) ([84fba0c](https://github.com/ceramicnetwork/js-ceramic/commit/84fba0c7deb36a1b75646282be2e7fef3840a53a))
1697
-
1698
-
1699
-
1700
-
1701
-
1702
- # [0.3.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.2.8...@ceramicnetwork/ceramic-common@0.3.0) (2020-08-28)
1703
-
1704
-
1705
- ### Bug Fixes
1706
-
1707
- * use forked did-resolver ([033ab2a](https://github.com/ceramicnetwork/js-ceramic/commit/033ab2a65ef59159f375864610fa9d5ad9f1e7ea))
1708
-
1709
-
1710
- ### Features
1711
-
1712
- * **cli:** enable js-ipfs ([#231](https://github.com/ceramicnetwork/js-ceramic/issues/231)) ([84fba0c](https://github.com/ceramicnetwork/js-ceramic/commit/84fba0c7deb36a1b75646282be2e7fef3840a53a))
1713
-
1714
-
1715
-
1716
-
1717
-
1718
- ## [0.2.8](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.2.7...@ceramicnetwork/ceramic-common@0.2.8) (2020-08-05)
1719
-
1720
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1721
-
1722
-
1723
-
1724
-
1725
-
1726
- ## [0.2.7](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.2.6...@ceramicnetwork/ceramic-common@0.2.7) (2020-07-21)
1727
-
1728
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1729
-
1730
-
1731
-
1732
-
1733
-
1734
- ## [0.2.6](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.2.5...@ceramicnetwork/ceramic-common@0.2.6) (2020-07-21)
1735
-
1736
-
1737
- ### Bug Fixes
1738
-
1739
- * fix conflicts with master ([1077bdb](https://github.com/ceramicnetwork/js-ceramic/commit/1077bdb81ce10bfeafa5a53922eb93dfcf4b23f6))
1740
-
1741
-
1742
- ### Features
1743
-
1744
- * document versioning ([#176](https://github.com/ceramicnetwork/js-ceramic/issues/176)) ([5c138f0](https://github.com/ceramicnetwork/js-ceramic/commit/5c138f0ecd3433ef364b9a266607263ee97526d1))
1745
-
1746
-
1747
-
1748
-
1749
-
1750
- ## [0.2.5](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.2.5-alpha.0...@ceramicnetwork/ceramic-common@0.2.5) (2020-07-13)
1751
-
1752
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1753
-
1754
-
1755
-
1756
-
1757
-
1758
- ## [0.2.5-alpha.0](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.2.4...@ceramicnetwork/ceramic-common@0.2.5-alpha.0) (2020-07-13)
1759
-
1760
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1761
-
1762
-
1763
-
1764
-
1765
-
1766
- ## [0.2.4](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.2.3...@ceramicnetwork/ceramic-common@0.2.4) (2020-07-13)
1767
-
1768
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1769
-
1770
-
1771
-
1772
-
1773
-
1774
- ## [0.2.3](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.2.2...@ceramicnetwork/ceramic-common@0.2.3) (2020-07-13)
1775
-
1776
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common
1777
-
1778
-
1779
-
1780
-
1781
-
1782
- ## [0.2.2](https://github.com/ceramicnetwork/js-ceramic/compare/@ceramicnetwork/ceramic-common@0.2.1...@ceramicnetwork/ceramic-common@0.2.2) (2020-07-13)
1783
-
1784
-
1785
- ### Bug Fixes
1786
-
1787
- * **account-template:** fix import ([3a660d7](https://github.com/ceramicnetwork/js-ceramic/commit/3a660d72f654d7614f207587b5086888c9da6273))
1788
-
1789
-
1790
-
1791
-
1792
-
1793
- ## 0.2.1 (2020-07-13)
1794
-
1795
- **Note:** Version bump only for package @ceramicnetwork/ceramic-common