Packages

Reusable test data generation for Ash applications with dependency resolution and scenario composition.

Current section

Files

Jump to
ash_scenario CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.3.0] - 2025-10-06
### Added
- Authorization support for prototypes with `actor` and `authorize?` fields in the prototype DSL
- Authorization examples and documentation
### Fixed
- Fixed usage of library without Clarity dependency
## [0.1.0] - 2025-09-15
### Added
- Initial release of AshScenario
<!-- changelog -->
## [v0.4.0](https://github.com/marot/ash_scenario/compare/v0.3.0...v0.4.0) (2025-10-19)
### Features:
* dsl: add actor field to prototype DSL for authorization by Marco Rotili
## [v0.2.0](https://github.com/marot/ash_scenario/compare/v0.1.0...v0.2.0) (2025-09-19)
### Features:
* Add Tailwind CSS asset pipeline with compile-time embedding by Marco Rotili