faker
faker copied to clipboard
Fix Util.list when n=0
Today Faker.Util.list(0, & &1) returns [0, -1], and also causes a runtime warning on Elixir 1.18 because the range has a negative step.
I've added:
- [ ] USAGE.md docs if applicable
- [X] CHANGELOG.md