thematic_names 0.4.3
thematic_names: ^0.4.3 copied to clipboard
The dependency-free package generates an infinite number of thematic calibrated unique names.
Changelog #
All notable changes to the project ThematicNames
will be documented in this file.
See Conventional Commits for commit guidelines.
0.4.3 #
- Provided a link to webduet.de into
README
. - Enhanced Fresher's badge.
- Upgraded dependencies.
0.4.2 #
- Enhanced
README
: added an opening speech in Welcome section, What's New section, shorted sentences, added a link to CodeTriangle, added a quality code badge, replaced badges with supported platforms to https://badgen.net/pub, updated a curated list, provided emojis to some sections, etc. - Added CI for GitHub.
- Added note to
pubspec.yaml
about version: compatible with https://semver.org. - Upgraded dependencies.
0.4.1 #
- Added names to
README
. - Updated
example
.
0.4.0 #
- Added a boolean
withLoopNumber
to display or not a number after going through the entire 1000 names. - Replaced empty strings for
synopses
to null.
0.3.0 #
- Renamed
NameR.name
toNameR.title
. - Updated
example
andREADME
.
0.2.1 #
- Shared the type
NameR
.
0.2.0 #
- Introduced fantasy countries names with synopses for each names.
- Added the 3 new principles:
- The length of names is from 2 characters and does not exceed 120 characters.
- Any word in the name contains at least 2 characters with language-dependent exceptions.
- The first word in the name has no such word in it: ['above', 'ahead', 'behind', 'below', 'bottom', 'down', 'east', 'far', 'great', 'greater', 'left', 'lower', 'near', 'nearest', 'new', 'newest', 'north', 'next', 'old', 'oldest', 'previos', 'previuos', 'right', 'south', 'top', 'up', 'upper', 'west'].
- Introduced
Names.skip(n)
to skipn
names. - Added
README
toexample
. - Updated
README
. - Upgraded dependencies.
0.1.1 #
- Updated
README
. - Upgraded dependencies.
0.1.0 #
- Initial release.