Releases: GavZheng/wutong
Releases · GavZheng/wutong
v0.2.1
v0.2.0
v0.1.0
The first official version of wutong, including the following functions:
| Function | Description |
|---|---|
| base | Encode input strings in base32 or base64 |
| bc | Convert input numbers to binary, octal, decimal, hexadecimal |
| color | Convert between RGB and Hex colors |
| md5 | Hash input strings using MD5 |
| charcode | Convert string encodings |
v0.1.0-beta
The first public beta version fixes some error handling issues.
v0.1.0-alpha
The first internal test version of Wutong🎉
Contains Base encoding, base conversion, character encoding, color encoding, and MD5 hashing functions