faker icon indicating copy to clipboard operation
faker copied to clipboard

Fix Util.list when n=0

Open ypconstante opened this issue 8 months ago • 0 comments

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

ypconstante avatar Apr 09 '25 20:04 ypconstante