Skip to content

Releases: uenoB/minissg

page-v1.0.2

04 Jan 00:25
Compare
Choose a tag to compare

@minissg/page 1.0.2 (2025-01-04)

Bug Fixes

  • page: stop inlining minissg types (a359128)

vite-plugin-minissg-v4.1.3

03 Jan 22:38
Compare
Choose a tag to compare

vite-plugin-minissg 4.1.3 (2025-01-03)

Bug Fixes

  • change type Content to follow TypeScript 5.7 (e693ce3)

render-svelte-v4.0.0

03 Jan 22:39
Compare
Choose a tag to compare

@minissg/render-svelte 4.0.0 (2025-01-03)

BREAKING CHANGES

  • Svelte 5 is now required.

vite-plugin-minissg-v4.1.3-next.1

03 Jan 22:14
Compare
Choose a tag to compare
Pre-release

vite-plugin-minissg 4.1.3-next.1 (2025-01-03)

Bug Fixes

  • change type Content to follow TypeScript 5.7 (e693ce3)

render-svelte-v4.0.0-next.1

03 Jan 22:15
Compare
Choose a tag to compare
Pre-release

@minissg/render-svelte 4.0.0-next.1 (2025-01-03)

BREAKING CHANGES

  • Svelte 5 is now required.

vite-plugin-minissg-v4.1.2

09 Sep 09:27
Compare
Choose a tag to compare

vite-plugin-minissg 4.1.2 (2024-09-09)

Bug Fixes

  • fix issue where minissg does not work on Windows (f94a3d6)

page-v1.0.1

09 Sep 09:28
Compare
Choose a tag to compare

@minissg/page 1.0.1 (2024-09-09)

Bug Fixes

  • load of Page.paginate must be a function (3f42add)
  • update @minissg/async to version 1.0.1 (ccfa1b3)
  • update README.md (426036c)

async-v1.0.1

09 Sep 09:28
Compare
Choose a tag to compare

@minissg/async 1.0.1 (2024-09-09)

Bug Fixes

vite-plugin-minissg-v4.1.1

06 Aug 03:38
Compare
Choose a tag to compare

vite-plugin-minissg 4.1.1 (2024-08-06)

Bug Fixes

  • fix wrong type declarations in client.d.ts (a923ca5)

vite-plugin-minissg-v4.1.0

06 Aug 03:33
Compare
Choose a tag to compare

vite-plugin-minissg 4.1.0 (2024-08-06)

Bug Fixes

  • catch errors thrown by user-defined properties in Promise (f18439e)

Features

  • add ?doctype query (2dada48)
  • declare the type of modules with some combinations of queries (87cd947)