@fedify/fedify 1.3.0-dev.547 → 1.3.0-dev.552
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.
- package/CHANGES.md +5 -1
- package/esm/deno.js +1 -1
- package/package.json +1 -1
package/CHANGES.md
CHANGED
|
@@ -64,9 +64,13 @@ To be released.
|
|
|
64
64
|
- The scaffold project generated by `fedify init` command now enables
|
|
65
65
|
tracing data into log messages.
|
|
66
66
|
|
|
67
|
+
- Let the `fedify lookup` command take multiple arguments.
|
|
68
|
+
[[#173], [#186] by PGD]
|
|
67
69
|
|
|
68
|
-
[#162]: https://github.com/dahlia/fedify/issues/162
|
|
69
70
|
|
|
71
|
+
[#162]: https://github.com/dahlia/fedify/issues/162
|
|
72
|
+
[#173]: https://github.com/dahlia/fedify/issues/173
|
|
73
|
+
[#186]: https://github.com/dahlia/fedify/pull/186
|
|
70
74
|
|
|
71
75
|
Version 1.2.8
|
|
72
76
|
-------------
|
package/esm/deno.js
CHANGED