Skip to content

Releases: GavZheng/wutong

v0.2.1

30 Apr 12:52
v0.2.1
4971d9e

Choose a tag to compare

Add MD5 file hashing function

v0.2.0

04 Apr 09:10
v0.2.0
38837e6

Choose a tag to compare

Flow function has been added.
Create and merge branches and release versions according to GitFlow.

Use the following commands to install

brew install GavZheng/wutong/wutong

v0.1.0

15 Mar 07:44
v0.1.0
291c48b

Choose a tag to compare

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

09 Mar 06:06

Choose a tag to compare

v0.1.0-beta Pre-release
Pre-release

The first public beta version fixes some error handling issues.

v0.1.0-alpha

10 Feb 13:20

Choose a tag to compare

v0.1.0-alpha Pre-release
Pre-release

The first internal test version of Wutong🎉
Contains Base encoding, base conversion, character encoding, color encoding, and MD5 hashing functions