v0.5.0-beta.2
·
18 commits
to main
since this release
🔴 Breaking (JSON)
- If you were relying on
.$valuereturning text, switch to.$text.
🚀 New & improved
- JSON accessor update:
.$valuenow returns jsonb,.$textadded for text extraction, and.$pathis deprecated alias of.$value.
🧩 Temporal utilities
- Alias export:
registerZonedDateTimeToJSONFixadded as an alias forregisterZonedDateTimeJSONFix.
✅ 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