All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning and the Keep a CHANGELOG format.
Looking for the history of changes from upstream elixirs/faker (versions through
0.19.0-alpha.1)? See CHANGELOG-PRE-1.0.md.
1.0.0 (2026-05-11)
This is the first release of Fakerer, a maintained fork of elixirs/faker.
Fork
- Forked from
elixirs/fakerat0.19.0-alpha.1. - Renamed the Hex package to
fakerer. TheFaker.*module API and the underlying OTP application name (:faker) are unchanged - migration is a one-line change inmix.exs, andconfig :faker, ...keeps working without modification. - Promoted to
1.0.0to signal API stability under new maintenance. - Raised minimum Elixir to 1.16 The supported matrix is now Elixir 1.16 / 1.17 / 1.18 / 1.19 across OTP 26 / 27 / 28.
Included from 0.19.0-alpha.1 (upstream's pre-release that never went stable)
- Elixir 1.17 & 1.18 compatibility (elixirs/faker#565)
- Fix Elixir deprecation warnings (elixirs/faker#571)
- Remove
niloption for Airports IATA (elixirs/faker#492) - Release automation (elixirs/faker#581)
- Add missing
@semantic-release/exec(elixirs/faker#584) - CI
workflow_callsupport (elixirs/faker#586) - CI write permission fix (elixirs/faker#590)
- CI permissions fix (elixirs/faker#591)
- Fix typo in CI workflow path (elixirs/faker#585)
- Makeup packages update (elixirs/faker#592)
- Fix docs generation (elixirs/faker#594)