Skip to content

Releases: Valkryst/VNameGenerator

2024.03.25

25 Mar 03:08
Compare
Choose a tag to compare
  • Reduce minimum JDK version from 17 to 11.
  • Update dependencies.

2021.12.19

19 Dec 18:42
Compare
Choose a tag to compare

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

13 Apr 22:52
fd69ebf
Compare
Choose a tag to compare

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

18 Jun 14:30
Compare
Choose a tag to compare
  • 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

11 Oct 19:00
Compare
Choose a tag to compare

Fixes a handful of typos in the Ancient Roman and Scottish Gaelic files.

1.0.4

26 Sep 15:10
Compare
Choose a tag to compare
  • Adds more JavaDoc to the Markov classes.
  • Updates classes to make better use of Lombok.
  • Updates Lombok version.

1.0.3

25 Jul 18:33
Compare
Choose a tag to compare

All name generators now capitalize the first letter of the generated name.

1.0.2

25 Jul 18:15
Compare
Choose a tag to compare
  • Updates pom file to output resources directory into build Jar files.

1.0.1

21 Jul 16:47
Compare
Choose a tag to compare
  • Adds exception information to JavaDoc, in some areas.
  • Simplifies null checks, in some areas.
  • Changes exception types, in some areas.

Initial release.

06 Jul 14:01
Compare
Choose a tag to compare
1.0.0

Updates groupId/version.