Releases: Valkryst/VNameGenerator
Releases · Valkryst/VNameGenerator
2024.03.25
- Reduce minimum JDK version from
17
to11
. - Update dependencies.
2021.12.19
Changelog
- Added checks to ensure names cannot start or end with non-alphabetic characters.
- Rewrote part of
MarkovGenerator
to improve readability. - Simplified code in a number of areas.
- Updated dependencies.
- Upgraded from Java 16 to 17.
2021.04.13
Changelog
- Changed the license from MIT to Apache 2.0
- Deleted all resource files to reduce bloat.
- Reworked project configuration.
- Rewrote a large chunk of the code. This release is incompatible with the previous release.
2.0.0
- Fixed issue where ConsonantVowelGenerator could produce names that exceeded the required length.
- Fixed issue where MarkovGenerator could produce names with a length less than 2.
- Removed some redundant code and comments.
- Removed the word Name from all of the NameGenerator subclasses, in order to reduce verbosity.
- Rewrote NameGenerator as an abstract class.
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Initial release.
1.0.0 Updates groupId/version.