Skip to content

v0.5.0-beta.2

Choose a tag to compare

@github-actions github-actions released this 05 Feb 11:37
· 18 commits to main since this release

🔴 Breaking (JSON)

  • If you were relying on .$value returning text, switch to .$text.

🚀 New & improved

  • JSON accessor update: .$value now returns jsonb, .$text added for text extraction, and .$path is deprecated alias of .$value.

🧩 Temporal utilities

  • Alias export: registerZonedDateTimeToJSONFix added as an alias for registerZonedDateTimeJSONFix.

Tests

  • Added more JSON accessor/build/array coverage for edge cases and SQL generation behavior.

📦 Dependency note

  • Drizzle updated to 1.0.0-beta.14 (peer/dev).

Full Changelog: v0.5.0-beta.1...v0.5.0-beta.2