-
Changelog
-
New updates and improvements to Miru.
+
+
+
+
+
Changelog
+
New updates and improvements to Miru.
+
+ {#await data.releases}
+ {#each Array(5) as _}
+
+
+ {/each}
+ {:then changelog}
+ {#each changelog as { version, date, body }}
+
+
+
+
+ {new Date(date).toLocaleDateString('en-US', { month: 'short', day: 'numeric', year: 'numeric' })}
+
+
+
+
{version}
{body.replaceAll('- ', '')}
+
+ {/each}
+ {:catch}
+ {#each Array(5) as _}
+
+
+ {/each}
+ {/await}
- {#await data.releases}
- {#each Array(5) as _}
-
-
- {/each}
- {:then changelog}
- {#each changelog as { version, date, body }}
-
-
-
-
- {new Date(date).toLocaleDateString('en-US', { month: 'short', day: 'numeric', year: 'numeric' })}
-
-
-
-
{version}
{body.replaceAll('- ', '')}
-
- {/each}
- {:catch}
- {#each Array(5) as _}
-
-
- {/each}
- {/await}