@fedify/fedify 1.3.0-dev.547 → 1.3.0-dev.553
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +6 -2
- 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
|
-------------
|
@@ -2552,4 +2556,4 @@ Version 0.1.0
|
|
2552
2556
|
|
2553
2557
|
Initial release. Released on March 8, 2024.
|
2554
2558
|
|
2555
|
-
<!-- cSpell: ignore Dogeon Fabien Wressell Emelia -->
|
2559
|
+
<!-- cSpell: ignore Dogeon Fabien Wressell Emelia Hana Heesun Kyunghee -->
|
package/esm/deno.js
CHANGED