@fedify/fedify 0.11.0-dev.231 → 0.11.0-dev.234
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +3 -0
- package/esm/vocab/vocab.js +3385 -394
- package/package.json +1 -1
- package/types/codegen/type.d.ts.map +1 -1
- package/types/vocab/vocab.d.ts +381 -381
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -8,6 +8,8 @@ Version 0.11.0
|
|
8
8
|
|
9
9
|
To be released.
|
10
10
|
|
11
|
+
- Improved runtime type error messages for Activity Vocabulary API. [[#79]]
|
12
|
+
|
11
13
|
- Added `Federation.setInboxDispatcher()` method. [[#71]]
|
12
14
|
|
13
15
|
- Frequently used JSON-LD contexts are now preloaded. [[74]]
|
@@ -30,6 +32,7 @@ To be released.
|
|
30
32
|
[#71]: https://github.com/dahlia/fedify/issues/71
|
31
33
|
[#74]: https://github.com/dahlia/fedify/issues/74
|
32
34
|
[#76]: https://github.com/dahlia/fedify/pull/76
|
35
|
+
[#79]: https://github.com/dahlia/fedify/issues/79
|
33
36
|
|
34
37
|
|
35
38
|
Version 0.10.0
|