Skip to content

Latest commit

 

History

History
96 lines (51 loc) · 1.22 KB

File metadata and controls

96 lines (51 loc) · 1.22 KB

@sveltejs/app-utils

1.0.0-next.3

Patch Changes

  • c3cf3f3: Bump deps

1.0.0-next.2

Patch Changes

  • 73dd998: Check file/directory exists before copying
  • b800049: Include type declarations

1.0.0-next.1

Patch Changes

  • Convert everything to ESM

0.0.18

Patch Changes

  • b475ed4: Overhaul adapter API - fixes #166

0.0.17

Patch Changes

  • 3bdf33b: Fix missing files in published package

0.0.16

Patch Changes

  • 67eaeea: Move app-utils stuff into subpackages

0.0.15

Patch Changes

  • a163000: Parse body on incoming requests

0.0.14

Patch Changes

  • Use setup when prerendering
  • Respond with 500 if render fails
  • Handle null response from prepare function

0.0.13

Patch Changes

  • Fix devalue usage
  • 96c06d8: Implement prepare and getSession

0.0.12

Patch Changes

  • 0320208: Rename 'server route' to 'endpoint'
  • 5ca907c: Use shared mkdirp helper

0.0.11

Patch Changes

  • Fix prerendering, again

0.0.10

Patch Changes

  • 19323e9: Fix prerendering

0.0.9

Patch Changes

  • 90a98ae: Exclude static and generated assets from crawler

0.0.8

Patch Changes

  • Add default headers to this.fetch options

0.0.7

Patch Changes

  • various