v2.2.1
Changes
- Class
SyllableProvider
deprecated in favor forSyllableGenerator
- Class
SyllableProviderProbability
removed. New classGeneratorProbability
replaces it. NameGenerator.UsingProbability()
can be used to modify syllable probabilitiesSyllableGenerator.WithProbability()
can be used to modify syllable probabilities- New
Of()
methods added to classGeneratorProbability
to control probabilities - Transformations are now defined by calling method
UsingTransform(INameTransformer)
orUsingTransform(double, INameTransformer)
NameGenerator.UsingTransformer()
is now deprecated in favor ofNameGenerator.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 classNameGenerator
to simplify name filtering
Changes to Wiki
- Every single page in the wiki was updated for this version