Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 4.13 KB

CHANGELOG.md

File metadata and controls

48 lines (32 loc) · 4.13 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.1 (2024-04-02)

1.3.0 (2024-02-17)

Features

Bug Fixes

  • generator_test: Fix logic error when checking for family name separator (685a821)
  • test: fix error message for name suffix (f534bfb)
  • tests with more than one - (882f0a0)

1.2.0 (2023-11-03)

Features

  • .golangci.yml: add linting configuration (bd4e246)
  • build: add generate target to Makefile (91a711c)
  • ci: add continuous integration workflow (8a421b6)
  • docs: Update CODE_OF_CONDUCT.md (d16ea6a)
  • gender: Add initialization of random number generator (6b244c1)
  • generator: add parameter to GenerateNames method (b97ebfd)
  • generator: add support for generating non-binary names (862220a)
  • github: Add pull request template (14b1463)
  • linters: Add gochecknoinits linter (725113a)
  • namegenerator: Add functionality to download female names (0c246d7)
  • namegenerator: rename remove_files method to remove_file (0640fd9)
  • README: Update code coverage badge (f492521)

Bug Fixes

  • examples: update examples (c325e0f)