iobroker.autodoc 0.9.42 → 0.9.43
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/README.md +10 -2
- package/io-package.json +25 -51
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Automatically generates structured documentation (HTML, Markdown, JSON) for your ioBroker installation — on demand, on a schedule, or when the system changes.
|
|
6
6
|
|
|
7
|
-
**Version:** 0.9.
|
|
7
|
+
**Version:** 0.9.43
|
|
8
8
|
|
|
9
9
|
**Installation**
|
|
10
10
|
|
|
@@ -226,12 +226,20 @@ For **roadmap and planning**: [`TODO.md`](TODO.md) (open work at the top, full c
|
|
|
226
226
|
- **Gehosteter Checker / iobroker.dev:** häufig **504** oder Timeouts; lokal `npm run adapter-check` kann **E9999** im **`--local`‑Pfad liefern (**CONTRIBUTING**) — Releases an **CI** und **`npm test`** festmachen, nicht nur an der Web-UI.
|
|
227
227
|
- **Roadmap:** laufende Themen vor allem in **[`TODO.md`](TODO.md)** und **[`PLAN.md`](PLAN.md)**; diesen Abschnitt vor dem nächsten Release in eine neue **`### x.y.z`**-Sektion übernehmen oder kürzen.
|
|
228
228
|
|
|
229
|
+
### 0.9.43 (2026-05-13)
|
|
230
|
+
|
|
231
|
+
- **Admin / Adapter Checker:** **`common.news`** lists only semver versions that exist as tarballs on **npm** (ioBroker Adapter Checker **E2004**). Removed **`news`** keys **0.9.39**, **0.9.40**, and **0.9.41** — those bumps never shipped to the registry between **0.9.38** and **0.9.42**. The narrative below remains the **user-facing** history for those Git-era steps.
|
|
232
|
+
- **`common.news` copy:** **0.9.42** admin news now compares against **0.9.38** (last npm release before **0.9.42**).
|
|
233
|
+
- **Runtime:** unchanged.
|
|
234
|
+
|
|
229
235
|
### 0.9.42 (2026-05-13)
|
|
230
236
|
|
|
231
|
-
- **npm / process:** Patch **0.9.42** — **no functional change** vs **0.9.
|
|
237
|
+
- **npm / process:** Patch **0.9.42** — **no functional change** vs **0.9.38** (previous tarball on npm before **0.9.42**); `package.json` / `io-package.json` / README **`Version:`** aligned for npm publish only (release-script housekeeping).
|
|
232
238
|
|
|
233
239
|
### 0.9.41 (2026-05-13)
|
|
234
240
|
|
|
241
|
+
*Semver steps **0.9.39–0.9.41** were Git-era only — no tarballs on npm until **0.9.42**; **`common.news`** aligned with npm in **0.9.43** (**E2004**).*
|
|
242
|
+
|
|
235
243
|
- **npm / process:** Patch **0.9.41** — **no functional change** vs **0.9.40**; `package.json` / `io-package.json` / README **`Version:`** aligned for npm publish only (release-script housekeeping).
|
|
236
244
|
|
|
237
245
|
### 0.9.40 (2026-05-13)
|
package/io-package.json
CHANGED
|
@@ -1,59 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "autodoc",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.43",
|
|
5
5
|
"news": {
|
|
6
|
-
"0.9.
|
|
7
|
-
"en": "**
|
|
8
|
-
"de": "**
|
|
9
|
-
"ru": "
|
|
10
|
-
"pt": "**
|
|
11
|
-
"nl": "**npm-
|
|
12
|
-
"fr": "**
|
|
13
|
-
"it": "**
|
|
14
|
-
"es": "**
|
|
15
|
-
"pl": "**
|
|
16
|
-
"uk": "
|
|
17
|
-
"zh-cn": "**npm
|
|
18
|
-
},
|
|
19
|
-
"0.9.41": {
|
|
20
|
-
"en": "**npm patch:** **0.9.41** — same adapter behaviour as **0.9.40**; metadata and changelog aligned for npm publish only (no runtime or export changes).",
|
|
21
|
-
"de": "**npm-Patch:** **0.9.41** — gleiches Verhalten wie **0.9.40**; nur Metadaten/Changelog für die Veröffentlichung (keine Laufzeit- oder Exportänderungen).",
|
|
22
|
-
"ru": "**Патч npm:** **0.9.41** — поведение как у **0.9.40**; только метаданные/changelog для публикации.",
|
|
23
|
-
"pt": "**Patch npm:** **0.9.41** — mesmo comportamento que **0.9.40**; apenas metadados/changelog para publicação.",
|
|
24
|
-
"nl": "**npm-patch:** **0.9.41** — zelfde gedrag als **0.9.40**; alleen metadata/changelog voor publish.",
|
|
25
|
-
"fr": "**Correctif npm :** **0.9.41** — même comportement que **0.9.40** ; métadonnées/changelog pour publication uniquement.",
|
|
26
|
-
"it": "**Patch npm:** **0.9.41** — stesso comportamento di **0.9.40**; solo metadati/changelog per publish.",
|
|
27
|
-
"es": "**Parche npm:** **0.9.41** — mismo comportamiento que **0.9.40**; solo metadatos/changelog para publicación.",
|
|
28
|
-
"pl": "**Patch npm:** **0.9.41** — to samo zachowanie co **0.9.40**; tylko metadane/changelog pod publikację.",
|
|
29
|
-
"uk": "**Патч npm:** **0.9.41** — така ж поведінка, як **0.9.40**; лише метадані/changelog для публікації.",
|
|
30
|
-
"zh-cn": "**npm 补丁:** **0.9.41** — 与 **0.9.40** 行为相同;仅为发布同步元数据/changelog。"
|
|
6
|
+
"0.9.43": {
|
|
7
|
+
"en": "**Admin metadata:** **`common.news`** lists only versions published on **npm** (removed **0.9.39–0.9.41** — never shipped as tarballs; Adapter Checker **E2004**). Git-era notes remain in **README** changelog. No runtime change.",
|
|
8
|
+
"de": "**Admin-Metadaten:** **`common.news`** enthält nur auf **npm** veröffentlichte Versionen (**0.9.39–0.9.41** entfernt — nie als Tarballs publiziert; Adapter Checker **E2004**). Git-/Maintainer-Historie bleibt im **README**-Changelog. Keine Laufzeitänderung.",
|
|
9
|
+
"ru": "**Метаданные:** **`common.news`** — только версии с **npm** (удалены **0.9.39–0.9.41**, не выходили — **E2004**). История в **README**. Поведение без изменений.",
|
|
10
|
+
"pt": "**Metadados:** **`common.news`** só versões no **npm** (removidas **0.9.39–0.9.41** nunca publicadas — **E2004**). Histórico no **README**. Sem mudança de runtime.",
|
|
11
|
+
"nl": "**Metadata:** **`common.news`** alleen npm-versies (**0.9.39–0.9.41** verwijderd, nooit gepubliceerd — **E2004**). Geschiedenis in **README**. Geen runtime-wijziging.",
|
|
12
|
+
"fr": "**Métadonnées Admin :** **`common.news`** — uniquement les versions **npm** (**0.9.39–0.9.41** retirées, jamais publiées — **E2004**). Historique dans le **README**. Aucun changement d’exécution.",
|
|
13
|
+
"it": "**Metadati:** **`common.news`** solo versioni **npm** (rimosse **0.9.39–0.9.41** mai pubblicate — **E2004**). Cronologia nel **README**. Nessun cambio runtime.",
|
|
14
|
+
"es": "**Metadatos:** **`common.news`** solo versiones en **npm** (eliminadas **0.9.39–0.9.41** nunca publicadas — **E2004**). Historial en **README**. Sin cambio de ejecución.",
|
|
15
|
+
"pl": "**Metadane:** **`common.news`** tylko wersje z **npm** (usunięto **0.9.39–0.9.41** — niepublikowane — **E2004**). Historia w **README**. Bez zmian runtime.",
|
|
16
|
+
"uk": "**Метадані:** **`common.news`** лише версії з **npm** (прибрано **0.9.39–0.9.41** — не публікувалися — **E2004**). Історія в **README**. Поведінка без змін.",
|
|
17
|
+
"zh-cn": "**元数据:** **`common.news`** 仅含 **npm** 已发布版本(移除从未发布的 **0.9.39–0.9.41**,**E2004**)。说明见 **README** 变更日志。运行时无变更。"
|
|
31
18
|
},
|
|
32
|
-
"0.9.
|
|
33
|
-
"en": "**
|
|
34
|
-
"de": "**
|
|
35
|
-
"ru": "
|
|
36
|
-
"pt": "**
|
|
37
|
-
"nl": "**
|
|
38
|
-
"fr": "**
|
|
39
|
-
"it": "**
|
|
40
|
-
"es": "**
|
|
41
|
-
"pl": "**
|
|
42
|
-
"uk": "
|
|
43
|
-
"zh-cn": "
|
|
44
|
-
},
|
|
45
|
-
"0.9.39": {
|
|
46
|
-
"en": "**Breaking — storage:** Admin option **`documentationStatesMode`** removed. **`documentation.markdown`**, **`.html`**, **`.json`** are **always** short placeholders; full text lives **only** under **`/files/`** (and optional filesystem export). Use **`/files/`**, **`info.htmlUrl*`**, or download actions.\n**Docs:** **`readme`** / npm **homepage** / Admin **`staticLink`** targets use GitHub **`main`** branch URLs.\n**Exports:** Saved changelog lines and **“changes since last run”** follow **Documentation language**; Admin / DE wiki help refresh.",
|
|
47
|
-
"de": "**Breaking — Speicher:** Admin-Option **`documentationStatesMode`** entfällt. **`documentation.markdown`**, **`.html`**, **`.json`** sind **immer** kurze Platzhalter; Volltext nur unter **`/files/`** (optional Dateisystem-Export). **`/files/`**, **`info.htmlUrl*`** oder Download-Aktionen nutzen.\n**Docs:** **`readme`** / npm-**homepage** / Admin-**`staticLink`** zeigen auf GitHub-**`main`**.\n**Exporte:** Gespeicherte Changelog-Zeilen und **„Änderungen seit letztem Lauf“** folgen der **Dokumentationssprache**; Admin-Hilfe und DE-Wiki angepasst.",
|
|
48
|
-
"ru": "**Breaking:** опция **`documentationStatesMode`** удалена. **`documentation.markdown`/`html`/`json`** — короткие заглушки; полный текст только в **`/files/`**. Ссылки README/справки — ветка **`main`**. Чangelog и дельты — язык документации.",
|
|
49
|
-
"pt": "**Breaking:** removido **`documentationStatesMode`**. Estados **`documentation.*`** apenas marcadores curtos; texto completo só em **`/files/`**. URLs públicas **`main`** no GitHub.",
|
|
50
|
-
"nl": "**Breaking:** **`documentationStatesMode`** verwijderd. **`documentation.*`** altijd placeholders; volledige tekst alleen onder **`/files/`**. Publieke links naar GitHub **`main`**.",
|
|
51
|
-
"fr": "**Breaking :** **`documentationStatesMode`** supprimé. États **`documentation.*`** = substituts courts ; texte complet **uniquement** sous **`/files/`**. Liens **`main`** pour README / aides Admin.",
|
|
52
|
-
"it": "**Breaking:** rimossa **`documentationStatesMode`**. Stati **`documentation.*`** sempre segnaposto brevi; testo completo solo in **`/files/`**. URL pubblici su **`main`**.",
|
|
53
|
-
"es": "**Breaking:** eliminado **`documentationStatesMode`**. Estados **`documentation.*`** siempre marcadores cortos; texto completo solo en **`/files/`**. Enlaces públicos rama **`main`**.",
|
|
54
|
-
"pl": "**Breaking:** usunięto **`documentationStatesMode`**. **`documentation.*`** — tylko krótkie placeholdery; pełny tekst tylko w **`/files/`**. Linki do **`main`**.",
|
|
55
|
-
"uk": "**Breaking:** прибрано **`documentationStatesMode`**. **`documentation.*`** — короткі плейсхолдери; повний текст лише в **`/files/`**. Посилання на **`main`**.",
|
|
56
|
-
"zh-cn": "**变更:**已移除 **`documentationStatesMode`**。`documentation.*` 状态仅为简短占位符;正文仅在 **`/files/`**。README/帮助链接指向 GitHub **`main`**。"
|
|
19
|
+
"0.9.42": {
|
|
20
|
+
"en": "**npm patch:** **0.9.42** — adapter behaviour unchanged from **0.9.38** (last npm release before **0.9.42**); metadata/changelog only (no runtime or export changes).",
|
|
21
|
+
"de": "**npm-Patch:** **0.9.42** — gleiches Verhalten wie **0.9.38** (letzte npm-Version vor **0.9.42**); nur Metadaten/Changelog (keine Laufzeit- oder Exportänderungen).",
|
|
22
|
+
"ru": "**Патч npm:** **0.9.42** — поведение как у **0.9.38** (последний npm перед **0.9.42**); только метаданные/changelog (поведение без изменений).",
|
|
23
|
+
"pt": "**Patch npm:** **0.9.42** — mesmo comportamento do **0.9.38** (último npm antes do **0.9.42**); apenas metadados/changelog.",
|
|
24
|
+
"nl": "**npm-patch:** **0.9.42** — zelfde gedrag als **0.9.38** (laatste npm vóór **0.9.42**); alleen metadata/changelog.",
|
|
25
|
+
"fr": "**Correctif npm :** **0.9.42** — même comportement que **0.9.38** (dernier npm avant **0.9.42**) ; métadonnées/changelog uniquement.",
|
|
26
|
+
"it": "**Patch npm:** **0.9.42** — stesso comportamento di **0.9.38** (ultimo npm prima di **0.9.42**); solo metadati/changelog.",
|
|
27
|
+
"es": "**Parche npm:** **0.9.42** — mismo comportamiento que **0.9.38** (último npm antes de **0.9.42**); solo metadatos/changelog.",
|
|
28
|
+
"pl": "**Patch npm:** **0.9.42** — to samo zachowanie co **0.9.38** (ostatni npm przed **0.9.42**); tylko metadane/changelog.",
|
|
29
|
+
"uk": "**Патч npm:** **0.9.42** — така ж поведінка, як **0.9.38** (останній npm перед **0.9.42**); лише метадані/changelog.",
|
|
30
|
+
"zh-cn": "**npm 补丁:** **0.9.42** — 与 **0.9.38**(**0.9.42** 之前最后一次 npm 发布)行为一致;仅为元数据/changelog,无运行时或导出变更。"
|
|
57
31
|
},
|
|
58
32
|
"0.9.38": {
|
|
59
33
|
"en": "**Default `documentationStatesMode`:** new instances use **`metadata`** (full exports under **`/files/`** only; `documentation.*` states are short placeholders) to ease load on the object database (e.g. Redis). **Existing** instances keep their current setting until you change **Advanced → Dokumentation in States**. Scripts that need full text must read **`/files/`** or use download actions — see Admin help.",
|