Changelog

View Source

v0.12.0 (2025-06-10)

New Features

Refactoring

  • Refactored all public functions documentation for consistency and clarity.
  • Refactored NeoFaker.Data.Cache, NeoFaker.Data.Disk, NeoFaker.Data.Generator, and NeoFaker.Data.Resolver generator modules to improve code organization and readability.
  • Refactored NeoFaker.Data.Cache.put_cache!/3 to use Stream.uniq/1 for removing duplicates before caching data.
  • Updated mix dependencies to the latest versions.

v0.11.0 (2025-05-05)

Module Rename

[BREAKING CHANGES] This release renames the NeoFaker.Internet module to NeoFaker.Http with enhanced functionality.

NeoFaker.Http (previously NeoFaker.Internet)

Standardized Default Arguments

[BREAKING CHANGES] Several functions now use explicit atoms instead of nil for default arguments:

Code Organization

  • Improved module organization by moving function implementations from large utility modules to smaller, focused modules.
  • Enhanced documentation and examples throughout the codebase.
  • Added Indonesian locale support for various generators.