f4b6a3 / uuid-creator

UUID Creator is a Java library for generating Universally Unique Identifiers.
MIT License
410 stars 44 forks source link

remove excessive base-n codecs #59

Closed fabiolimace closed 2 years ago

fabiolimace commented 2 years ago

There are too many base-n codecs. Many of them are unlikely to be used.

Any codec can be instantiated with BaseNCodec.newInstance(int|String).

fabiolimace commented 2 years ago

Removed base-n codecs:

Created base-n codecs:

Also:

fabiolimace commented 2 years ago

Released version v4.4.0.