Skip to content

Releases: aohorodnyk/uid

v1.1.0

20 Jan 01:51
Compare
Choose a tag to compare

Add MustGenerate method

v1.0.1

02 Dec 00:13
0b5760b
Compare
Choose a tag to compare

Nothing special changed, just provided ability to run tests manually

v1.0.0

01 Dec 18:23
9c8a882
Compare
Choose a tag to compare

API is good enough and I do not see big issues in it.

v0.0.8

08 Sep 06:09
71f7bc7
Compare
Choose a tag to compare

Move all files from intl to root directory

v0.0.5

04 Sep 17:52
1cc1ae4
Compare
Choose a tag to compare

Add BaseX through big int and now can by used encoder with big various of bases. Also added predefined factories for Base36 (0-9a-z) and base62 (0-9a-zA-Z).

v0.0.4-alpha

01 Sep 02:37
e21b07b
Compare
Choose a tag to compare

Added hex, base32 hex, base64 std/hex encoders/decoders

v0.0.3-alpha

28 Aug 17:27
4a1d539
Compare
Choose a tag to compare

Removed dead code

v0.0.2-alpha

28 Aug 16:48
4918bbd
Compare
Choose a tag to compare

Small performance improvements, removed few not needed lines of code and added tests for internal, private function

v0.0.1-alpha

27 Aug 06:23
f9bbf76
Compare
Choose a tag to compare

This is first release of the package. It tried to be well tested with 100% coverage and good test cases (I tried to do my best).
It's mostly alpha version, but I'm pretty sure it's good enough to use it in production.