Skip to content

Releases: Pallinder/go-randomdata

v1.2.0

02 Jun 16:08
Compare
Choose a tag to compare

Added

  • Spaces in postal code for GB.
  • Add functionality to randomly generate alphanumeric text.

Fixed

  • Fix race condition that was introduced by relying on privateRand.
  • Fix title with random gender not actually generating a title

Date fixes, locales, provinces and street names

31 Oct 20:15
97a2356
Compare
Choose a tag to compare

Added

  • Generate random locale strings
  • Country localised street names
  • Country localised provinces

Fixed

  • Generating dates will respect varying number of days in a month

Start using Semver

30 Oct 20:04
422dd1e
Compare
Choose a tag to compare

[1.0.0] - 2018-10-30

Added

  • This CHANGELOG file to hopefully serve as an evolving example of a
    standardized open source project CHANGELOG.
  • Enforcing Semver compatability in releases

Changed

  • Update README.md to include information about release strategy
  • Update README.md to link to CHANGELOG.md