Skip to content

v2.2.1

Compare
Choose a tag to compare
@kesac kesac released this 05 May 03:20
· 16 commits to master since this release

Changes

  • Class SyllableProvider deprecated in favor for SyllableGenerator
  • Class SyllableProviderProbability removed. New class GeneratorProbability replaces it.
  • NameGenerator.UsingProbability() can be used to modify syllable probabilities
  • SyllableGenerator.WithProbability() can be used to modify syllable probabilities
  • New Of() methods added to class GeneratorProbability to control probabilities
  • Transformations are now defined by calling method UsingTransform(INameTransformer) or UsingTransform(double, INameTransformer)
  • NameGenerator.UsingTransformer() is now deprecated in favor of NameGenerator.UsingTransform()
  • Class NameGenerator now has a new (string, string) constructor for simple customization of vowels and consonants
  • Method NameGenerator.UsingProvider(ISyllableGenerator) is now deprecated in favor of .UsingSyllables(ISyllableGenerator)
  • Added method DoNotAllow() to class NameGenerator to simplify name filtering

Changes to Wiki

  • Every single page in the wiki was updated for this version