Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1021 Bytes

File metadata and controls

29 lines (18 loc) · 1021 Bytes

plv8ify

0.0.67

Patch Changes

  • 1f0eb62: fix the release CI via OIDC approach, trigger release of other features

0.0.66

Patch Changes

  • ca40ed2: Refactor CLI to use @stricli/core instead of arg

    Replaced manual argument parsing with arg package with @stricli/core for better type safety and CLI structure. This is an internal refactoring that maintains backward compatibility - all existing CLI flags and commands work exactly as before.

0.0.65

Patch Changes

  • b3a3a7c: Improved CLI help texts and error messages for better user experience:

    • Enhanced the main help message with usage information and command descriptions
    • Improved version command output to include a brief description
    • Made error messages more descriptive and actionable:
      • Better Bun bundler error message with suggested solutions
      • Clearer database connection error messages
      • More informative output folder not found message
      • Improved deploy progress indicators with success/failure symbols