Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 888 Bytes

File metadata and controls

22 lines (15 loc) · 888 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2026-01-09

Added

  • Ash DSL extension (AshJido) for defining Jido actions within Ash resources
  • lib/ash_jido/generator.ex - Generates Jido.Action modules from Ash action definitions
  • lib/ash_jido/type_mapper.ex - Maps Ash types to Jido schema types
  • lib/ash_jido/mapper.ex - Handles data transformation between Ash and Jido formats
  • Support for action inputs, outputs, and metadata configuration
  • Compile-time code generation for Jido actions