namefully 0.1.5+1
namefully: ^0.1.5+1 copied to clipboard
A Dart utility for handling person names in a particular order, way, or shape.
0.1.5+1 #
- Improve performance (See
Separator,Namon, etc.) - Add hash utils
- Upgrade dependencies
- Migrate from
pedanticto official Dart lint rules.
0.1.5 #
- Fix bugs in
Config - Add usage notes for
NameBuilder - Update outdated dev dependencies
- Reconfigure build setup.
0.1.4 #
- Improve error handling:
NameException(includes breaking changes):ValidationErrorhas been removed and replaced byValidationExceptionNotAllowedErrorhas been removed and replaced byNotAllowedExceptionInputExceptionis thrown instead ofArgumentErrorfor input failuresUnknownExceptionis the fallback
- Make
NameBuildera standalone library - Abstract
Configout and allow extended versions of it Config.bypassis by default set totruenow.
0.1.3 #
- Improve API documentation
- Apply small refactoring: introduce additional class members
- Breaking changes:
prefixandsuffixare now available as class members.
0.1.2 #
- Add name builder
- Add support for initials in
format.
0.1.1 #
- Extract a
Summarizablemixin fromSummary - Add
rawconstructor toFullName - Add support for name flattening with or without period
- Add copy capabilities to
Config.
0.1.0+1 #
- Fix badges in README.
0.1.0 #
- First stable release.
0.1.0-beta.1 #
- First beta release.