github ts-safeql/safeql @ts-safeql/generate@3.5.0

latest releases: @ts-safeql/test-utils@0.0.34, @ts-safeql/shared@3.5.1, @ts-safeql/generate@3.5.1...
13 days ago

Minor Changes

  • f1a976d: Improved Error Reporting - Previously, errors could point to incorrect positions due to query transformations behind the scene. Now, errors align precisely with your source code, making debugging easier.

    Better Type Handling - String expressions previously required manual casting to work with stricter types like enums, often causing type errors. This update removes the need for manual casting by ensuring seamless compatibility.

    Forceful Shadow Database Dropping - When using the migrations strategy, shadow databases are now forcefully dropped (if supported). This is an internal improvement to prevent edge cases and ensure smoother migrations.

Patch Changes

  • @ts-safeql/shared@3.5.0
  • @ts-safeql/sql-ast@3.5.0
  • @ts-safeql/test-utils@0.0.33

Don't miss a new safeql release

NewReleases is sending notifications on new releases.