Skip to content

Releases: gnuzd/lazypock

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 10:23
e80e131

0.7.0 (2026-08-29)

Features

  • docs: add SvelteKit documentation site for lazypock-ts (151b12a)

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 28 Aug 12:49
380cfb9

0.6.2 (2026-08-28)

Bug Fixes

  • enforcer: deny instead of crashing on malformed record id in rule eval (c1f4ed0)
  • enforcer: deny instead of crashing on malformed record id in rule eval (25581d1)

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 06:43
b953dba

0.6.1 (2026-08-25)

Bug Fixes

  • cors: echo requested headers in preflight so X-Connection-Id is allowed (4bbe37f)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 05:12
b8efb93

0.6.0 (2026-08-25)

Features

  • migrations: auto-register raw tables as collections + realtime id support (63defa8)

Bug Fixes

  • migrations: auto-register raw tables as collections; realtime origin-exclusion for SDK clients (d80d134)

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 15:29
15b778a

0.5.1 (2026-08-24)

Bug Fixes

  • register collections from user migrations + add backup restore (fdeae88)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 17:41
033b136

0.5.0 (2026-08-23)

Features

  • realtime: exclude origin connection, custom channels, admin channel fix (a6bf6e4)
  • realtime: exclude origin connection, custom channels, admin channel fix (68b0f30)

v0.4.5

Choose a tag to compare

@github-actions github-actions released this 22 Aug 13:04
9dd33ba

0.4.5 (2026-08-22)

Bug Fixes

  • core: guard hide-password migration against missing boot-time tables (e8ce84d)
  • core: guard hide-password migration against missing boot-time tables (39206cc)

v0.4.4

Choose a tag to compare

@github-actions github-actions released this 22 Aug 12:19
e3b5369

0.4.4 (2026-08-22)

Bug Fixes

  • collections: users is a normal auth collection, not system (094866c)
  • collections: users is a normal auth collection, not system (fca447f)
  • users: accept password alias, hide password fields (5eb30f6)
  • users: accept password alias, hide password fields (2392c11)

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 22 Aug 06:36
e4a59cd

0.4.3 (2026-08-22)

Bug Fixes

  • import: toast results, drop posts seed, self-heal missing users collection (fc10943)
  • import: toast results, drop posts seed, self-heal missing users collection (d805cb7)

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 22 Aug 06:16
bda6aa9

0.4.2 (2026-08-22)

Bug Fixes

  • import: keep field names verbatim — no snake/camel conversion (d195ed5)
  • import: make PocketBase JSON exports import cleanly + honor deleteMissing for fields (b0b5429)
  • import: PocketBase JSON exports import cleanly + deleteMissing honors fields (6830c4b)