Packages

QuickFactory - plain yet powerful factory for Ecto with support for changesets

Current section

Files

Jump to
quick_factory CHANGELOG.md
Raw

CHANGELOG.md

### 0.2.0 - 2025-06-19
- (breaking): changed the main function from `build` to `call`, so it wont clash with the delegation to `build` on QuickFactory module
- Changed recommended API:
```elixir
## from
QuickFactory.build(UserFactory, name: "Joe")
## to
UserFactory.build(name: "Joe")
```
### 0.1.1 - 2025-06-19
- add sequence handling
### 0.1.0 - 2025-06-19
Initial release.