CHANGELOG
Changelog
All notable changes to ORM::Factory are documented here.
0.9.1
Fixed
Silence
ORM::ActiveRecordSQL logging in eachbehaveworker through a.behaveconfig file, so SQL log lines no longer corrupt a worker's JSON event stream in CI.
0.9.0
Added
Bare-name DSL (
ORM::Factory::DSL), an opt-in module that defines factories without the leading-dot method-call syntax. Plain Raku exported subs over a dynamic builder, re-exporting the build and query helpers so it is self-contained.Migration support for setting up and tearing down database schema in specs.
Configuration and linting.
Build and save options.
Callbacks.
Variants.
Associations.
Factory inheritance.
Build strategies.
factorybinary.
Changed
Use
ORM::ActiveRecordenums.Updated to match the latest
behave --parallel.Shorter factory definition syntax.
Fixed
Doc warnings.
CI truncation between specs.
.throwhandling.