Skip to content

Latest commit

 

History

History
107 lines (56 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

107 lines (56 loc) · 1.38 KB

astro-superforms

1.0.0

Major Changes

  • update to astro 5

0.5.2

Patch Changes

  • 2ecfed1: remove console.log
  • 2ecfed1: remove es-toolkit dependency

0.5.1

Patch Changes

  • 6195409: add assets to npm package

0.5.0

Minor Changes

  • 8a9492b: change virtual module name from asf:actions to superforms:astro

0.4.1

Patch Changes

  • ac99ee9: let the user set form in result

0.4.0

Minor Changes

  • 4ee4c81: integrate astro 4.13.2 changes

0.3.5

Patch Changes

  • 0fd03b4: change failure and redirect to objects

0.3.4

Patch Changes

  • a639374: add suffix to types

0.3.3

Patch Changes

  • 6a6c76f: correct imports

0.3.2

Patch Changes

  • 563cef2: add sveltekit types

0.3.1

Patch Changes

  • fe7c9ed: use form.data instead of input inside defineAsfAction as the validation is done by supervalidate

0.3.0

Minor Changes

  • 6eec400: - clone request in defineAsfAction
    • remove asfValidate as it doesn't serve any purpose
    • simplify types
    • remove useless utils

0.2.1

Patch Changes

  • 4811a8d: set redirect arguments similar to sveltekit

0.2.0

Minor Changes

  • 09e67ac: add sveltekit alias

0.1.2

Patch Changes

  • 3e9f7a3: add templates to npm package

0.1.1

Patch Changes

  • 7bf8097: update readme and tsup config

0.1.0

Minor Changes

  • f64c3a4: project initialisation