Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

20 lines (17 loc) · 1.25 KB

Changelogs

v3.2.0 (2025-02-14)

  • Add more french translation(@odarrouzet #213)
  • Add de_de, pt_pt locale support in fake cli
  • Enable Link-Time Optimization
  • Add base64 faker (@xd009642 #216)
  • Implement Dummy for std::time::Duration (@patrickariel #217)
  • Add Portuguese (Portugal) locale support (@dgsantana #218)
  • Implement Dummy for EmailAddress newtype (@patrickariel #219)
  • Use explicit traits for slices in dummy derive (@patrickariel #220)
  • Update rand to 0.9.0 (@thomas-tribus #221)

v3.1.0 (2024-12-27)

  • Allow CityName implementation to be overrite by each locale
  • Added DE_DE Locale (@xoryouyou #75)
  • Added fake cli (@akhildevelops #209)
  • Implement dummy for uuid v6, v7 (@LNSD #207)
  • Add Precision:: support for chrono::NaiveDateTime (@m4tx #204)