Torkan
torkan.bsky.social
Torkan
@torkan.bsky.social
IT-geek, singer of songs
📚 Check out the full changelog and docs:

hexdocs.pm/ash_typescri...
ash_typescript v0.6.0 — Documentation
hexdocs.pm
October 21, 2025 at 11:23 PM
⚙️ More improvements:

• Configurable untyped map types
• Type mapping overrides for extension types
• Better compile warnings
• Enhanced documentation

v0.6.0 is fully backward compatible.
October 21, 2025 at 11:22 PM
🔧 Field Name Mapping

Map field names, action arguments, and metadata to custom TypeScript names.

Invalid names? Get helpful error messages during type generation.
October 21, 2025 at 11:18 PM
🛡️ Compile-Time Field Verification For Typed Queries (SSR)

Catch invalid field selections during code generation instead of runtime for typed queries

Prevents an entire class of bugs before your code even deploys!
October 21, 2025 at 11:17 PM
✨ Lifecycle Hooks System

Add authentication, logging, telemetry, and error monitoring to all your
RPC actions. Works with both HTTP and Phoenix Channel RPCs.

Perfect for integrating Sentry, Datadog, or custom analytics!
October 21, 2025 at 11:15 PM
🎯 Dynamic Endpoint Configuration

Configure RPC endpoints at runtime using TypeScript expressions. Based on
env vars, feature flags, or any custom logic.

This drastically simplifies using AshTypescript in client-side only projects outside your Elixir/Ash backend
October 21, 2025 at 11:14 PM