Skip to content

Latest commit

 

History

History
123 lines (46 loc) · 5.11 KB

File metadata and controls

123 lines (46 loc) · 5.11 KB

0.1.0-beta.1 (2025-08-05)

Features

  • plugin: ✨ add rolldown support (86d96fc)
  • vscode: ✨ add vscode extension (#34) (323550e)

0.0.11 (2025-07-15)

Refactor

  • valype: ♻️ implement topological sorting for schema generation (#21) (0132a97)

0.0.10 (2025-06-30)

Features

  • typescript: ✨ add @valype/typescript-plugin to provide type infos (#33) (004d2ec)

0.0.9 (2025-06-24)

Features

  • valype: ✨ add type alias supported (#25) (db9c5e7)

0.0.8 (2025-06-21)

Features

  • plugin: ✨ add schema validation APIs and documentation (#31) (c562544)

0.0.7 (2025-06-19)

Bug Fixes

  • valype & plugin: 🐛 type signature mismatch (ba20a24)

Features

  • valype: ✨ add more primitive type supported (#18) (21bb539)
  • valype: ✨ compose Valype*Error with Span (#24) (a9d9b36), closes #17

0.0.6 (2025-06-18)

Refactor

  • valype ♻️ rewrite generation logic using Syntax-Directed Translation (#19) (21bd02f)
    • deliver information using context
    • 🥳 Thanks of SDT, valype could transform infinitive nested type literal now!

0.0.5 (2025-06-18)

Bug Fixes

  • plugin: 🐛 load virtual module error on Windows (6fc8e2e), closes #16
  • plugin: 🐛 using self-hosted zod in library mode (a9714fa), closes #15

0.0.4 (2025-06-17)

Features

  • valype: ✨ handle nested types in interfaces (6db889c), closes #13

0.0.3 (2025-06-16)

Features

  • valype & plugin: ✨ handle mixed usage of exported and unexported interfaces (2cd98e1), closes #12

0.0.2 (2025-06-15)

Features

  • valype: ✨ support for interfaces extending other type (a05b0df), closes #11

0.0.1 (2025-06-12)

Bug Fixes

  • plugin: 🚸 esbuild throw error during vite phase of pre-bundle (fc42072)

Features

  • plugin: ✨ unplugin to generate validation function automatically (f2f2a9c), closes #2
  • valype: ✨ implement exported interface to schema initially (23ebe24)